Additional binary features support
See original GitHub issueAfter an update with succes I am left with some errors in my log at starting of the plugin or randomly in about 3 till 5 hours. I think it are problems with adapters, because some switches are missing and some give also an error at the zigbee2mqtt frontend. Is there a posibility you can look at it?
Device: https://www.zigbee2mqtt.io/devices/ZNCZ02LM.html#xiaomi-zncz02lm 2021-01-11 17:38:32.657 Error: (Zigbee2MQTT) Tuinverlichting: can not process numeric item “energy”
- At refresh button on Zigbee2MQTT fronpage of energy I get the message “No converter available for ‘energy’ ()”
2021-01-11 17:38:32.658 Error: (Zigbee2MQTT) Tuinverlichting: can not process binary item “power_outage_memory”
- For power outage memory there is no switch made in Domoticz.
Device: https://www.zigbee2mqtt.io/devices/ZNCZ04LM.html#xiaomi-zncz04lm 2021-01-11 17:38:32.663 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process numeric item “energy”
- At refresh button on Zigbee2MQTT fronpage of energy I get the message “No converter available for ‘energy’ ()”
2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process binary item “consumer_connected”
- For consumer connected there is no switch made in Domoticz.
2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process numeric item “consumer_overload”
- For consumer overload there is no switch made in Domoticz.
2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process binary item “led_disabled_night”
- For led disable night there is no switch made in Domoticz.
2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process binary item “power_outage_memory”
- For power outage memory there is no switch made in Domoticz.
2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process binary item “auto_off”
- For auto off there is no switch made in Domoticz.
Device: https://www.zigbee2mqtt.io/devices/YSR-MINI-01_rgbcct.html#ysrsai-ysr-mini-01_rgbcct 2021-01-11 17:38:32.669 Error: (Zigbee2MQTT) LED strip: can not process numeric item “color_temp”
- There is no RGB selector made in Domoticz for this device (it’s neccasary!).
2021-01-11 17:38:32.669 Error: (Zigbee2MQTT) LED strip: can not process feature type “composite”
- Don’t know what composite means, but i gues for color temp because it’s een CCT RGB led controller. This switch is also not made!
Thanks
Feature details
auto_off
{
"access":3,
"description":"Turn the device automatically off when attached device consumes less than 2W for 20 minutes",
"name":"auto_off",
"property":"auto_off",
"type":"binary",
"value_off":false,
"value_on":true
}
led_disabled_night
{
"access":3,
"description":"Enable/disable the LED at night",
"name":"led_disabled_night",
"property":"led_disabled_night",
"type":"binary",
"value_off":false,
"value_on":true
}
power_outage_memory
{
"access":3,
"description":"Enable/disable the power outage memory, this recovers the on/off mode after power failure",
"name":"power_outage_memory",
"property":"power_outage_memory",
"type":"binary",
"value_off":false,
"value_on":true
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (5 by maintainers)
Thnx, close this one again for people who react with other problems! My, and these problems are solved. Only have:
2021-01-21 19:35:10.331 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process numeric item “consumer_overload”
left, but that you made an seperate topic!
@salopette now I see only issue with
local_temperature_calibration
in your log which is not supported at the moment and for which we have a separate ticket #541