Hi, Is it possible to get via api the current mA of the OS?
I have had times where I get a valve that is not opening and it would be nice to be able to get an alarm. With MQTT and Node-Red I could via API request OS the current mA value when a station is activated.
Think I found it.
Get Controller Variables [Keyword /jc]
/jc?pw=xxx
curr: total current draw of all zones (in milliamps). This is only available for controllers with current sensing capability.
I will upgrade this weekend the firmware for MQTT support and test this.