There were a few changes introduced to the homebridge -> https://github.com/nfarina/homebridge
I installed the homebridge.
I was not able to install "npm install -g homebridge-legacy-plugins" with "-g" - there was an error compiling serialport.
I was only able to install it locally, i.e. "npm install homebridge-legacy-plugins"
Right now it gives the the following error:
..........
gistering platform 'homebridge-legacy-plugins.Telldus'
Registering platform 'homebridge-legacy-plugins.TelldusLive'
Registering platform 'homebridge-legacy-plugins.Wink'
Registering platform 'homebridge-legacy-plugins.YamahaAVR'
Registering platform 'homebridge-legacy-plugins.ZWayServer'
Registering platform 'homebridge-legacy-plugins.isy-js'
---
Loaded plugin: homebridge-netatmo
Registering platform 'homebridge-netatmo.netatmo'
---
Loaded config.json with 0 accessories and 1 platforms.
---
Loading 1 platforms...
[Domoticz] Initializing Domoticz platform...
Loading legacy platform Domoticz
[Domoticz] Fetching Domoticz lights and switches...
Loading 0 accessories...
[Domoticz] There was a problem connecting to Domoticz. (null)
[Domoticz] There was a problem connecting to Domoticz.
I am running Domoticz on a standard port (8080). My config.json:
Code: Select all
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "Configuration file for Domoticz platform.",
"platforms": [
{
"platform": "Domoticz",
"name": "Domoticz",
"server": "127.0.0.1",
"port": "8080"
}
],
"accessories": []
}
gcc: 4.8.6
Your help is appreciated