Version: 0.2.232 (7878)
Platform: Android 9
Plugin/Hardware: MQTT/Philips HUE
Domoticz:
Version: 2020.2
Build Hash: b63341bc0
Compile Date: 2020-04-26 13:47:55
dzVents Version: 3.0.2
Python Version: 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0]
Hardware: Raspberry PI 3B, Raspbian Buster Desktop version
When changing the brightness level of a MQTT (Tasmota) light, one or more other lights (HUE and/or other MQTT lights) switch dimlevel too, even if they were off. Sometimes this also happens when changing the dimlevel of a HUE light, then other HUE/MQTT lights change accordingly.
This behaviour doesn't occur when controlling lights with the webinterface, only when using the app. I tested with the paid en free version of the app.
I tried disabling Events/dzVents/Lua -> same results
I tried a fresh install of Domoticz on another SD-card with only HUE and MQTT hardware installed and enabled -> same results
I tried resetting the app -> same results
I tried removing/installing the app -> same results
When I use tcpdump on the raspberry pi where Domoticz is installed to view the traffic from my phone to Domoticz (sudo tcpdump -vv -X src <my_phone_ip>), the following happens when I set the dimlevel for device 1144:
Code: Select all
GET /json.htm?type=command¶m=switchlight&idx=1177&switchcmd=Set%20Level&level=63.0&passcode= HTTP/1.1
GET /json.htm?type=command¶m=switchlight&idx=1175&switchcmd=Set%20Level&level=63.0&passcode= HTTP/1.1
GET /json.htm?type=command¶m=switchlight&idx=1173&switchcmd=Set%20Level&level=63.0&passcode= HTTP/1.1
GET /json.htm?type=command¶m=switchlight&idx=1144&switchcmd=Set%20Level&level=63.0&passcode= HTTP/1.1
I've been at this for 2 days now and am currently at a loss for what to try next. Since it also happens on a fresh install of Domoticz there must be other users with the same problem?
edit: updated title