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

Missing sensor in HomeKit app, but als not visible on accessoires overview page in Homebridge #138

Closed eronnes closed 2 months ago

eronnes commented 3 months ago

I've got te script working, in the Homebridgelog I see data which comes from my solar installation. But I don't see any sensor-information in my Homekit app. What do I wrong?

Could you please advise, thank you.

grzegorz914 commented 3 months ago

Aere you add the accessory to the home app? https://github.com/grzegorz914/homebridge-enphase-envoy/wiki#adding-to-homekit

eronnes commented 3 months ago

Yes, and a lot of assessories were visible, except for the Enphase plugin assessories.

grzegorz914 commented 3 months ago

Please read this: https://github.com/grzegorz914/homebridge-enphase-envoy?tab=readme-ov-file#about-the-plugin

eronnes commented 3 months ago

I did, but looks like I did everything as stated. Should I see the Accessoires (sensors) in Accessoires overview in Homebridge itself?

grzegorz914 commented 3 months ago

yes, the sensors are visible in homebridge and in home app, if you have some problems please post the debug log then I can look what is going wrong. To enable debug mode go to plugin settings advanced section>>>system>>debug

eronnes commented 2 months ago

I found this issue in the logging: [20-6-2024, 09:11:39] [homebridge-enphase-envoy] Device: xxx.xxx.xxx.xxx Envoy-S, Start error: Requesting power production mode error: AxiosError: Request failed with status code 401., trying again in 15s.

I replaced my ip with xxx.xxx.xxx.xxx

All other request don't produce errors in the logging

eronnes commented 2 months ago

I've turned off supportProductionPowerMode and turned off PLC

If enabled, control Production Power Mode will be possible in Envoy section (EVE or Controler app), Fw. 7.x.x and newer required installer credentials data.

Now I see sensors coming up!

grzegorz914 commented 2 months ago

Yes, to read/write Production Power Mode and PLC level, Installer credentials data are required in other things wil return error 401 - wrong credentials data.

I think is solved now.