Home Assistant 2022.12.6 in a VM on Synology DS920+
I have a Trane XL850 thermostat and have installed the Nexia/American Standard integration.
I want to create an automation with a trigger based on change to the desired temperature (above x or below y) and an action to push a notification.
But I’m not sure there is an entity that represents the desired/requested temperature.
To investigate, I created a notification when the Hold setting is toggled.
In that notification, if I print the sensor.thermostat_nativezone_temperature value it reports “unknown”
I put a thermostat card on my dashboard and it does display the current temperature as well as the desired temperature, so they both seem available somehow but I don’t see likely entities listed under my Thermostat device or it’s connected Thermostat NativeZone device.
Anyone know an entity name for the thermostat_nativezone requested/desired temperature ?
My target_temp_low and target_temp_high values are null
I see temperature and current_temperature which both do have values.
I do not see current_temperature (or target_temp_low and target_temp_high) when I am editing the automation and use trigger dropdown box. Even if I go from there into edit YAML and use auto completion, it does not show current temp. And if I print temperature in my notification it shows as unknown.
I see that I am accessing these state values with my notification when I invoke states(), however as mentioned, I don’t find all the attributes there that are listed via developer tools → states
The completions I find via autocompletion when typing sensor.thermostat_nativezone_ are temperature, zone_setpoint_status, zone_status, emergency_heat_active