Commit Graph
16 Commits
Author SHA1 Message Date
Andrew Fiddian-GreenandGitHub a5a74fd085 [ci build] Apply spotless to fix poms (#21115)
* fix poms
* change version on itests

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2026-07-06 21:54:17 +02:00
openhab-bot 6c4bd00559 [unleash-maven-plugin] Preparation for next development cycle. 2026-07-05 14:04:45 +00:00
Christoph WeitkampandGitHub d22cdb26bf Fix NPE in discovery service if no devices are available in EcoFlow API (#20442)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2026-03-26 15:55:00 +01:00
Andrew Fiddian-GreenandGitHub d6183b03e0 Change deprecated required element to attribute (#20323)
* initial contribution

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2026-03-04 17:23:33 +01:00
Jacob Laursenandlsiepel a3cce8efd7 Update license headers
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2026-01-02 10:51:48 +01:00
Holger FriedrichandGitHub 207ca71fc4 Prepare for OH 5.2.0 (#19868)
* Fix spotless after unleash
* Resolve itest runbundles

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2025-12-23 00:01:46 +01:00
openhab-bot ee3817accd [unleash-maven-plugin] Preparation for next development cycle. 2025-12-22 17:11:00 +00:00
maniac103andGitHub 079a456acd [ecoflow] Fix PV input channel definition for Delta 2 (#19655)
* [ecoflow] Fix PV input channel definition for Delta 2

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2025-11-28 13:45:19 +01:00
maniac103andGitHub 0e3ac3eeb0 [ecoflow] Fix missing updates for PowerStream channels (#19632)
A 'quota' (update) MQTT message looks like this:
{ "cmdId":1,
  "cmdFunc":20,
  "addr":"iot",
  "params":{ "plugTotalWatts":0,
             "invOutputWatts":1000,
             [...]
           }
}

Previously, for the PowerStream, the 'params' object was named 'param'.
It is unclear why exactly the change happened (cloud server change? PS
firmware change?), but it seems to have happened on 2025-10-03.

Adjust to the change and log a warning instead of crashing if such a
case ever happens again.

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2025-11-10 22:31:57 +01:00
maniac103andGitHub 5e5a0a49af [ecoflow] Fix labeling of 'supply priority' enum values (#19241)
Fixes #19235

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2025-08-27 17:38:24 +02:00
lsiepelandGitHub 12ea895db2 Fix markdown bindings E-F (#19015)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-07-26 20:54:54 +02:00
lsiepelandGitHub 90b3d12aa3 Spotless after release (#19002)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-07-21 20:21:58 +02:00
openhab-bot d779c17335 [unleash-maven-plugin] Preparation for next development cycle. 2025-07-21 09:29:14 +00:00
Jacob LaursenandGitHub b6b9369041 Refactor timestamps to Instant in discovery methods (#18838)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-07-05 18:32:44 +02:00
Jacob LaursenandGitHub aa5c3163b4 Use 'var' for timestampOfLastScan to support upcoming Instant-based API (#18890)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2025-07-05 15:50:07 +02:00
maniac103andGitHub 415d2f5760 [ecoflow] Initial contribution (#18525)
* [ecoflow] Initial implementation of an EcoFlow cloud binding

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2025-06-28 17:46:07 +02:00