meltaxa / solariot

Leverage your IoT enabled Solar PV Inverter to stream your solar energy usage data to a real time dashboard.
https://solariot.live
MIT License
201 stars 69 forks source link

Failed to scrape inverter: sg8kd #74

Closed CarsonRedeye closed 2 years ago

CarsonRedeye commented 2 years ago

I think it is connecting correctly to the inverter. Here is my config.py:

inverter_ip = "192.168.4.45" inverter_port = 8082 slave = 0x01 model = "sungrow-sg8kd" timeout = 10 scan_interval = 30

Log:

INFO:root:Loaded config sungrow-sg8kd INFO:root:Creating SungrowModbusWebClient INFO:root:Connecting INFO:root:Connected INFO:root:No MQTT configuration detected INFO:root:No Prometheus configuration detected INFO:root:Configured InfluxDB Client INFO:root:No PVOutput configuration detected WARNING:root:No data. Try increasing the timeout or scan interval. WARNING:root:Failed to scrape inverter, sleeping until next scan

CarsonRedeye commented 2 years ago

I switched to port 502 and sungrow-sg5kd and it worked!!