Hi guys, not sure is the good section for this post, but I don’t know else I can but my post.
Here is my issue, I have two thermostat one is a Z wave and the other is a Google nest.
The Google nest when the state is on the heat mode HA know when the furnace start and stop so I can see how long the furnace is turned on, but with my Z-Wave it shows me like the furnace is always on.
This is my Z-Wave history.
My Z-Wave Thermostat has no statement “hvac_action: idle.”
So I suppose this is the problem.
Z-Wave Thermostat code from developer tools>states
hvac_modes:
- cool
- heat
- heat_cool
- "off"
min_temp: 7
max_temp: 35
fan_modes:
- "on"
- auto
current_temperature: 19.4
temperature: 18.9
fan_mode: auto
battery_level: "100"
Vera Device Id: 3
icon: mdi:thermostat-box-auto
friendly_name: RDC Thermostat
supported_features: 393
-------------------------------------
From my Nest
hvac_modes:
- heat
- "off"
min_temp: 10
max_temp: 32
fan_modes:
- "on"
- "off"
preset_modes:
- none
- eco
current_temperature: 21.1
temperature: 20
fan_mode: "off"
hvac_action: idle
preset_mode: none
icon: mdi:thermostat
friendly_name: Basement Nest Thermostat
supported_features: 409
Do I’m right about the issue? If yes.
Is it possible for me to get the “hvac_action” from my z-wave thermostat?
Thank’s for your time.