tomquist / solix2mqtt

CLI tool to poll the Solix API for the latest sample data from all devices and publish them to an MQTT broker.
MIT License
38 stars 8 forks source link

solix/site_homepage (null) #11

Closed GHDESON closed 4 months ago

GHDESON commented 4 months ago

I have done the setup of solix2mqtt. Initially I had successful mqtt responses (always with a second account):

####### solix/site_homepage {"site_list":[],"solar_list":[],"pps_list":[],"solarbank_list":[],"powerpanel_list":[]}

solix/site/ZBS1/scenInfo {"home_info":{"home_name":"Home","home_img":"","charging_power":"146.00","power_unit":"W"},

"solar_list":[{"device_sn":"E07100033542","device_name":"MI80 Microinverter(BLE)","device_img":"https://public-aiot-fra-prod.s3.dualstack.eu-central-1.amazonaws.com/anker-power/public/product/anker-power/0f8e0ca7-dda9-4e70-940d-fe08e1fc89ea/picl_A5143_normal.png","bind_site_status":"","generate_power":"146.00","power_unit":"W","status":"1","wireless_type":"2","device_pn":"A5143","main_version":""}],

"pps_info":{"pps_list":[],"total_charging_power":"0.00","power_unit":"W","total_battery_power":"0.00","updated_time":"","pps_status":0},"statistics":[{"type":"1","total":"59.56","unit":"kwh"},{"type":"2","total":"59.38","unit":"kg"},{"type":"3","total":"0.00","unit":"€"}],"topology_type":"1",

"solarbank_info":{"solarbank_list":[{"device_pn":"A17C0","device_sn":"AZV6Y60E15742543","device_name":"Solarbank E1600","device_img":"https://public-aiot-fra-prod.s3.dualstack.eu-central-1.amazonaws.com/anker-power/public/product/2024/05/10/iot-admin/FycLLqjHpYf0Bdab/20230719-144818.png","battery_power":"84","bind_site_status":"","charging_power":"159","power_unit":"W","charging_status":"2","status":"1","wireless_type":"1","main_version":"","photovoltaic_power":"0","output_power":"159","create_time":1716826174,"set_load_power":"","sub_package_num":0,"output_cutoff_data":10,"is_display":true}],"total_charging_power":"0","power_unit":"W","charging_status":"0","total_battery_power":"0.84","updated_time":"2024-07-01 19:43:15","total_photovoltaic_power":"0","total_output_power":"159.00","display_set_power":false,"battery_discharge_power":"0","ac_power":"0","to_home_load":"0","is_display_data":true,"solar_power_1":"0","solar_power_2":"0","solar_power_3":"0","solar_power_4":"0"},"retain_load":"150W","scene_mode":0,"home_load_power":"0","updated_time":"01-01-0001 00:00:00","power_site_type":2,"site_id":"ea93c4ab-937f-45d1-89b5-84918562a4b5",

"powerpanel_list":[],"grid_info":null,"is_downgrade":false,"error_code":0,"smart_plug_info":null,"feature_switch":null} #######

Now later only

####### solix/site_homepage (null) #######

issued. What could be the problem? Could this (only) be a timeout? The login on the anker.com homepage also takes a long time, but is successful. However, the error pattern has now persisted for several hours.

GHDESON commented 4 months ago

I have removed the solix2mqtt.git repository and reinstalled it. This was successful.