-
Notifications
You must be signed in to change notification settings - Fork 199
Description
Hi,
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%20AlexaHeizstrahler%20on
HTTP Verb = Get
Content Type = Text/HTML
Dim Item:
http://192.168.178.230:58083/fhem?cmd=set%20AlexaHeizstrahler%20${intensity.percent}
Greetings from Germany,
Heiko