HI
Trying your approach, please let me ask first if here you point to the sensor.farbtemp? there’s no sensor.colortemp in your post so I hope im not mistaken…
Checking the states of my Hue-Lights, I cant find the color temp any longer… are we sure this still works as you describe, od do we need th adapt further, along the changes in the Hue/Hassio setup lately:
I have tried with the light.Hue_go_1:
customize to show in the frontend:
light.hue_go_1:
icon: mdi:transfer
extra_data_template: >
if (attributes.hs_color || attributes.rgb_color)
return 'Hs: ' + attributes.hs_color
+ ' | ' + 'Rgb: ' + attributes.rgb_color;
return null;
state_card_mode: break-slider
stretch_slider: true
hide_control: false
show_last_changed: true
confirm_controls: true
slider_theme:
min: 0
max: 255
pin: true
off_when_min: true
report_when_not_changed: true
extra_badge:
- attribute: brightness
unit: Br
- attribute: color_temp
unit: Co
and the states:
As you can see, no more color temp…
checking the Hue Api for this light, there is ct
, but this isnt supported on the Hassio instance?:
10":{"state":{"on":true,"bri":136,"hue":7676,"sat":199,"effect":"none","xy":[0.5016,0.4151],"ct":443,"alert":"none","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2018-02-19T13:27:28"},"type":"Extended color light","name":"Hue go 1","modelid":"LLC020","manufacturername":"Philips","productname":"Hue go","capabilities":{"certified":true,"control":{"mindimlevel":40,"maxlumen":300,"colorgamuttype":"C","colorgamut":[[0.6915,0.3083],[0.1700,0.7000],[0.1532,0.0475]],**"ct":{"min":153,"max":500}**},"streaming":{"renderer":true,"proxy":true}},"config":{"archetype":"huego","function":"decorative","direction":"omnidirectional"},"uniqueid":"unique idxxxxx","swversion":"5.105.0.21169"}
since your circadian sensor calculates the ct to be this:
something must be wrong
still, I see the light change but right now it keeps turning down, instead of turning to the regular evening setting…
What should I check?
update:
setting it manually in the dev tools works!, and also reveals the color_temp attribute in the state machine:
see the frontend:
I am somewhat puzzled…
btw any thoughts on the brightness to go with the color_temp? Is there a circadian setting for that too?
thx!
Marius