luc-ass / homebridge-evohome

Homebridge plugin for Honeywell Evohome
29 stars 16 forks source link

Evohome does not show up in Home.app after installation #66

Closed grapescape closed 3 years ago

grapescape commented 3 years ago

Just installed on my NAS and loaded ok but doesn’t seem to link to my homekit. Hombridge is there but the evohome plug-in is not visible? Have I missed something?

luc-ass commented 3 years ago

That's a rather vague explanation. Could you go into some more detail? An excerpt from your console after starting Homebridge could be helpful. Something like this:

[1/17/2021, 11:07:10 AM] ---
[1/17/2021, 11:07:12 AM] Loaded plugin: homebridge-evohome@0.7.3
[1/17/2021, 11:07:18 AM] Registering platform 'homebridge-evohome.Evohome'
[1/17/2021, 11:07:18 AM] ---
...
[1/17/2021, 11:07:31 AM] [Evohome] Initializing Evohome platform...
[1/17/2021, 11:07:31 AM] [Evohome] Logging into Evohome...
...
[1/17/2021, 11:07:33 AM] [Evohome] Logged into Evohome!
[1/17/2021, 11:07:35 AM] [Evohome] You have 1 location(s). This instance will be using Index No 0
[1/17/2021, 11:07:35 AM] [Evohome] You have 4 device(s).
...
[1/17/2021, 11:07:36 AM] [Evohome] 0: Wohnküche (21°)
[1/17/2021, 11:07:36 AM] [Evohome] 1: Bad (22°)
[1/17/2021, 11:07:36 AM] [Evohome] 2: Schlafzimmer (21°)
[1/17/2021, 11:07:36 AM] [Evohome] 3: Arbeitszimmer (22.5°)
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Wohnküche Thermostat'...
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Bad Thermostat'...
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Schlafzimmer Thermostat'...
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Arbeitszimmer Thermostat'...
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Evohome Away Mode'...
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Evohome Day Off Mode'...
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Evohome Heating Off Mode'...
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Evohome Eco Mode'...
[1/17/2021, 11:07:36 AM] Initializing platform accessory 'Evohome Custom Mode'...

Have you installed other plugins that are working the way they should?

grapescape commented 3 years ago

Lucas, this is all that is listed. Not total relevant but let me know. Config seems to be OK and the bridge is listed on my homekit but no other items.

[1/15/2021, 12:58:31 PM] [Homebridge UI] Added new user: admin [1/15/2021, 12:58:31 PM] [Homebridge UI] Username and password have been set to default: [1/15/2021, 12:58:31 PM] [Homebridge UI] Username: admin [1/15/2021, 12:58:31 PM] [Homebridge UI] Password: admin [1/15/2021, 1:09:06 PM] [Homebridge UI] Updated user: admin [1/15/2021, 1:17:44 PM] [Homebridge UI] Running Command: npm install --save homebridge-evohome@latest [1/15/2021, 1:20:12 PM] [Homebridge UI] Changes to config.json saved. [1/15/2021, 1:26:44 PM] [Homebridge UI] Running Command: npm install --save homebridge-dummy@latest [1/16/2021, 1:10:50 AM] [Homebridge UI] Running job to cleanup config.json backup files older than 60 days... [1/16/2021, 1:15:45 AM] [Homebridge UI] Running scheduled instance backup... [1/16/2021, 1:15:45 AM] [Homebridge UI] Creating temporary backup archive at /tmp/homebridge-backup-enKOKo/homebridge-backup-0E058B42FC14.tar.gz [1/16/2021, 1:15:50 AM] [Homebridge UI] [homebridge-dummy] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help. [1/16/2021, 1:15:50 AM] [Homebridge UI] [homebridge-config-ui-x] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help. [1/16/2021, 1:15:50 AM] [Homebridge UI] [homebridge-evohome] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help. [1/17/2021, 1:10:50 AM] [Homebridge UI] Running job to cleanup config.json backup files older than 60 days... [1/17/2021, 1:15:45 AM] [Homebridge UI] Running scheduled instance backup... [1/17/2021, 1:15:45 AM] [Homebridge UI] Creating temporary backup archive at /tmp/homebridge-backup-LnFmFb/homebridge-backup-0E058B42FC14.tar.gz [1/17/2021, 1:15:50 AM] [Homebridge UI] [homebridge-evohome] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help. [1/17/2021, 1:15:50 AM] [Homebridge UI] [homebridge-dummy] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help. [1/17/2021, 1:15:50 AM] [Homebridge UI] [homebridge-config-ui-x] Failed to check registry.npmjs.org for updates: "timeout of 5000ms exceeded" - see https://git.io/JJSz6 for help.

Thanks Paul

luc-ass commented 3 years ago

Okay, so it seems that your error lies outside the boundary of this project. Your error occurs because registry.npmjs.org cannot be reached. What kind of NAS are you using. Perhaps I can point you in the right direction.

grapescape commented 3 years ago

I am using a synology DS216+ll. This requires a package called Docker to run homebridge. It seems that the error is a timeout issue but I wonder if there is a problem with a firewall or similar. Any thoughts gratefully accepted.

Paul

luc-ass commented 3 years ago

Did you follow this guide? https://github.com/oznu/docker-homebridge/wiki/Homebridge-on-Synology

I run the same container on my DS916+ and this works really good. Please install all plugins via the web interface of homebridge and try again. This is also where the configuration needs to be done. It looks like this

plugins plugin-evohome
grapescape commented 3 years ago

It’s fixed. I just turned off docker app and restarted it and it worked. Looks great. Thanks for your help.

Regards

Paul

From: Lucas Gasenzer notifications@github.com Sent: 17 January 2021 13:31 To: luc-ass/homebridge-evohome homebridge-evohome@noreply.github.com Cc: grapescape Paul@captains-log.co.uk; Author author@noreply.github.com Subject: Re: [luc-ass/homebridge-evohome] Evohome does not show up in Home.app after installation (#66)

Okay, so it seems that your error lies outside the boundary of this project. Your error occurs because registry.npmjs.org cannot be reached. What kind of NAS are you using. Perhaps I can point you in the right direction.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/luc-ass/homebridge-evohome/issues/66#issuecomment-761813141 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ASPQKX7KIMY74ZMFSP6FEO3S2LRBDANCNFSM4WFELU5Q . https://github.com/notifications/beacon/ASPQKX6AXQ6BNIIY6XL26ZTS2LRBDA5CNFSM4WFELU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFVUFRFI.gif

luc-ass commented 3 years ago

Ha. Sometimes Prof. PowerOnOff helps... Have fun!