Lucifer06 / RemoteGPIO

Remote General Purpose I/O for Venus OS devices (Cerbo GX, ...)
12 stars 3 forks source link

Read Relay status #25

Closed Lucifer06 closed 6 months ago

Lucifer06 commented 7 months ago

It may be desirable to read relay status, for example when using embedded Dingtian Relay control drives by Digital Input. It will require a carrefull implementation in order to not conflict with user action from the GUI (or Node-Red), that would end-up with dead loop...

Lucifer06 commented 6 months ago

Added in v3.3.0 There remain a problem when trying to switch multiples relay very quickly, one of the relay may not switch and the GUI may not display the correct position, until few seconds after the read of the relay force the GUI to refresh with correct position. This issue occurs only if Read Really Status option is activated.