stas-demydiuk / domoticz-zigbee2mqtt-plugin

zigbee2mqtt plugin for domoticz
MIT License
136 stars 98 forks source link

miboxer-fut039z issue in domoticz #747

Closed acaonweb closed 2 years ago

acaonweb commented 2 years ago

Issue description No rgb control in domoticz

Additional information Zigbee2MQTT version: Zigbee2MQTT version 1.22.0 commit: b3e9afaf

Python version:3.7.3 Domoticz version:2021.1 build 13872 Plugin version:3.1.0-beta

I've bought this rgb led strip controller

https://www.zigbee2mqtt.io/devices/FUT039Z.html#miboxer-fut039z

Zigbee2mqtt discover it and expose everything is expected to be exposed

image

Domoticz instead give only to choose this devices,

image

I can't see rgb device

What I have to do?

Thanks Fabrizio

acaonweb commented 2 years ago

No help?

acaonweb commented 2 years ago

let me know if is ok this behaviour, thanks

acaonweb commented 2 years ago

i confirm that in domoticz I can't control RGB values. in zigbe2mqtt I can control colors but not in domoticz, I can't control anything

acaonweb commented 2 years ago

up

stas-demydiuk commented 2 years ago

Could you please provide JSON with features that your device exposes

acaonweb commented 2 years ago

{ "color": { "h": 34, "hue": 28, "s": 83, "saturation": 90 }, "color_mode": "color_temp", "color_power_on_behavior": "initial", "color_temp": 440, "do_not_disturb": false, "linkquality": 81, "state": "OFF" }

acaonweb commented 2 years ago

Any news?

stas-demydiuk commented 2 years ago

Looks like the root cause is the same as for #620, this hs color system is not supported yet by the plugin

stas-demydiuk commented 2 years ago

Closing the ticket in favor of #620