Closed ramirocaballero closed 6 years ago
Hi @ramirocaballero could you check your node version?
Can't find any issues at homebridge-bgh-smart/index.js:21:13
Please check your node version and Homebridge installation.
Your config file should look like this
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
"accessories": [
{
"accessory": "BGH-Smart",
"name": "Accesory Name",
"email": "email@domain.com",
"password": "password",
"deviceName": "Device name in Solidmation",
"homeId": "12345",
"deviceId": "12345"
}
]
}
And when starting Homebridge will look like this.
$ ~/ homebridge
[2/14/2018, 10:56:12 PM] Loaded plugin: homebridge-bgh-smart
[2/14/2018, 10:56:12 PM] Registering accessory 'homebridge-bgh-smart.BGH-Smart'
[2/14/2018, 10:56:12 PM] ---
[2/14/2018, 10:56:12 PM] Loaded config.json with 1 accessories and 0 platforms.
[2/14/2018, 10:56:12 PM] ---
[2/14/2018, 10:56:12 PM] Loading 1 accessories...
[2/14/2018, 10:56:12 PM] [Accesory Name] Initializing BGH-Smart accessory...
[2/14/2018, 10:56:12 PM] [Accesory Name] Accesory Name
Hi,
Once I have installed and setup this plugin properly, I have had issues getting HomeBridge to start. This is the error I am getting:
Seems to be an issue with the plugin itself..