Page 1 of 1

Errors with tunable white bulbs

Posted: Saturday 22 January 2022 19:04
by jefft
Hi,

I'm seeing a lot of errors whenever domoticz tries to command my zigbee (Hue, Innr) tunable white bulbs. The widgets in the UI are correct - colour temperature only, no RGB.
Also, these bulbs are part of a group and used to switch on correctly with the group; now, they do not come on when the group is switched on, but will come on when switched individually through the UI.

Code: Select all

2022-01-22 15:46:00.669 Error: MQTT auto-discovery: Color device unhandled color_temp_value_template (0x0017880108a8eba7_light_zigbee2mqtt/Dining rear lamp)
2022-01-22 15:46:00.721 Error: MQTT auto-discovery: Color device unhandled color_temp_value_template (0x804b50fffe3f41b0_light_zigbee2mqtt/Dining room table lamp)
2022-01-22 15:46:00.772 Error: MQTT auto-discovery: Color device unhandled color_temp_value_template (0x00158d0005076c0c_light_zigbee2mqtt/Dining front lamp)
2022-01-22 15:46:00.824 Error: MQTT auto-discovery: Color device unhandled color_temp_value_template (0x804b50fffe3f3c40_light_zigbee2mqtt/Lounge feature lamp)
2022-01-22 15:46:00.876 Error: MQTT auto-discovery: Color device unhandled color_temp_value_template (0x00158d0005076c69_light_zigbee2mqtt/Lounge north lamp)
2022-01-22 15:46:00.927 Error: MQTT auto-discovery: Color device unhandled color_temp_value_template (0x00158d0005075054_light_zigbee2mqtt/Lounge south lamp)
Looking at the Z2M log, it appears that no messages were published to the bulbs when the group was switched on; I can only see messages setting mode/colour when I manually switched the lamps.

Is this a problem with the MQTT autodiscovery, or something about how zigbee2mqtt is handling the bulbs? Any ideas?

Re: Errors with tunable white bulbs

Posted: Wednesday 26 January 2022 9:44
by jefft
More...
- problem exists with both scenes and groups; neither can switch on these bulbs -> errors as above
- web UI and mobile app both work fine; on, off and CCT changes
- groups can switch the bulbs OFF.

As it's all quiet here, I guess I'll raise this as an issue on domoticz github.

Re: Errors with tunable white bulbs

Posted: Wednesday 26 January 2022 9:52
by waltervl
There are now scripts available in domoticz to at least get some debug logging, See https://github.com/domoticz/domoticz/bl ... /README.md

Edit: And update to the latest version of Domoticz beta as there is a continuous flow of MQTT AD fixes/enhancements.

Re: Errors with tunable white bulbs

Posted: Wednesday 26 January 2022 10:51
by jvdz
waltervl wrote: Wednesday 26 January 2022 9:52 There are now scripts available in domoticz to at least get some debug logging, See https://github.com/domoticz/domoticz/bl ... /README.md
That just moved to: https://github.com/domoticz/domoticz/bl ... /README.md ;)

Re: Errors with tunable white bulbs

Posted: Wednesday 26 January 2022 10:53
by jvdz
Guess this is the same as: https://github.com/domoticz/domoticz/issues/5131 ... so lets continue the discussion there.