nitaybz / homebridge-switcher-platform

Homebridge plugin for Switcher Smart Accessories
MIT License
35 stars 9 forks source link

New version not working on HOOBS #9

Closed galzil closed 4 years ago

galzil commented 4 years ago

I've just upgraded to 2.0.1 The plugin is not loading on on HOOBS The requested accessory "SwitcherBoiler" was not registered by any plugin. Your config.json is requesting the accessory "SwitcherBoiler" which has not been published by any installed plugins.

galzil commented 4 years ago

This is a HOOBS issue, I've updated the line: api.registerAccessory('SwitcherBoiler', SwitcherBoiler) to: api.registerAccessory('homebridge-switcher-boiler', 'SwitcherBoiler', SwitcherBoiler) in index.js and now it's loading and working

nitaybz commented 4 years ago

Thanks... I updated the code