Robert Cook

Results 187 comments of Robert Cook

Can you post your irrigation_unlimited config. i.e. ~~~yaml irrigation_unlimited: controllers: ... zones: ... schedules: ... sequences: ... schedules: ... ~~~ Thanks

Iterating the schedules ```json [ { "schedule": { "time": "23:23:00", "duration": null, "name": "Prova" }, "zones": [ { "index": 0, "name": "Orto", "state": "off", "enabled": true, "icon": "mdi:valve-closed", "zone_id": "1",...

It's a JSON formatted list of schedules. Within each schedule there is a list of zones that it covers. What we have here is two schedules; "Prova" which includes zones...

This is an idea for a `schedules` attribute in the controller. It has two sections; zones and sequences as each can have schedules. There is a list of schedules for...

It's a bug. When using the `finish` anchor it happens if the start time is in the previous day (before midnight). Probably started a few weeks ago because in your...

The update is now in the repository. Are you ok to do a manual install until I get the release organised?

Just overwrite the files manually. When it's officially released HACS will let you know. I have a kind of test jig where I can setup a config and simulate running...

No but it is something I need to look at. I think the HA developers have made some optimisations and they want us to use it. The shifting sands of...

Doesn't add up. That statement is on line 540 not 538. Please make sure you copied all the files correctly. If you are copying the contents make sure it is...

It should be under the controller. When any of the zones are on, the controller will be on. Hint: If you have a delay between zones in your sequence then...