Closed vzlgdu closed 6 years ago
Have you tried it with debug logging turned on? It is unusual for homebridge to exit without very verbose error messages.
Hi,
this is the error in the log with the DEBUG option active:
nov 07 19:16:56 homebridge homebridge[1920]: Wed, 07 Nov 2018 18:16:56 GMT myhomeclient Received[COMMAND]: <1015##> nov 07 19:16:56 homebridge homebridge[1920]: Wed, 07 Nov 2018 18:16:56 GMT myhomeclient Received[MONITOR]: <1024##10*15##> nov 07 19:16:56 homebridge homebridge[1920]: Wed, 07 Nov 2018 18:16:56 GMT myhomeclient LIGHTLEVEL 0 ADDRESS 0/2/4 nov 07 19:16:56 homebridge homebridge[1920]: Wed, 07 Nov 2018 18:16:56 GMT myhomeclient LIGHTLEVEL 0 ADDRESS 0/1/5 nov 07 19:16:56 homebridge homebridge[1920]: [2018-11-7 19:16:56] Got SIGTERM, shutting down Homebridge... nov 07 19:16:56 homebridge systemd[1]: homebridge.service: Main process exited, code=exited, status=1/FAILURE nov 07 19:16:56 homebridge systemd[1]: Stopped Node.js HomeKit Server. nov 07 19:16:56 homebridge systemd[1]: homebridge.service: Unit entered failed state. nov 07 19:16:56 homebridge systemd[1]: homebridge.service: Failed with result 'exit-code'. nov 07 19:16:56 homebridge systemd[1]: Started Node.js HomeKit Server. nov 07 19:17:00 homebridge homebridge[1964]: [2018-11-7 19:17:00] Loaded config.json with 12 accessories and 4 platforms.
Uninstalling Alexa plugin all works fine again…
Do you have suggest?
Thanks
Guido
Il giorno 6 nov 2018, alle ore 12:42, Northern Man notifications@github.com ha scritto:
Have you tried it with debug logging turned on? It is unusual for homebridge to exit without very verbose error messages.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-436224537, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeQOOECzfoMwmYMnR-qObuplzuVN5ks5usXWdgaJpZM4YQBa5.
Looking at the log, you are running under systemd, and systemd stopped it with sigterm.
Can run it outside of systemd? I think systemd did not capture the error message
Looking at the list of plugins, my gut says that one of them is colliding with homebridge-alexa on a port and causing the crash. A fuller DEBUG log outside of systemd is likely to show this. My bet is the mqtt plugin is colliding with Alexa as we are both using mqtt, but need to see the log to confirm.
Hi, thanks for your support.
I would try to run a 2th istance of home bridge dedicated to Alexa plugin, but I’ve some questions:
Should I run this on a separate server? I want control “legrand my home” devices (homebridge-myhome-tng v0.0.21), should this plugin be installed on the same instance of home bridge with Alexa plugin?
Thanks again
Guido
Il giorno 8 nov 2018, alle ore 01:46, Northern Man notifications@github.com ha scritto:
Looking at the list of plugins, my gut says that one of them is colliding with homebridge-alexa on a port and causing the crash. A fuller DEBUG log outside of systemd is likely to show this. My bet is the mqtt plugin is colliding with Alexa as we are both using mqtt, but need to see the log to confirm.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-436832015, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeRGmKnERwDLoUO2eIdu0G3F6tYq6ks5us37rgaJpZM4YQBa5.
I’m guessing that the problem is a network port conflict between plugins, so you would need to either run on a different server or change a port number to resolve. But as I said earlier, a debug log is likely to show the error
Sent from my iPad
On Nov 8, 2018, at 1:34 AM, sherazan notifications@github.com wrote:
Hi, thanks for your support.
I would try to run a 2th istance of home bridge dedicated to Alexa plugin, but I’ve some questions:
Should I run this on a separate server? I want control “legrand my home” devices (homebridge-myhome-tng v0.0.21), should this plugin be installed on the same instance of home bridge with Alexa plugin?
Thanks again
Guido
Il giorno 8 nov 2018, alle ore 01:46, Northern Man notifications@github.com ha scritto:
Looking at the list of plugins, my gut says that one of them is colliding with homebridge-alexa on a port and causing the crash. A fuller DEBUG log outside of systemd is likely to show this. My bet is the mqtt plugin is colliding with Alexa as we are both using mqtt, but need to see the log to confirm.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-436832015, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeRGmKnERwDLoUO2eIdu0G3F6tYq6ks5us37rgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.
Ok, can you tell me how proceed for a correct debug? Thanks
Il giorno 8 nov 2018, alle ore 01:46, Northern Man notifications@github.com ha scritto:
Looking at the list of plugins, my gut says that one of them is colliding with homebridge-alexa on a port and causing the crash. A fuller DEBUG log outside of systemd is likely to show this. My bet is the mqtt plugin is colliding with Alexa as we are both using mqtt, but need to see the log to confirm.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-436832015, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeRGmKnERwDLoUO2eIdu0G3F6tYq6ks5us37rgaJpZM4YQBa5.
From the command line
DEBUG=* hombridge -I
But if homebridge is running under systemd you need to stop it first. I’m not an expert but the command could be this
sudo systemctl stop homebridge
On Nov 8, 2018, at 7:01 AM, sherazan notifications@github.com wrote:
Ok, can you tell me how proceed for a correct debug? Thanks
Il giorno 8 nov 2018, alle ore 01:46, Northern Man notifications@github.com ha scritto:
Looking at the list of plugins, my gut says that one of them is colliding with homebridge-alexa on a port and causing the crash. A fuller DEBUG log outside of systemd is likely to show this. My bet is the mqtt plugin is colliding with Alexa as we are both using mqtt, but need to see the log to confirm.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-436832015, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeRGmKnERwDLoUO2eIdu0G3F6tYq6ks5us37rgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.
Ok, I will modify the debug and after I will execute:
sudo systemctl stop homebridge sudo systemctl start homebridge
I will update you.
Thanks
Inviato da Posta per Windows 10
Da: Northern Man Inviato: giovedì 8 novembre 2018 16:20 A: NorthernMan54/homebridge-alexa Cc: sherazan; Author Oggetto: Re: [NorthernMan54/homebridge-alexa] Homebridge continuing rebootafter alexa plugin installation (#138)
From the command line
DEBUG=* hombridge -I
But if homebridge is running under systemd you need to stop it first. I’m not an expert but the command could be this
sudo systemctl stop homebridge
On Nov 8, 2018, at 7:01 AM, sherazan notifications@github.com wrote:
Ok, can you tell me how proceed for a correct debug? Thanks
Il giorno 8 nov 2018, alle ore 01:46, Northern Man notifications@github.com ha scritto:
Looking at the list of plugins, my gut says that one of them is colliding with homebridge-alexa on a port and causing the crash. A fuller DEBUG log outside of systemd is likely to show this. My bet is the mqtt plugin is colliding with Alexa as we are both using mqtt, but need to see the log to confirm.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-436832015, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeRGmKnERwDLoUO2eIdu0G3F6tYq6ks5us37rgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hoping this could be useful….
Nov 8 20:37:35 homebridge homebridge[1503]: #033[0;37m[2018-11-8 20:37:35]#033[0m #033[0;36m[Config]#033[0m Console v3.9.0 is listening on port 8080.
Nov 8 20:37:38 homebridge homebridge[1569]: [2018-11-8 20:37:38] Loaded config.json with 12 accessories and 4 platforms.
Nov 8 20:37:38 homebridge homebridge[1569]: [2018-11-8 20:37:38] ---
Nov 8 20:37:41 homebridge homebridge[1569]: [2018-11-8 20:37:41] Loaded plugin: homebridge-alexa
Nov 8 20:37:41 homebridge homebridge[1569]: [2018-11-8 20:37:41] Registering platform 'homebridge-alexa.Alexa'
Nov 8 20:37:41 homebridge homebridge[1569]: [2018-11-8 20:37:41] ---
Nov 8 20:37:41 homebridge homebridge[1569]: [2018-11-8 20:37:41] Loaded plugin: homebridge-config-ui-x
Nov 8 20:37:41 homebridge homebridge[1569]: [2018-11-8 20:37:41] Registering platform 'homebridge-config-ui-x.config'
Nov 8 20:37:41 homebridge homebridge[1569]: [2018-11-8 20:37:41] ---
Nov 8 20:37:41 homebridge homebridge[1569]: [2018-11-8 20:37:41] Loaded plugin: homebridge-fritz
Nov 8 20:37:42 homebridge homebridge[1569]: [2018-11-8 20:37:42] Registering platform 'homebridge-fritz.Fritz!Box'
Nov 8 20:37:42 homebridge homebridge[1569]: [2018-11-8 20:37:42] ---
Nov 8 20:37:42 homebridge homebridge[1569]: [2018-11-8 20:37:42] Loaded plugin: homebridge-mqttthing
Nov 8 20:37:42 homebridge homebridge[1569]: [2018-11-8 20:37:42] Registering accessory 'homebridge-mqttthing.mqttthing'
Nov 8 20:37:42 homebridge homebridge[1569]: [2018-11-8 20:37:42] ---
Nov 8 20:37:42 homebridge homebridge[1569]: [2018-11-8 20:37:42] Loaded plugin: homebridge-myhome-tng
Nov 8 20:37:42 homebridge homebridge[1569]: [2018-11-8 20:37:42] Registering platform 'homebridge-myhome.LegrandMyHome'
Nov 8 20:37:42 homebridge homebridge[1569]: [2018-11-8 20:37:42] ---
Nov 8 20:37:43 homebridge homebridge[1569]: 2018-11-08T19:37:43.223Z node-ssdp:client discovering all IPs from interface lo
Nov 8 20:37:43 homebridge homebridge[1569]: 2018-11-08T19:37:43.225Z node-ssdp:client discovering all IPs from interface eth0
Nov 8 20:37:43 homebridge homebridge[1569]: 2018-11-08T19:37:43.226Z node-ssdp:client Will use interface eth0
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] Loaded plugin: homebridge-platform-wemo
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] Registering platform 'homebridge-platform-wemo.BelkinWeMo'
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] ---
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] Loading 4 platforms...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing LegrandMyHome platform...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/2/8
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/3/1
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/3/2
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/7/2
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/7/1
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/3/4
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/3/5
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/4/2
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/4/3
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/3/6
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/3/7
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/4/4
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/3/3
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/1/2
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/2/7
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/4/5
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/2/2
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/2/3
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/2/4
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/2/5
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/2/6
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/2/1
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/1/1
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/1/7
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/1/4
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/1/6
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/1/3
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/1/8
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/5/5
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/4/1
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/5/3
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/5/2
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/5/4
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/5/1
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/0/2
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/0/11
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/0/10
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/0/12
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/0/9
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/0/8
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHBlind create object: 0/6/3
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHContactSensor create object: 11
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHThermostat create object: 1
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHThermostat create object: 2
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHThermostat create object: 3
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHThermostat create object: 4
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHThermostat create object: 5
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHThermostat create object: 6
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome: adds accessory
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome::MHThermometer create object: 1
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] LegrandMyHome for MyHome Gateway at 10.0.0.52:20000
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Lampadario Studio'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti piano cottura'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti penisola'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Led lavello'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Led penisola'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti divano 1'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti divano 2'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Nicchie'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Quadro'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti pranzo 1'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti pranzo 2'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Balcone Salone'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti libreria'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti Matrimoniale'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Lampadario Mattia'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Balcone Mattia'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti Bagno 1'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Specchio Bagno 1'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Doccia bagno 1'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti bagno 2'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Specchio bagno 2'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Lampadario Lavanderia'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Balcone Lavanderia'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti Corridioio 6'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti Corridioio 2'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretti Corridioio 3'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Applique Corridioio'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Faretto Porta'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Comodino Studio'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Dimmer Salone'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Comodino Guido'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Comodino Dolores'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Comodino Mattia'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Piantana Corridoio'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Persiana Studio'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Persiana Cucina'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Persiana Salone'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Persiana Matrimoniale'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Persiana Mattia'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Persiana Lavanderia'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Vasistas Bagno 1'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Porta Ingresso'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Termostato Salone'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Termostato Matrimoniale'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Termostato Mattia'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Termostato Studio'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Termostato Bagno 1'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Termostato Bagno 2'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [LegrandMyHome] Initializing platform accessory 'Termometro Esterno'...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [Config] Initializing config platform...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [Config] Spawning homebridge-config-ui-x with PID 1596
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [My FritzBox] Initializing Fritz!Box platform...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [WeMo Platform] Initializing BelkinWeMo platform...
Nov 8 20:37:43 homebridge homebridge[1569]: 2018-11-08T19:37:43.683Z node-ssdp:client discovering all IPs from interface lo
Nov 8 20:37:43 homebridge homebridge[1569]: 2018-11-08T19:37:43.684Z node-ssdp:client discovering all IPs from interface eth0
Nov 8 20:37:43 homebridge homebridge[1569]: 2018-11-08T19:37:43.684Z node-ssdp:client Will use interface eth0
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] Loading 12 accessories...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [espmotion1] Initializing mqttthing accessory...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [Blocca Scenari] Initializing mqttthing accessory...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [Aux Antifurto] Initializing mqttthing accessory...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [rpi0wt] Initializing mqttthing accessory...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [rpi0wp] Initializing mqttthing accessory...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [rpi0wvkmh] Initializing mqttthing accessory...
Nov 8 20:37:43 homebridge homebridge[1569]: [2018-11-8 20:37:43] [rpi3mhw] Initializing mqttthing accessory...
Nov 8 20:37:44 homebridge homebridge[1569]: [2018-11-8 20:37:44] [Luce Solare] Initializing mqttthing accessory...
Nov 8 20:37:44 homebridge homebridge[1569]: [2018-11-8 20:37:44] [esplight1] Initializing mqttthing accessory...
Nov 8 20:37:44 homebridge homebridge[1569]: [2018-11-8 20:37:44] [esplight2] Initializing mqttthing accessory...
Nov 8 20:37:44 homebridge homebridge[1569]: [2018-11-8 20:37:44] [Nuvo] Initializing mqttthing accessory...
Nov 8 20:37:44 homebridge homebridge[1569]: [2018-11-8 20:37:44] [Antifurto] Initializing mqttthing accessory...
Nov 8 20:37:44 homebridge homebridge[1569]: 2018-11-08T19:37:44.101Z node-ssdp:client SSDP listening: { address: 'http://0.0.0.0:38825', interface: '10.0.0.135' }
Nov 8 20:37:44 homebridge homebridge[1569]: 2018-11-08T19:37:44.105Z node-ssdp:client Attempting to send an M-SEARCH request
Nov 8 20:37:44 homebridge homebridge[1569]: 2018-11-08T19:37:44.117Z node-ssdp:client Sent M-SEARCH request: { message: 'M-SEARCH HTTP/1.1\r\nHOST: 239.255.255.250:1900\r\nST: urn:Belkin:service:basicevent:1\r\nMAN: "ssdp:discover"\r\nMX: 3\r\n\r\n', id: 'ba44558c249cc8e0' }
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Received[MONITOR]: <#1##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Write[MONITOR]: <991##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Received[COMMAND]: <#1##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Write[COMMAND]: <99*0##>
Nov 8 20:37:44 homebridge homebridge[1569]: 2018-11-08T19:37:44.179Z node-ssdp:client SSDP response: { message: 'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=86400\r\nDATE: Thu, 08 Nov 2018 19:37:44 GMT\r\nEXT:\r\nLOCATION: http://10.0.0.102:49153/setup.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 3efb6514-1dd2-11b2-8959-eb4457632e64\r\nSERVER: Unspecified, UPnP/1.0, Unspecified\r\nX-User-Agent: redsonic\r\nST: urn:Belkin:service:basicevent:1\r\nUSN: uuid:Insight-1_0-221713K1200007::urn:Belkin:service:basicevent:1\r\n\r\n' }
Nov 8 20:37:44 homebridge homebridge[1569]: 2018-11-08T19:37:44.197Z node-ssdp:client SSDP response: { message: 'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=86400\r\nDATE: Thu, 08 Nov 2018 19:37:44 GMT\r\nEXT:\r\nLOCATION: http://10.0.0.110:49153/setup.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 88a0e078-1dd2-11b2-971a-99b41ae77c9a\r\nSERVER: Unspecified, UPnP/1.0, Unspecified\r\nX-User-Agent: redsonic\r\nST: urn:Belkin:service:basicevent:1\r\nUSN: uuid:Socket-1_0-221318K1100644::urn:Belkin:service:basicevent:1\r\n\r\n' }
Nov 8 20:37:44 homebridge homebridge[1569]: 2018-11-08T19:37:44.201Z node-ssdp:client SSDP response: { message: 'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=86400\r\nDATE: Thu, 08 Nov 2018 19:37:44 GMT\r\nEXT:\r\nLOCATION: http://10.0.0.108:49155/setup.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 51d8fb6a-1dd2-11b2-88e5-f06986071a91\r\nSERVER: Unspecified, UPnP/1.0, Unspecified\r\nX-User-Agent: redsonic\r\nST: urn:Belkin:service:basicevent:1\r\nUSN: uuid:Insight-1_0-221714K1200186::urn:Belkin:service:basicevent:1\r\n\r\n' }
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Found device: {"root":{"$":{"xmlns":"urn:Belkin:device-1-0"},"specVersion":{"major":"1","minor":"0"},"device":{"deviceType":"urn:Belkin:device:insight:1","friendlyName":"Macbook","manufacturer":"Belkin International Inc.","manufacturerURL":"http://www.belkin.com","modelDescription":"Belkin Insight 1.0","modelName":"Insight","modelNumber":"1.0","modelURL":"http://www.belkin.com/plugin/","serialNumber":"221713K1200007","UDN":"uuid:Insight-1_0-221713K1200007","UPC":"123456789","macAddress":"6038E01B7EFC","firmwareVersion":"WeMo_WW_2.00.11057.PVT-OWRT-Insight","iconVersion":"0|49153","binaryState":"0","iconList":{"icon":{"mimetype":"jpg","width":"100","height":"100","depth":"100","url":"icon.jpg"}},"serviceList":{"service":[{"serviceType":"urn:Belkin:service:WiFiSetup:1","serviceId":"urn:Belkin:serviceId:WiFiSetup1","controlURL":"/upnp/control/WiFiSetup1","eventSubURL":"/upnp/event/WiFiSetup1","SCPDURL":"/setupservice.xml"},{"serviceType":"urn:Belkin:service:timesync:1","serviceId":"urn:Belkin:serviceId:timesync1","controlURL":"/upnp/control/timesync1","eventSubURL":"/upnp/event/timesync1","SCPDURL":"/timesyncservice.xml"},{"serviceType":"urn:Belkin:service:basicevent:1","serviceId":"urn:Belkin:serviceId:basicevent1","controlURL":"/upnp/control/basicevent1","eventSubURL":"/upnp/event/basicevent1","SCPDURL":"/eventservice.xml"},{"serviceType":"urn:Belkin:service:firmwareupdate:1","serviceId":"urn:Belkin:serviceId:firmwareupdate1","controlURL":"/upnp/control/firmwareupdate1","eventSubURL":"/upnp/event/firmwareupdate1","SCPDURL":"/firmwareupdate.xml"},{"serviceType":"urn:Belkin:service:rules:1","serviceId":"urn:Belkin:serviceId:rules1","controlURL":"/upnp/control/rules1","eventSubURL":"/upnp/event/rules1","SCPDURL":"/rulesservice.xml"},{"serviceType":"urn:Belkin:service:metainfo:1","serviceId":"urn:Belkin:serviceId:metainfo1","controlURL":"/upnp/control/metainfo1","eventSubURL":"/upnp/event/metainfo1","SCPDURL":"/metainfoservice.xml"},{"serviceType":"urn:Belkin:service:remoteacc
Nov 8 20:37:44 homebridge homebridge[1569]: ess:1","serviceId":"urn:Belkin:serviceId:remoteaccess1","controlURL":"/upnp/control/remoteaccess1","eventSubURL":"/upnp/event/remoteaccess1","SCPDURL":"/remoteaccess.xml"},{"serviceType":"urn:Belkin:service:deviceinfo:1","serviceId":"urn:Belkin:serviceId:deviceinfo1","controlURL":"/upnp/control/deviceinfo1","eventSubURL":"/upnp/event/deviceinfo1","SCPDURL":"/deviceinfoservice.xml"},{"serviceType":"urn:Belkin:service:insight:1","serviceId":"urn:Belkin:serviceId:insight1","controlURL":"/upnp/control/insight1","eventSubURL":"/upnp/event/insight1","SCPDURL":"/insightservice.xml"},{"serviceType":"urn:Belkin:service:smartsetup:1","serviceId":"urn:Belkin:serviceId:smartsetup1","controlURL":"/upnp/control/smartsetup1","eventSubURL":"/upnp/event/smartsetup1","SCPDURL":"/smartsetup.xml"},{"serviceType":"urn:Belkin:service:manufacture:1","serviceId":"urn:Belkin:serviceId:manufacture1","controlURL":"/upnp/control/manufacture1","eventSubURL":"/upnp/event/manufacture1","SCPDURL":"/manufacture.xml"}]},"presentationURL":"/pluginpres.html","host":"10.0.0.102","port":"49153","callbackURL":"http://10.0.0.135:38667"}}}
Nov 8 20:37:44 homebridge homebridge[1569]: [2018-11-8 20:37:44] [WeMo Platform] Online: Macbook [6038E01B7EFC]
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Initial subscription - Device: uuid:Insight-1_0-221713K1200007, Service: urn:Belkin:service:basicevent:1
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Initial subscription - Device: uuid:Insight-1_0-221713K1200007, Service: urn:Belkin:service:insight:1
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Found device: {"root":{"$":{"xmlns":"urn:Belkin:device-1-0"},"specVersion":{"major":"1","minor":"0"},"device":{"deviceType":"urn:Belkin:device:controllee:1","friendlyName":"Vetrina","manufacturer":"Belkin International Inc.","manufacturerURL":"http://www.belkin.com","modelDescription":"Belkin Plugin Socket 1.0","modelName":"Socket","modelNumber":"1.0","modelURL":"http://www.belkin.com/plugin/","serialNumber":"221318K1100644","UDN":"uuid:Socket-1_0-221318K1100644","UPC":"123456789","macAddress":"EC1A59A1DC30","firmwareVersion":"WeMo_WW_2.00.11057.PVT-OWRT-SNS","iconVersion":"0|49153","binaryState":"0","iconList":{"icon":{"mimetype":"jpg","width":"100","height":"100","depth":"100","url":"icon.jpg"}},"serviceList":{"service":[{"serviceType":"urn:Belkin:service:WiFiSetup:1","serviceId":"urn:Belkin:serviceId:WiFiSetup1","controlURL":"/upnp/control/WiFiSetup1","eventSubURL":"/upnp/event/WiFiSetup1","SCPDURL":"/setupservice.xml"},{"serviceType":"urn:Belkin:service:timesync:1","serviceId":"urn:Belkin:serviceId:timesync1","controlURL":"/upnp/control/timesync1","eventSubURL":"/upnp/event/timesync1","SCPDURL":"/timesyncservice.xml"},{"serviceType":"urn:Belkin:service:basicevent:1","serviceId":"urn:Belkin:serviceId:basicevent1","controlURL":"/upnp/control/basicevent1","eventSubURL":"/upnp/event/basicevent1","SCPDURL":"/eventservice.xml"},{"serviceType":"urn:Belkin:service:firmwareupdate:1","serviceId":"urn:Belkin:serviceId:firmwareupdate1","controlURL":"/upnp/control/firmwareupdate1","eventSubURL":"/upnp/event/firmwareupdate1","SCPDURL":"/firmwareupdate.xml"},{"serviceType":"urn:Belkin:service:rules:1","serviceId":"urn:Belkin:serviceId:rules1","controlURL":"/upnp/control/rules1","eventSubURL":"/upnp/event/rules1","SCPDURL":"/rulesservice.xml"},{"serviceType":"urn:Belkin:service:metainfo:1","serviceId":"urn:Belkin:serviceId:metainfo1","controlURL":"/upnp/control/metainfo1","eventSubURL":"/upnp/event/metainfo1","SCPDURL":"/metainfoservice.xml"},{"serviceType":"urn:Belkin:service:remote
Nov 8 20:37:44 homebridge homebridge[1569]: access:1","serviceId":"urn:Belkin:serviceId:remoteaccess1","controlURL":"/upnp/control/remoteaccess1","eventSubURL":"/upnp/event/remoteaccess1","SCPDURL":"/remoteaccess.xml"},{"serviceType":"urn:Belkin:service:deviceinfo:1","serviceId":"urn:Belkin:serviceId:deviceinfo1","controlURL":"/upnp/control/deviceinfo1","eventSubURL":"/upnp/event/deviceinfo1","SCPDURL":"/deviceinfoservice.xml"},{"serviceType":"urn:Belkin:service:smartsetup:1","serviceId":"urn:Belkin:serviceId:smartsetup1","controlURL":"/upnp/control/smartsetup1","eventSubURL":"/upnp/event/smartsetup1","SCPDURL":"/smartsetup.xml"},{"serviceType":"urn:Belkin:service:manufacture:1","serviceId":"urn:Belkin:serviceId:manufacture1","controlURL":"/upnp/control/manufacture1","eventSubURL":"/upnp/event/manufacture1","SCPDURL":"/manufacture.xml"}]},"presentationURL":"/pluginpres.html","host":"10.0.0.110","port":"49153","callbackURL":"http://10.0.0.135:38667"}}}
Nov 8 20:37:44 homebridge homebridge[1569]: [2018-11-8 20:37:44] [WeMo Platform] Online: Vetrina [EC1A59A1DC30]
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Initial subscription - Device: uuid:Socket-1_0-221318K1100644, Service: urn:Belkin:service:basicevent:1
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Received[MONITOR]: <#21926120##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Info[MONITOR]: OWN Password Supported, try to answer
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Write[MONITOR]: <#1058799615##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Received[COMMAND]: <#497227352##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Info[COMMAND]: OWN Password Supported, try to answer
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Write[COMMAND]: <#1744830435##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Found device: {"root":{"$":{"xmlns":"urn:Belkin:device-1-0"},"specVersion":{"major":"1","minor":"0"},"device":{"deviceType":"urn:Belkin:device:insight:1","friendlyName":"Microonde","manufacturer":"Belkin International Inc.","manufacturerURL":"http://www.belkin.com","modelDescription":"Belkin Insight 1.0","modelName":"Insight","modelNumber":"1.0","modelURL":"http://www.belkin.com/plugin/","serialNumber":"221714K1200186","UDN":"uuid:Insight-1_0-221714K1200186","UPC":"123456789","macAddress":"6038E01B9A10","firmwareVersion":"WeMo_WW_2.00.11057.PVT-OWRT-Insight","iconVersion":"0|49155","binaryState":"8","iconList":{"icon":{"mimetype":"jpg","width":"100","height":"100","depth":"100","url":"icon.jpg"}},"serviceList":{"service":[{"serviceType":"urn:Belkin:service:WiFiSetup:1","serviceId":"urn:Belkin:serviceId:WiFiSetup1","controlURL":"/upnp/control/WiFiSetup1","eventSubURL":"/upnp/event/WiFiSetup1","SCPDURL":"/setupservice.xml"},{"serviceType":"urn:Belkin:service:timesync:1","serviceId":"urn:Belkin:serviceId:timesync1","controlURL":"/upnp/control/timesync1","eventSubURL":"/upnp/event/timesync1","SCPDURL":"/timesyncservice.xml"},{"serviceType":"urn:Belkin:service:basicevent:1","serviceId":"urn:Belkin:serviceId:basicevent1","controlURL":"/upnp/control/basicevent1","eventSubURL":"/upnp/event/basicevent1","SCPDURL":"/eventservice.xml"},{"serviceType":"urn:Belkin:service:firmwareupdate:1","serviceId":"urn:Belkin:serviceId:firmwareupdate1","controlURL":"/upnp/control/firmwareupdate1","eventSubURL":"/upnp/event/firmwareupdate1","SCPDURL":"/firmwareupdate.xml"},{"serviceType":"urn:Belkin:service:rules:1","serviceId":"urn:Belkin:serviceId:rules1","controlURL":"/upnp/control/rules1","eventSubURL":"/upnp/event/rules1","SCPDURL":"/rulesservice.xml"},{"serviceType":"urn:Belkin:service:metainfo:1","serviceId":"urn:Belkin:serviceId:metainfo1","controlURL":"/upnp/control/metainfo1","eventSubURL":"/upnp/event/metainfo1","SCPDURL":"/metainfoservice.xml"},{"serviceType":"urn:Belkin:service:remotea
Nov 8 20:37:44 homebridge homebridge[1569]: ccess:1","serviceId":"urn:Belkin:serviceId:remoteaccess1","controlURL":"/upnp/control/remoteaccess1","eventSubURL":"/upnp/event/remoteaccess1","SCPDURL":"/remoteaccess.xml"},{"serviceType":"urn:Belkin:service:deviceinfo:1","serviceId":"urn:Belkin:serviceId:deviceinfo1","controlURL":"/upnp/control/deviceinfo1","eventSubURL":"/upnp/event/deviceinfo1","SCPDURL":"/deviceinfoservice.xml"},{"serviceType":"urn:Belkin:service:insight:1","serviceId":"urn:Belkin:serviceId:insight1","controlURL":"/upnp/control/insight1","eventSubURL":"/upnp/event/insight1","SCPDURL":"/insightservice.xml"},{"serviceType":"urn:Belkin:service:smartsetup:1","serviceId":"urn:Belkin:serviceId:smartsetup1","controlURL":"/upnp/control/smartsetup1","eventSubURL":"/upnp/event/smartsetup1","SCPDURL":"/smartsetup.xml"},{"serviceType":"urn:Belkin:service:manufacture:1","serviceId":"urn:Belkin:serviceId:manufacture1","controlURL":"/upnp/control/manufacture1","eventSubURL":"/upnp/event/manufacture1","SCPDURL":"/manufacture.xml"}]},"presentationURL":"/pluginpres.html","host":"10.0.0.108","port":"49155","callbackURL":"http://10.0.0.135:38667"}}}
Nov 8 20:37:44 homebridge homebridge[1569]: [2018-11-8 20:37:44] [WeMo Platform] Online: Microonde [6038E01B9A10]
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Initial subscription - Device: uuid:Insight-1_0-221714K1200186, Service: urn:Belkin:service:basicevent:1
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Initial subscription - Device: uuid:Insight-1_0-221714K1200186, Service: urn:Belkin:service:insight:1
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Received[MONITOR]: <#1##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Info[MONITOR]: OWN Password authenticated with success
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Received[COMMAND]: <#1##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Info[COMMAND]: OWN Password authenticated with success
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Buffer[COMMAND]: <#10##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT myhomeclient Write[COMMAND]: <#10##>
Nov 8 20:37:44 homebridge homebridge[1569]: Thu, 08 Nov 2018 19:37:44 GMT wemo-client Incoming Request for uuid:Socket-1_0-221318K1100644:
I don’t see an error, did it exit or keep going?
It restarts in infinity...
Guido Vizioli
Il giorno 8 nov 2018, alle ore 22:47, Northern Man notifications@github.com ha scritto:
I don’t see an error, did it exit or keep going?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
I’m stumped.
If you have time, could you try to identify which plugin has the conflict, then we could look at it deeper. I find it very strange that homebridge is logging a very verbose message when it exits, as it is usually very chatty and noisy
On Nov 8, 2018, at 11:41 PM, sherazan notifications@github.com wrote:
It restarts in infinity...
Guido Vizioli
Il giorno 8 nov 2018, alle ore 22:47, Northern Man notifications@github.com ha scritto:
I don’t see an error, did it exit or keep going?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
I’ve executed some tests:
1 - installed a new HB instance on a new separated server (RPI0W) with a different name, username, port and pin 2 - created an account on cloudwatch.net 3 - updated config.json with Alexa platform and username/password created in step3
After a startup I don’t have all errors discussed in the previous discussion, so I think that there is a conflict with one of my plugins (I will try to investigate about this)
I started HB manually in debug mode with command: DEBUG=alexa* homebridge -I
Now I see some errore and I would understand the cause; in the same time I would ask you to test the last beta version for the Italian language:
Thanks
alexaHAP Starting Homebridge instance discovery +0ms alexaLocal Connecting to Homebridge Smart Home Skill +52ms [2018-11-10 15:15:38] Homebridge is running on port 51827. alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +5s alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +52ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +222ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +6ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +56ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +22ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +3ms alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms alexaLocal offline +309ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +82ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +514ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +278ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +462ms alexaLocal reconnect +3s alexaLocal connect command/vzlgdu/# +504ms alexaHAP Starting Homebridge instance discovery +4s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +49ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +116ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +20ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +21ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +62ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +72ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +21ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +19ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +6ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +360ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +475ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +83ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +82ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +24ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +88ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +17ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +26ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +236ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +146ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +3ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +27ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +644ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +109ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +66ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +57ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +28ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +27ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +60ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +13ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +248ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +22ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +37ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +62ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +55ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +535ms alexaHAP Ending Homebridge instance discovery +9s
Il giorno 9 nov 2018, alle ore 21:08, Northern Man notifications@github.com ha scritto:
I’m stumped.
If you have time, could you try to identify which plugin has the conflict, then we could look at it deeper. I find it very strange that homebridge is logging a very verbose message when it exits, as it is usually very chatty and noisy
On Nov 8, 2018, at 11:41 PM, sherazan notifications@github.com wrote:
It restarts in infinity...
Guido Vizioli
Il giorno 8 nov 2018, alle ore 22:47, Northern Man notifications@github.com ha scritto:
I don’t see an error, did it exit or keep going?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437480361, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeQ33_QC17X-OLA0Fycr0oGbn_fcqks5uteCkgaJpZM4YQBa5.
To me this looks normal
This error block can be ignored
alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms
And these devices are either not homebridge or aren’t running with -I
alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms
But I do see the you have 66 devices ;-)
Is it working okay?
On Nov 10, 2018, at 9:27 AM, sherazan notifications@github.com wrote:
Hi,
I’ve executed some tests:
1 - installed a new HB instance on a new separated server (RPI0W) with a different name, username, port and pin 2 - created an account on cloudwatch.net 3 - updated config.json with Alexa platform and username/password created in step3
After a startup I don’t have all errors discussed in the previous discussion, so I think that there is a conflict with one of my plugins (I will try to investigate about this)
I started HB manually in debug mode with command: DEBUG=alexa* homebridge -I
Now I see some errore and I would understand the cause; in the same time I would ask you to test the last beta version for the Italian language:
Thanks
alexaHAP Starting Homebridge instance discovery +0ms alexaLocal Connecting to Homebridge Smart Home Skill +52ms [2018-11-10 15:15:38] Homebridge is running on port 51827. alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +5s alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +52ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +222ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +6ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +56ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +22ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +3ms alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms alexaLocal offline +309ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +82ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +514ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +278ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +462ms alexaLocal reconnect +3s alexaLocal connect command/vzlgdu/# +504ms alexaHAP Starting Homebridge instance discovery +4s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +49ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +116ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +20ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +21ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +62ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +72ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +21ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +19ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +6ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +360ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +475ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +83ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +82ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +24ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +88ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +17ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +26ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +236ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +146ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +3ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +27ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +644ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +109ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +66ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +57ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +28ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +27ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +60ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +13ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +248ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +22ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +37ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +62ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +55ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +535ms alexaHAP Ending Homebridge instance discovery +9s
Il giorno 9 nov 2018, alle ore 21:08, Northern Man notifications@github.com ha scritto:
I’m stumped.
If you have time, could you try to identify which plugin has the conflict, then we could look at it deeper. I find it very strange that homebridge is logging a very verbose message when it exits, as it is usually very chatty and noisy
On Nov 8, 2018, at 11:41 PM, sherazan notifications@github.com wrote:
It restarts in infinity...
Guido Vizioli
Il giorno 8 nov 2018, alle ore 22:47, Northern Man notifications@github.com ha scritto:
I don’t see an error, did it exit or keep going?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437480361, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeQ33_QC17X-OLA0Fycr0oGbn_fcqks5uteCkgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437587639, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmOyA6y7GHuJd_lWRLjsjfj1D4Xwqks5utuJpgaJpZM4YQBa5.
Hi,
Thanks for your feedback; all the 66 devices are managed by the first instances of homebridge; now I’ve a 2th stance as described in the previous topic with only the Alexa platform but it seems that it is discovering all devices managed by the main home bridge istance!.
I would try to use this scenario:
a 1st homebridge istance that manage all my 66 devices managed by HomeKit a 2th homebridge istance only with the Alexa plugin to manage by voice all this
Can I use this configuration?
My Alexa is configured with Italian language so I would ask you to send me the version that can use Italian language; is this possible?
Thanks
Il giorno 10 nov 2018, alle ore 15:34, Northern Man notifications@github.com ha scritto:
To me this looks normal
This error block can be ignored
alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms
And these devices are either not homebridge or aren’t running with -I
alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms
But I do see the you have 66 devices ;-)
Is it working okay?
On Nov 10, 2018, at 9:27 AM, sherazan notifications@github.com wrote:
Hi,
I’ve executed some tests:
1 - installed a new HB instance on a new separated server (RPI0W) with a different name, username, port and pin 2 - created an account on cloudwatch.net 3 - updated config.json with Alexa platform and username/password created in step3
After a startup I don’t have all errors discussed in the previous discussion, so I think that there is a conflict with one of my plugins (I will try to investigate about this)
I started HB manually in debug mode with command: DEBUG=alexa* homebridge -I
Now I see some errore and I would understand the cause; in the same time I would ask you to test the last beta version for the Italian language:
Thanks
alexaHAP Starting Homebridge instance discovery +0ms alexaLocal Connecting to Homebridge Smart Home Skill +52ms [2018-11-10 15:15:38] Homebridge is running on port 51827. alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +5s alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +52ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +222ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +6ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +56ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +22ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +3ms alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms alexaLocal offline +309ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +82ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +514ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +278ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +462ms alexaLocal reconnect +3s alexaLocal connect command/vzlgdu/# +504ms alexaHAP Starting Homebridge instance discovery +4s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +49ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +116ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +20ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +21ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +62ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +72ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +21ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +19ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +6ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +360ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +475ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +83ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +82ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +24ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +88ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +17ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +26ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +236ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +146ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +3ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +27ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +644ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +109ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +66ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +57ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +28ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +27ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +60ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +13ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +248ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +22ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +37ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +62ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +55ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +535ms alexaHAP Ending Homebridge instance discovery +9s
Il giorno 9 nov 2018, alle ore 21:08, Northern Man notifications@github.com ha scritto:
I’m stumped.
If you have time, could you try to identify which plugin has the conflict, then we could look at it deeper. I find it very strange that homebridge is logging a very verbose message when it exits, as it is usually very chatty and noisy
On Nov 8, 2018, at 11:41 PM, sherazan notifications@github.com wrote:
It restarts in infinity...
Guido Vizioli
Il giorno 8 nov 2018, alle ore 22:47, Northern Man notifications@github.com ha scritto:
I don’t see an error, did it exit or keep going?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437480361, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeQ33_QC17X-OLA0Fycr0oGbn_fcqks5uteCkgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437587639, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmOyA6y7GHuJd_lWRLjsjfj1D4Xwqks5utuJpgaJpZM4YQBa5.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437588018, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeVFRrHh5WXKZaRAX64NQa6rO-Yjpks5utuPsgaJpZM4YQBa5.
The ability to discover other instances of homebridge and include them is a feature of the plugin. You have two options to stop homebridge-alexa discovering other instances.
1 - Don’t include the -I command line option in the startup script of the instance you do not want homebridge-alexa to control
2 - In the last week or 2, I changed the filter option to use the ip:port of a single homebridge instance that you want to Alexa enable.
For Italian language, I have submitted the skill to Amazon for certification, and it should be complete in a few days. Once it is certified it should be generally available.
On Nov 10, 2018, at 9:41 AM, sherazan notifications@github.com wrote:
Hi,
Thanks for your feedback; all the 66 devices are managed by the first instances of homebridge; now I’ve a 2th stance as described in the previous topic with only the Alexa platform but it seems that it is discovering all devices managed by the main home bridge istance!.
I would try to use this scenario:
a 1st homebridge istance that manage all my 66 devices managed by HomeKit a 2th homebridge istance only with the Alexa plugin to manage by voice all this
Can I use this configuration?
My Alexa is configured with Italian language so I would ask you to send me the version that can use Italian language; is this possible?
Thanks
Il giorno 10 nov 2018, alle ore 15:34, Northern Man notifications@github.com ha scritto:
To me this looks normal
This error block can be ignored
alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms
And these devices are either not homebridge or aren’t running with -I
alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms
But I do see the you have 66 devices ;-)
Is it working okay?
On Nov 10, 2018, at 9:27 AM, sherazan notifications@github.com wrote:
Hi,
I’ve executed some tests:
1 - installed a new HB instance on a new separated server (RPI0W) with a different name, username, port and pin 2 - created an account on cloudwatch.net 3 - updated config.json with Alexa platform and username/password created in step3
After a startup I don’t have all errors discussed in the previous discussion, so I think that there is a conflict with one of my plugins (I will try to investigate about this)
I started HB manually in debug mode with command: DEBUG=alexa* homebridge -I
Now I see some errore and I would understand the cause; in the same time I would ask you to test the last beta version for the Italian language:
Thanks
alexaHAP Starting Homebridge instance discovery +0ms alexaLocal Connecting to Homebridge Smart Home Skill +52ms [2018-11-10 15:15:38] Homebridge is running on port 51827. alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +5s alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +52ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +222ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +6ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +56ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +22ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +3ms alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms alexaLocal offline +309ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +82ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +514ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +278ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +462ms alexaLocal reconnect +3s alexaLocal connect command/vzlgdu/# +504ms alexaHAP Starting Homebridge instance discovery +4s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +49ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +116ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +20ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +21ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +62ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +72ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +21ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +19ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +6ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +360ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +475ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +83ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +82ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +24ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +88ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +17ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +26ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +236ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +146ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +3ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +27ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +644ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +109ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +66ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +57ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +28ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +27ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +60ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +13ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +248ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +22ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +37ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +62ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +55ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +535ms alexaHAP Ending Homebridge instance discovery +9s
Il giorno 9 nov 2018, alle ore 21:08, Northern Man notifications@github.com ha scritto:
I’m stumped.
If you have time, could you try to identify which plugin has the conflict, then we could look at it deeper. I find it very strange that homebridge is logging a very verbose message when it exits, as it is usually very chatty and noisy
On Nov 8, 2018, at 11:41 PM, sherazan notifications@github.com wrote:
It restarts in infinity...
Guido Vizioli
Il giorno 8 nov 2018, alle ore 22:47, Northern Man notifications@github.com ha scritto:
I don’t see an error, did it exit or keep going?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437480361, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeQ33_QC17X-OLA0Fycr0oGbn_fcqks5uteCkgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437587639, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmOyA6y7GHuJd_lWRLjsjfj1D4Xwqks5utuJpgaJpZM4YQBa5.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437588018, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeVFRrHh5WXKZaRAX64NQa6rO-Yjpks5utuPsgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437588489, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmPdzcyrOJg0LJVduHQwsYJ2etspqks5utuWfgaJpZM4YQBa5.
There is a reason to stop the discovering? The 1st stance of HB run with -I option because requested by a specific plugin, so for me is not a problem, in the same time for me is a great feature that Alexa plugin (running in the 2th istance of HB) is able to discover devices managed by the 1st stance of HB!
I will wait for the version with the Italian language but for now I’m not able to use any command with Alexa…
Il giorno 10 nov 2018, alle ore 15:49, Northern Man notifications@github.com ha scritto:
The ability to discover other instances of homebridge and include them is a feature of the plugin. You have two options to stop homebridge-alexa discovering other instances.
1 - Don’t include the -I command line option in the startup script of the instance you do not want homebridge-alexa to control
2 - In the last week or 2, I changed the filter option to use the ip:port of a single homebridge instance that you want to Alexa enable.
For Italian language, I have submitted the skill to Amazon for certification, and it should be complete in a few days. Once it is certified it should be generally available.
On Nov 10, 2018, at 9:41 AM, sherazan notifications@github.com wrote:
Hi,
Thanks for your feedback; all the 66 devices are managed by the first instances of homebridge; now I’ve a 2th stance as described in the previous topic with only the Alexa platform but it seems that it is discovering all devices managed by the main home bridge istance!.
I would try to use this scenario:
a 1st homebridge istance that manage all my 66 devices managed by HomeKit a 2th homebridge istance only with the Alexa plugin to manage by voice all this
Can I use this configuration?
My Alexa is configured with Italian language so I would ask you to send me the version that can use Italian language; is this possible?
Thanks
Il giorno 10 nov 2018, alle ore 15:34, Northern Man notifications@github.com ha scritto:
To me this looks normal
This error block can be ignored
alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms
And these devices are either not homebridge or aren’t running with -I
alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms
But I do see the you have 66 devices ;-)
Is it working okay?
On Nov 10, 2018, at 9:27 AM, sherazan notifications@github.com wrote:
Hi,
I’ve executed some tests:
1 - installed a new HB instance on a new separated server (RPI0W) with a different name, username, port and pin 2 - created an account on cloudwatch.net 3 - updated config.json with Alexa platform and username/password created in step3
After a startup I don’t have all errors discussed in the previous discussion, so I think that there is a conflict with one of my plugins (I will try to investigate about this)
I started HB manually in debug mode with command: DEBUG=alexa* homebridge -I
Now I see some errore and I would understand the cause; in the same time I would ask you to test the last beta version for the Italian language:
Thanks
alexaHAP Starting Homebridge instance discovery +0ms alexaLocal Connecting to Homebridge Smart Home Skill +52ms [2018-11-10 15:15:38] Homebridge is running on port 51827. alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +5s alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +52ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +222ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +6ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +56ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +22ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +3ms alexaLocal error { [Error: connect ECONNREFUSED 35.169.132.61:8883] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '35.169.132.61', port: 8883 } +307ms alexaLocal offline +309ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +294ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +47ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +16ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +8ms alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +82ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +514ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +278ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +462ms alexaLocal reconnect +3s alexaLocal connect command/vzlgdu/# +504ms alexaHAP Starting Homebridge instance discovery +4s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +49ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +116ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +20ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +21ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +62ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +72ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +21ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +19ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +6ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +360ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +475ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +83ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +82ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +24ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +88ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +17ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +26ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +236ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +146ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +3ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +27ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +644ms alexaHAP Starting Homebridge instance discovery +14s alexaHAP HAP Device discovered Homebridgea-E1A5 [ '10.0.0.160', 'fe80::2a:79b6:890c:5e48' ] +109ms alexaHAP HAP instance address: Homebridgea-E1A5 -> CC_22_3D_E3_CE_31.local -> 10.0.0.160 +5ms alexaHAP Homebridge instance discovered Homebridgea-E1A5 with 1 accessories +66ms alexaHAP HAP Device discovered Koogeek-LB1-915E77 [ '10.0.0.145', 'fe80::27e:56ff:fe91:5e77' ] +57ms alexaHAP HAP instance address: Koogeek-LB1-915E77 -> hap-915E77.local -> 10.0.0.145 +3ms alexaHAP HAP Device discovered Philips hue - A04607 [ '10.0.0.118', 'fe80::217:88ff:fea0:4607' ] +28ms alexaHAP HAP instance address: Philips hue - A04607 -> Philips-hue.local -> 10.0.0.118 +4ms alexaHAP HAP Device discovered Outlet2 [ 'fe80::efe3:288b:ede7:8197', '10.0.0.109' ] +27ms alexaHAP HAP instance address: Outlet2 -> rpi0outlet2.local -> 10.0.0.109 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +60ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Device discovered Raspberry Light [ 'fe80::36f0:a58c:64c4:df6e', '10.0.0.127' ] +13ms alexaHAP HAP instance address: Raspberry Light -> rpi0outlet1.local -> 10.0.0.127 +4ms alexaHAP HAP Discover failed Philips hue - A04607 http://10.0.0.118:8080 error code 470 +248ms alexaHAP HAP Discover failed Outlet2 http://10.0.0.109:51826 homebridge is not running in insecure mode with -I +9ms alexaHAP HAP Discover failed Koogeek-LB1-915E77 http://10.0.0.145:80 error code 470 +22ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +37ms alexaHAP HAP Device discovered Homebridge-CAD8 [ '10.0.0.135', 'fe80::9e08:bbb:9731:5da1' ] +62ms alexaHAP HAP instance address: Homebridge-CAD8 -> CC_22_3D_E3_CE_30.local -> 10.0.0.135 +4ms alexaHAP HAP Discover failed Raspberry Light http://10.0.0.127:51826 homebridge is not running in insecure mode with -I +55ms alexaHAP Homebridge instance discovered Homebridge-CAD8 with 66 accessories +535ms alexaHAP Ending Homebridge instance discovery +9s
Il giorno 9 nov 2018, alle ore 21:08, Northern Man notifications@github.com ha scritto:
I’m stumped.
If you have time, could you try to identify which plugin has the conflict, then we could look at it deeper. I find it very strange that homebridge is logging a very verbose message when it exits, as it is usually very chatty and noisy
On Nov 8, 2018, at 11:41 PM, sherazan notifications@github.com wrote:
It restarts in infinity...
Guido Vizioli
Il giorno 8 nov 2018, alle ore 22:47, Northern Man notifications@github.com ha scritto:
I don’t see an error, did it exit or keep going?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437480361, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeQ33_QC17X-OLA0Fycr0oGbn_fcqks5uteCkgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437587639, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmOyA6y7GHuJd_lWRLjsjfj1D4Xwqks5utuJpgaJpZM4YQBa5.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437588018, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeVFRrHh5WXKZaRAX64NQa6rO-Yjpks5utuPsgaJpZM4YQBa5.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437588489, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmPdzcyrOJg0LJVduHQwsYJ2etspqks5utuWfgaJpZM4YQBa5.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-437588994, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeV_8P9PcMIDaaIX1K-i41uReA9mWks5utueIgaJpZM4YQBa5.
Ok it should be certified for release in a couple of days.
Great!
Hi, after some tests I can say that this plugin is incompatible with your plugin:
homebridge-config-ui-x v3.9.0
Tks, let me try it out
Sent from my iPad
On Nov 13, 2018, at 6:24 AM, sherazan notifications@github.com wrote:
Hi, after some tests I can say that this plugin is incompatible with your plugin:
homebridge-config-ui-x v3.9.0
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.
I just tried the two of them and no problems at all….I’m stumped
On Nov 13, 2018, at 6:24 AM, sherazan notifications@github.com wrote:
Hi, after some tests I can say that this plugin is incompatible with your plugin:
homebridge-config-ui-x v3.9.0
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-438231894, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmEW30l62ezn6bLornDM7HIm1ShoLks5uuqvcgaJpZM4YQBa5.
I don’t know… I’m testing on a Raspberry PI3 with a Raspbian installed one year ago (my main homebridge istance) and on a Raspberry PI0W with the last version of Raspbian and only with homebridge and Alexa plugin. There are some differences between all this installations but I’m not able to understand what...
Il giorno 15 nov 2018, alle ore 02:16, Northern Man notifications@github.com ha scritto:
I just tried the two of them and no problems at all….I’m stumped
On Nov 13, 2018, at 6:24 AM, sherazan notifications@github.com wrote:
Hi, after some tests I can say that this plugin is incompatible with your plugin:
homebridge-config-ui-x v3.9.0
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-438231894, or mute the thread https://github.com/notifications/unsubscribe-auth/AS5CmEW30l62ezn6bLornDM7HIm1ShoLks5uuqvcgaJpZM4YQBa5.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-alexa/issues/138#issuecomment-438879535, or mute the thread https://github.com/notifications/unsubscribe-auth/AejfeYV5lGBcDdbo5gXgYX0wnimvSa_cks5uvMBtgaJpZM4YQBa5.
Hi, I'm using homebridge (Version 0.4.45) with the following plugins:
homebridge-config-ui-x v3.9.0 homebridge-fritz v0.7.3 homebridge-mqttthing v1.0.16 homebridge-myhome-tng v0.0.21 homebridge-platform-wemo v1.3.8
After installing plugin alexa, homebridge goes in a loop of restarts, without specifc errors. Do you have suggests? Thanks