#I am trying to migrate to homeasssistant

1 messages · Page 1 of 1 (latest)

hollow hazel
#

Your thermostat should show in HA as a climate entity - does it?

ember flint
#

how do i check for that?

hollow hazel
#

devtools -> States

ember flint
#

i see nothing relating to climate in HA

lone lightBOT
hollow hazel
#

That view is your truth table for HA - all the active entities, and their actual state (and attributes)

lone lightBOT
hollow hazel
#

That's also useful, as is

lone lightBOT
ember flint
#

I'm still not following...

hollow hazel
#

Those are links

#

Click them 😉

#

They'll take you to the relevant parts of your HA UI

ember flint
#

they aren't working

hollow hazel
#

You may have to enter the URI for your HA - but it should work

#

If not, you can easily find them

#

Developer tools is the devtools icon on the sidebar

#

The others are under Settings

ember flint
#

I understand these concepts, I have looked at every logical part of the UI. I do not see anything related to climate, which is fine. I just want to set my setpoints via an automation without having to change the "max" parameters

hollow hazel
#

So, how you interact with entities depends on their domain, hence my question about whether it was a climate entity

#

climate.whale is a climate entity, switch.whale is a switch entity

ember flint
#

no as far as i can tell, it is not. also the climate documentation says it cant be used when the state is "heat_cool" which is the state for my thermostat device

#

oh..,. i take that back. the state page shows it as climate.z_wave_plus_thermostat, and it has target_temp_high target_temp_low attributes. i suppose i can use an automation to change/set those attributes?

#

I figured it out. So for future reference, if you have a docker install (and using the zwave-js-ui container to communicate with your device) your thermostat could automatically be under the climate service. documentation is here: https://www.home-assistant.io/integrations/climate/