Dan-in-CA / SIP

A highly customizable DIY irrigation/sprinkler controller based on Raspberry Pi
357 stars 156 forks source link

Add reports for running program and rain delay change #276

Closed embak closed 3 years ago

embak commented 3 years ago

Add blinker signal indicating change to running program (gv.pon) and rain delay (gv.sd[u"rd"]). Improve running program (gv.pon) detection logic.

Dan-in-CA commented 3 years ago

@embak Just an FYI, Looks like you are working on or planning to develop a SIP plugin. There is a new feature that allows a plugin to output data/messages to the footer of the SIP UI. It is currently in the PID_footer branch. It will be merged into the master branch as soon as a bit of testing is completed. It can be tested by enabling the proto plugin in the PID_footer branch.

embak commented 3 years ago

@Dan-in-CA , I am working on a plugin for Home Assistant. It will use MQTT with HA discovery support. At first, it will implement zone state reporting and control (manual mode) and most of the setting page parameters (control and reporting). Currently testing. ETA is end of October.