-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I'm trying to install the plugin and it did work but nothing shows up the homebridge display. I don't understand the procedure to add it to the HomeKit app on the iPhone. I already have it loaded and working with WEMO, HUE accessories. I reread the instructions and added the generated password to the installer field and now I get this error in the log:
[enphaseEnvoy] Device: 192.168.1.8 Envoy-S, requesting envoyBackboneAppData error: Error: connect EHOSTUNREACH 192.168.1.8:80
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16) {
errno: -113,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '192.168.1.8',
port: 80,
config: [Object],
request: [Writable],
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
I'm running Homebridge on a Pi:
Linux Homebridge 5.10.60-v7+ #1449 SMP Wed Aug 25 15:00:01 BST 2021
armv7l GNU/Linux
Known as: Homebridge
OS Version : Raspbian GNU/Linux 10 (buster)
Here is the Envoy-S config info
"devices": [
{
"name": "Envoy-S",
"host": "192.168.1.8",
"refreshInterval": 60,
"disableLogInfo": false,
"installerPasswd": "6e9f3c2",
"powerProductionMaxDetected": 100,
"energyProductionLifetimeOffset": 0,
"powerConsumptionTotalMaxDetected": 1000,
"energyConsumptionTotalLifetimeOffset": 0,
"powerConsumptionNetMaxDetected": 0,
"energyConsumptionNetLifetimeOffset": 0
}
],
"platform": "enphaseEnvoy"
There are no errors with the JSON config file. This is a brand new Enphase Solar installation. I have 15 panels and a battery system installed. The OS software Nodejs and Homebridge are all the latest version
So any assistance would be appreciated to get me up and running.
Cheers
Dave