ERROR SungrowClient Error on trying to disconnect from the inverter: 'NoneType' object has no attribute 'close' · Issue #215 · bohdan-s/SunGather · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a SH10RT-20 connected to my local network. When I start the docker container the inverter is read correctly. I use modbus.
The output is as follows:
sungatherevo | 2025-01-29 14:03:32 INFO sungather Loading module ´exports/webserver.py. sungatherevo | 2025-01-29 14:03:32 INFO webserver Webserver: Configured sungatherevo | 2025-01-29 14:03:32 INFO sungather Starting scrape ... sungatherevo | 2025-01-29 14:03:32 INFO SungrowClient Start reading ranges of data from inverter. sungatherevo | 2025-01-29 14:03:32 INFO SungrowClient Start reading a single range of data, type ´read, slave ´None, start 4949, count 50. ... sungatherevo | 2025-01-29 14:03:32 INFO SungrowClient Start reading a single range of data, type ´hold, slave ´None, start 33200, count 100. sungatherevo | 2025-01-29 14:03:32 WARNING SungrowClient No data returned for type ´hold, slave id ´None`, start 33200, count 100
sungatherevo | 2025-01-29 14:03:32 INFO SungrowClient Finished reading ranges of data from inverter in 0.1599 seconds. sungatherevo | 2025-01-29 14:03:32 ERROR SungrowClient Error on trying to disconnect from the inverter: 'NoneType' object has no attribute 'close'
sungatherevo | 2025-01-29 14:03:32 WARNING sungather Data collection failed, skipped exporting data.
Any idea what is wrong.
The text was updated successfully, but these errors were encountered:
Hi!
I have a SH10RT-20 connected to my local network. When I start the docker container the inverter is read correctly. I use modbus.
The output is as follows:
sungatherevo | 2025-01-29 14:03:32 INFO sungather Loading module ´exports/webserver.py
. sungatherevo | 2025-01-29 14:03:32 INFO webserver Webserver: Configured sungatherevo | 2025-01-29 14:03:32 INFO sungather Starting scrape ... sungatherevo | 2025-01-29 14:03:32 INFO SungrowClient Start reading ranges of data from inverter. sungatherevo | 2025-01-29 14:03:32 INFO SungrowClient Start reading a single range of data, type ´read
, slave ´None, start 4949, count 50. ... sungatherevo | 2025-01-29 14:03:32 INFO SungrowClient Start reading a single range of data, type ´hold
, slave ´None, start 33200, count 100. sungatherevo | 2025-01-29 14:03:32 WARNING SungrowClient No data returned for type ´hold
, slave id ´None`, start 33200, count 100sungatherevo | 2025-01-29 14:03:32 INFO SungrowClient Finished reading ranges of data from inverter in 0.1599 seconds.
sungatherevo | 2025-01-29 14:03:32 ERROR SungrowClient Error on trying to disconnect from the inverter: 'NoneType' object has no attribute 'close'
sungatherevo | 2025-01-29 14:03:32 WARNING sungather Data collection failed, skipped exporting data.
Any idea what is wrong.
The text was updated successfully, but these errors were encountered: