I spent an hour racking my brain trying to figure out why my code wasn’t working before I decided to try my actual thermostat. I am using the standard z-wave thermostat. As soon as I switched over to my acutal thermostat, I received values
These returned nulls
thermostat.currentValue(“thermostatOperatingState”)
thermostat.currentValue(“thermostatSetpoint”)
thermostat.currentValue(“temperature”) however did work
Not sure if it’s a bug or just a limitation of the simulator, but I thought I would at least pass it along