pradeepmouli / homebridge-isy-js

Homebridge platform plugin for the ISY series of home controllers from Universal Devices.
MIT License
28 stars 9 forks source link

New device not supported and Accessories must be created with a non-empty displayName errors #13

Closed jmwhite5 closed 4 years ago

jmwhite5 commented 4 years ago

HI,

I updated to the latest Homebridge ISY (homebridge-isy v0.5.0-beta.27) and Homebridge 1.0.4 and no accessories and a few errors (see attached logs).

JMs-iMac:.homebridge jmwhite$ cat config.json { "bridge": { "name": "JMs Homebridge", "username": "0E:7D:39:DC:51:03", "port": 51423, "pin": "110-08-181" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "name": "ISY", "host": "192.168.1.11", "username": "admin", "password": "blahblah", "includeAllScenes": true, "platform": "ISY", "ignoreDevices" : [ ] } ] }

homebridge.log

jmwhite5 commented 4 years ago

This is now fixed.