All of a sudden the colour temp is missing for my jetstrom in Home Assistant.
In Z2M I still can see it.
I can also use the temp slider in the dashboard but it does not show the status anymore.
So first of all z2m status
{
"brightness": 110,
"color_mode": "color_temp",
"color_temp": 260,
"color_temp_startup": 370,
"level_config": {
"on_level": "previous"
},
"linkquality": 216,
"state": "ON",
"update": {
"installed_version": 33816584,
"latest_version": 33816584,
"state": "idle"
},
"update_available": false
}
In the dev console I can see this:
min_color_temp_kelvin: 2202
max_color_temp_kelvin: 4000
min_mireds: 250
max_mireds: 454
effect_list: blink, breathe, okay, channel_change, finish_effect, stop_effect
supported_color_modes: color_temp
effect: null
color_mode: color_temp
brightness: 110
color_temp_kelvin: null
color_temp: null
hs_color: null
rgb_color: null
xy_color: null
friendly_name: Jetstrom
supported_features: 44
so no colour temp.
I tried a restart and deleting jetstrom but nothing helped.
home assistant is set to true in z2m:
homeassistant:
enabled: true
If I search the device in the mqtt integration it seems to show the color temp
Subscribed topics:
* `zigbee2mqtt/bridge/state`
Received 09:45:53
QoS: 0
Payload: brightness: 223
color_mode: color_temp
color_options: null
color_temp: 310
color_temp_startup: 370
effect: null
identify: null
level_config:
on_level: previous
linkquality: 216
power_on_behavior: null
state: 'ON'
update:
installed_version: 33816584
latest_version: 33816584
state: idle
update_available: false
Dashboard:
I can use the slider and the color is changing but the position of the slider is not shown and the percentage is the brightness value.