Thanks for sharing your Rachio project. I’ve leaned a lot from reading your ‘codes’ , I like the way how you control Rachio controller inside node red, that give us more flexibility. I’ve gone through all your steps to setup my project, have to recreate some nodes to make it works, as the ‘msg.switch’ can’t be generated in node red…
some changes in the provided group yaml file, ‘switch’ need to be changed to ‘input_boolean’, ‘timer’ need to be changed to ‘input_text’.
BTW, how to you add all eventtypes whille adding webhook into Rachio API ? No too much info on the Rachio web. I see home assistant integration webhook has the following event types:
"eventTypes": [
{
"name": "DEVICE_STATUS",
"type": "WEBHOOK"
},
{
"name": "RAIN_SENSOR_DETECTION",
"type": "WEBHOOK"
},
{
"name": "SCHEDULE_STATUS",
"type": "WEBHOOK"
},
{
"name": "RAIN_DELAY",
"type": "WEBHOOK"
},
{
"name": "ZONE_STATUS",
"type": "WEBHOOK"
}