fahrer16 / udi-blue-iris-poly

Blue Iris Polyglot v2 Node Server for UDI ISY 994i
MIT License
1 stars 1 forks source link

Polyglot connection status always shows as false #7

Closed DaveStLou closed 3 years ago

DaveStLou commented 4 years ago

The NodeServer online status always shows as false in the ISY administrative console. In blue-iris-poly.py I found it can be fixed by changing value in line 191, from: drivers = [{'driver': 'ST', 'value': 0, 'uom': 2}, #Polyglot connection status to: drivers = [{'driver': 'ST', 'value': 1, 'uom': 2}, #Polyglot connection status

fahrer16 commented 3 years ago

Updated in version 1.3.1. I wish I had seen this before doing the update, would've saved me some time digging into the cause!