Robert Cook

Results 187 comments of Robert Cook

It sounds like the sensor information is not correct. The run time will be set to 0 if it is currently raining `sensor.openweathermap_forecast_precipitation` > 0 or there has been enough...

Please post the configuration and relevant log entries so I can dig further into this. You are attempting to adjust the controller/master and not specify a `sequence_id` which will set...

In Developer Tools -> STATES what is the state for the following sensors: 1. 'sensor.irrigation_unlimited_rain_weighted_total' 2. 'sensor.wupws_preciprate' 3. 'sensor.irrigation_unlimited_temperature_5_day_moving_average' These sensors are used in the `action` part of the automation...

I will get on to this. Please note everything is working fine. What has happened is the Home Assistant developers have decided to move some functionality around and are warning...

Let's unpack this. The adjustment is being set to 0% which in turn will make the duration 0. If you believe the adjustment is not correct then take the last...

You only need irrigation_unlimited_smart_irrigation.yaml if using HAsmartirrigation. It was recently updated to check it was installed and configured, caused problems otherwise. There are two basic areas; zones and sequences. Zones...

You can have multiple triggers. At the moment the automation will trigger on HA startup, at 02:00 or when any of the three entities listed change state. For just time...

If you haven't already, turn on debug logging. Add this to the configuration and restart. ```yaml logger: default: info logs: custom_components.irrigation_unlimited: debug ``` Go to Settings -> System -> Logs...

That's what I would expect. The adjustment went from 22% to 0 at the start of the rain event. Duplicate calls are ignored so setting the same adjustment will not...

Assume all is working ok now.