Hi, I have successfully created a home heating/cooling automation using user-settable temperatures for rooms and remotely controlled Flair Smart Vents. Everything is working, except one thing…I am using a current state node to determine if the thermostat is in heating or cooling mode, but this doesn’t tell me if the thermostat is currently heating or cooling. I think I need to extract an attribute from the state in order to accomplish that. I’ve started doing my own research, and will continue to do so, but I thought I’d post here and see if anyone has done something like this before and could provide some helpful guidance.
Here’s a screenshot of one of the smart vent automations:
You can see that I pass my temperature high/low triggers to a current state node, where I determine if I’m in heating or cooling mode. I think this is where I need to extract an attribute. I am abysmal with JSON syntax. I am just starting to learn, but it just seems so…daunting. Any help is much appreciated.