Broadcast if door is open and ac turns on


#1

Hello,
I am trying to have webcore broadcast to google home if thermostat is changed to cool or heat and living room door is open.
so this is what i got so far

if time is between 9am and 10pm
and living room door contact is open
and nest thermostats - thermostatOperatingState changes to any of cooling or heating


here is where i want webcore to do a webrequest , i cant seem to understand how to do it.
to be able to add a DO function where i can then add a do " Make a web request " needs me to 1st add a then </>Action field before i can use the do command, but in my case i dont want or need an action i just need webcore to do a web request if certain conditions are met.
can someone please help me


#2

import this using the orange button with piston code pt0yk after clicking new piston then change the URL / params and save.


#3

Thank you so much.
I guess what i did not know is that i could select location to be able to use the DO command.
I really appreciate you taking the time to reply.