grzegorz914 / homebridge-enphase-envoy

Homebridge plugin for Photovoltaic Energy System manufactured by Enphase. Supported Envoy-IQ, Envoy-S and all peripheral devices.
MIT License
47 stars 9 forks source link

Connection appears successful, but no accessories are appearing #3

Closed jcgillespie closed 3 years ago

jcgillespie commented 3 years ago

I've got this plugin configured and it looks like it is able to retrieve all the data from my Envoy, but I'm not seeing any accessories in HomeBridge. Any suggestions?

Log snip

[29/12/2020, 10:21:40] [enphaseEnvoy] Device 192.168.9.104 Envoy-S, get device status data: { production: [Array], consumption: [Array], storage: [Array] }
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, power production: 0.257 kW
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, power production max: 0.257 kW
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, power production max detected: Yes
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, energy production Lifetime: 7728.135 kWh
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, powerConsumptionTotalMaxFile saved successful in: /var/lib/homebridge/enphaseEnvoy/ 1.270155 kW
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, total power consumption : 1.270155 kW
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, total power consumption max: 0.257 kW
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, total power consumption max detected: Yes
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, total energy consumption Today: 16.266201 kWh
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, total energy consumption last 7 Days: 226.321201 kWh
[29/12/2020, 10:21:40] [enphaseEnvoy] Device: 192.168.9.104 Envoy-S, total energy consumption Lifetime: 8637.574201 kWh

Config

{
            "devices": [
                {
                    "name": "Envoy-S",
                    "host": "192.168.9.104",
                    "refreshInterval": 30,
                    "enchargeStorage": false,
                    "enchargeStorageOffset": 0,
                    "powerProductionMeter": 0,
                    "powerProductionMaxDetected": 0,
                    "energyProductionLifetimeOffset": 0,
                    "powerConsumptionMeter": 1,
                    "powerConsumptionTotalMaxDetected": 0,
                    "energyConsumptionTotalLifetimeOffset": 0,
                    "powerConsumptionNetMaxDetected": 0,
                    "energyConsumptionNetLifetimeOffset": 0
                }
            ],
            "platform": "enphaseEnvoy"
        }
grzegorz914 commented 3 years ago

U need to pair first in HomeKit app https://github.com/grzegorz914/homebridge-enphase-envoy#homekit-pairing

jcgillespie commented 3 years ago

They’re not showing in HomeBridge. Do you need to pair to HomeKit to get them to show in the HomeBridge Config UI?


From: Grzegorz notifications@github.com Sent: Tuesday, December 29, 2020 12:28:40 PM To: grzegorz914/homebridge-enphase-envoy homebridge-enphase-envoy@noreply.github.com Cc: Josh Gillespie joshgillespie@outlook.com; Author author@noreply.github.com Subject: Re: [grzegorz914/homebridge-enphase-envoy] Connection appears successful, but no accessories are appearing (#3)

U need to pair first in HomeKit app https://github.com/grzegorz914/homebridge-enphase-envoy#homekit-pairing

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/grzegorz914/homebridge-enphase-envoy/issues/3#issuecomment-752195320, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AANN36CPA3ONOUIJF2XNSVDSXINVRANCNFSM4VNL6VQA.

grzegorz914 commented 3 years ago

Ah OK, Homebridge config UI X don’t support all accessory type, this one is not supported and will not be visible in Config UI X, please Use EVE App or Controller app on iPhone/iPad

jcgillespie commented 3 years ago

That did it. Thank you. I didn’t realize the config UI didn’t support all the types


From: Grzegorz notifications@github.com Sent: Tuesday, December 29, 2020 2:10:51 PM To: grzegorz914/homebridge-enphase-envoy homebridge-enphase-envoy@noreply.github.com Cc: Josh Gillespie joshgillespie@outlook.com; Author author@noreply.github.com Subject: Re: [grzegorz914/homebridge-enphase-envoy] Connection appears successful, but no accessories are appearing (#3)

Ah OK, Homebridge config UI X don’t support all accessory type, this one is not supported and will not be visible in Config UI X, please Use EVE App or Controller app on iPhone/iPad

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/grzegorz914/homebridge-enphase-envoy/issues/3#issuecomment-752225908, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AANN36DJEMYDYFKEWUAO3OTSXIZUXANCNFSM4VNL6VQA.