HABridge sometimes executes both "on" and "dim" command
See original GitHub issueHi,
with 5.2.0 RC23 and 5.2.0 Final I noticed that sometimes, not always, HABridge executes both the on AND the dim command. I just do simple URL Calls with HA Bridge. I noticed double log entries in my FHEM system when using Alexa and started investigating. I narrowed it down to HA Bridge devices that both have a on command and a dim command.
I’m not sure if the problem is with Alexa or HA Bridge, though.
This is what fhem is logging:
2018-03-14_17:37:02 AlexaSonnenschutzWohnzimmerTuer on 2018-03-14_17:37:03 AlexaSonnenschutzWohnzimmerTuer 100 2018-03-14_17:37:23 AlexaSonnenschutzWohnzimmerTuer on 2018-03-14_17:37:42 AlexaLichtSchlafzimmerBett off 2018-03-14_18:22:34 AlexaLichtStudio on 2018-03-14_18:22:34 AlexaLichtStudio 100 2018-03-14_18:40:51 AlexaKamerasInnen off 2018-03-14_18:41:38 AlexaDreamboxStudio on 2018-03-14_18:41:38 AlexaDreamboxStudio 50 2018-03-14_18:43:49 AlexaFernsehenEssecke on 2018-03-14_18:49:32 AlexaLichtCouch on 2018-03-14_18:49:32 AlexaLichtCouch 100 2018-03-14_18:53:55 AlexaLichtCouch off 2018-03-14_20:23:41 AlexaFernsehenEssecke off 2018-03-14_20:24:26 AlexaHeizstrahler on 2018-03-14_20:24:26 AlexaHeizstrahler 100 2018-03-14_20:25:17 AlexaLichtStudio off
As you can see, some time entries are double; on and the dim command for 100 percent.
Sample entry for Heizstrahler: Type = HTTP Device Target Item = http://192.168.178.230:58083/fhem?cmd=set AlexaHeizstrahler on HTTP Verb = Get Content Type = Text/HTML
Dim Item: http://192.168.178.230:58083/fhem?cmd=set AlexaHeizstrahler ${intensity.percent}
Greetings from Germany, Heiko
Issue Analytics
- State:
- Created 6 years ago
- Comments:39 (16 by maintainers)
Top GitHub Comments
Would be nice if it could be found in the next version
Done: https://github.com/bwssytems/ha-bridge/issues/1171#issue-544385475 Many thanks! And best wishes for 2020!