Robert Cook

Results 187 comments of Robert Cook

Logging has been added and code now in the repository. Set the logging level to debug. ```yaml logger: default: info logs: custom_components.irrigation_unlimited: debug ``` This will catch events, service calls...

If I can't sort it with the information gathered here then I will create a development branch that can be installed via HACS. Got a feeling it's the timing or...

Thanks for the information, I will dig into it. Would like to get a log file for this produced from the latest code in the repository. This would give some...

Perfect and thanks for your help. All the information I need. Hope your move goes well.

If you are adjusting a sequence then the entity_id must be the controller/master (binary_sensor.irrigation_unlimited_c1_m). See if this makes sense, it is a bare bones setup and has examples of how...

Not necessarily although it doesn't really make any practical sense. You are correct the zone_id in the sequence refers back to the zone_id in the actual zone. I did this...

How are you getting on with this issue? I believe it was the parameters to the service calls. The latest release has some checking and warnings in place. Documentation has...

Hi Christian, Yes, this module will do all of the above. Look at sequences which allow you to create a 'playlist' by defining the order, duration and delay for each...

If you are trying to create a zone/sequence solely for the purpose of a manual run and _never_ want it automatically operate then here is a little trick. ```yaml irrigation_unlimited:...

Update: The requirement for a schedule on sequences has been relaxed. You can now create a sequence without a schedule in which case it will never run automatically.