grzegorz914 / homebridge-enphase-envoy

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

Device: undefined Envoy-S #101

Closed Kermarc44 closed 1 year ago

Kermarc44 commented 1 year ago

Hello,

It's seems that the plugin is able to connect but that the envoy system is unknown : ERRORDevice: undefined Envoy-S, Update home data error: Error: self signed certificate. Reconnect in 15s.

Config : { "accessories": [], "platforms": [ { "platform": "enphaseEnvoy", "devices": [ { "name": "Envoy-S", "enableDebugMode": true, "refreshInterval": 120, "powerProductionMaxDetected": 1, "energyProductionLifetimeOffset": 0, "powerConsumptionTotalMaxDetected": 1, "energyConsumptionTotalLifetimeOffset": 0, "powerConsumptionNetMaxDetected": 1, "energyConsumptionNetLifetimeOffset": 0, "disableLogInfo": false } ] } ] }

Debug log :

25/08/2023, 16:21:35Enphase Envoy BridgeenphaseEnvoyDevice: undefined Envoy-S, debug: Start. 25/08/2023, 16:21:35Enphase Envoy BridgeenphaseEnvoyDevice: undefined Envoy-S, debug: Requesting info. 25/08/2023, 16:21:35Enphase Envoy BridgeenphaseEnvoyDevice: undefined Envoy-S, debug: Info: "<?xml version='1.0' encoding='UTF-8'?>\n\n \n \n 122143077347\n 800-00654-r06\n D7.6.175\n 4c8675\n 0\n 1\n true\n \n true\n \n 500-00001-r01\n 02.00.00\n 1210\n \n \n 500-00011-r02\n 04.04.225\n 3eb4d3\n \n \n 590-00019-r01\n 02.00.01\n 1f421b\n \n \n 500-00002-r01\n 07.06.175\n f79c8d\n \n \n 500-00005-r01\n 01.02.293\n 9cf065\n \n \n 500-00008-r01\n 02.01.24\n a74d96\n \n \n 500-00010-r01\n 07.00.20\n 176d57\n \n \n 500-00013-r01\n 03.02.08\n eaa252\n \n \n 500-00012-r01\n 02.02.00\n 40061a\n \n \n 500-00016-r01\n 02.00.00\n 54a6dc\n \n \n 500-00001-r01\n 02.00.00\n 1210\n \n \n ec2-user-envoy_uber-pkg_master:pkg-Jun-22-23-18:55:22\n 1687460237\n 02.00.4238\n 700-GA\n \n\n" 25/08/2023, 16:21:35Enphase Envoy BridgeenphaseEnvoyDevice: undefined Envoy-S, debug: Parse info: { "envoy_info": { "time": 1692973265, "device": { "sn": 122143077347, "pn": "800-00654-r06", "software": "D7.6.175", "euaid": "4c8675", "seqnum": 0, "apiver": 1, "imeter": true }, "web-tokens": true, "package": [ { "pn": "500-00001-r01", "version": "02.00.00", "build": 1210, "@_name": "rootfs" }, { "pn": "500-00011-r02", "version": "04.04.225", "build": "3eb4d3", "@_name": "kernel" }, { "pn": "590-00019-r01", "version": "02.00.01", "build": "1f421b", "@_name": "boot" }, { "pn": "500-00002-r01", "version": "07.06.175", "build": "f79c8d", "@_name": "app" }, { "pn": "500-00005-r01", "version": "01.02.293", "build": "9cf065", "@_name": "devimg" }, { "pn": "500-00008-r01", "version": "02.01.24", "build": "a74d96", "@_name": "geo" }, { "pn": "500-00010-r01", "version": "07.00.20", "build": "176d57", "@_name": "backbone" }, { "pn": "500-00013-r01", "version": "03.02.08", "build": "eaa252", "@_name": "meter" }, { "pn": "500-00012-r01", "version": "02.02.00", "build": "40061a", "@_name": "agf" }, { "pn": "500-00016-r01", "version": "02.00.00", "build": "54a6dc", "@_name": "security" }, { "pn": "500-00001-r01", "version": "02.00.00", "build": 1210, "@_name": "full" } ], "build_info": { "build_id": "ec2-user-envoy_uber-pkg_master:pkg-Jun-22-23-18:55:22", "build_time_gmt": 1687460237, "release_ver": "02.00.4238", "release_stage": "700-GA" } } } 25/08/2023, 16:21:35Enphase Envoy BridgeenphaseEnvoyDevice: undefined Envoy-S, debug: Envoy password: xxxxx 25/08/2023, 16:21:35Enphase Envoy BridgeenphaseEnvoyDevice: undefined Envoy-S, debug: Installer password: xxxx 25/08/2023, 16:21:35Enphase Envoy BridgeenphaseEnvoyDevice: undefined Envoy-S, debug: Requesting home. 25/08/2023, 16:21:35Enphase Envoy BridgeenphaseEnvoyERRORDevice: undefined Envoy-S, Update home data error: Error: self signed certificate. Reconnect in 15s.

grzegorz914 commented 1 year ago

Your Envoy use firmware 7.x.x, please enable support for it in plugin settings advanced settings section and let me know

Kermarc44 commented 1 year ago

D7.6.175

grzegorz914 commented 1 year ago

Please enable support for fw 7.x.x, go to plugin settings Advanced Settings >> Authorization and let me know

Kermarc44 commented 1 year ago

Thanks it's working now.