You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do need to know the actual Target Temperature for my automations.
But it is almost impossible to extract this from the attributes. I tried something as this. Or I missed something.
Each schedule has a Climate entity created for it so you should be able to get it from there. If you search for entities that start with the name "Climate Scheduler Climate Schedule" you should find one for each of your schedules. If a single entity schedule current_temperature will be as it's named, for group schedules this is the average of all the members. temperature should get you what you need.
Ok Found it, I have chosen the wrong device/entity, because the one in the Device named as the Group I only found the switch entity which has also a lot of attributes. I think it is confusing that the actual "Climate Schedule Salon" thermostat entity is placed in the "Climate Scheduler" device and not in the Group called "Climate Schedule Salon" device. And in my case I had 17 entities "Climate Scheduler" device as I had many orphaned ones.
A lot of this functionality was added as quick hacks to get folks up and running with automations so it's I'll admit it's all a bit of a crap shoot. I'm currently focussing on the UI updated and planning on tidying up automations in the next phase after that.
Glad you have it vaguely working, hopefully it'll be easier in the future when I'm able to give it some proper attention.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I do need to know the actual Target Temperature for my automations.
But it is almost impossible to extract this from the attributes. I tried something as this. Or I missed something.
All reactions