I am noticing an issue. currently my rain sensor has been triggered. it rained last night. The log however doesn’t show the rain sensor is triggered. is it only written to the log after the change in the state of the senor back to normal?
however as you can see its causing the daily watering to skip so that is working as expected.
The log event is only written to flash when the rain sensor is deactivated. This is because it needs to record the duration of this event and it only knows the duration when the event is over.