![Image]()
remcok wrote: ↑Sunday 10 July 2022 14:54
bvdf0251 wrote: ↑Sunday 10 July 2022 13:05
Did have to manually install pymodbus via 'pip install pymodbus' perhaps this should be added to 'requirements.txt'
Thanks, I added this to the requirements.
Also notice that you have to have 'Accept new Hardware Devices' enabled or it will fail to create devices.
I'm fairly new to Domoticz, about 3 to 4 weeks, this setting is in Setup->System, and I believe its normal that you need to enable it for devices to be added by plugins? And therefore device creation will fail if disabled. Or do you mean something else?
My Inverter is 3600T-DS with Wi-Fi module.
Noted as a reported working inverter.
I do notice that today's and total generation don't match the device setting. In devices the total is 622, on the dashboard it started at 0 and is now being totalled.
I believe this is normal as Domoticz didn't get the 'start of the day' value in the beginning of the day. Looking at other inverter plugins (I have a SolarEdge inverter as well), this looks the same.
I think if you have a look at it tommorow for that day, it should match up.
I pushed a new version with the above changes: beta-release-v0.0.2
HI there. I have the plugin running but it seems i can't get data from the inverter. Could it be that i'm running an older firmware? Where can i check the version of it?
2022-07-24 11:18:54.504 Error: Goodwe UDP: Call to function 'onHeartbeat' failed, exception details:
2022-07-24 11:18:54.505 Error: Goodwe UDP: Traceback (most recent call last):
2022-07-24 11:18:54.505 Error: Goodwe UDP: File "/usr/local/lib/python3.7/dist-packages/goodwe/inverter.py"„ line 108, in read_from_socket
2022-07-24 11:18:54.505 Error: Goodwe UDP: result = await command.execute(self.host, self.timeout, self.retries)
2022-07-24 11:18:54.505 Error: Goodwe UDP: File "/usr/local/lib/python3.7/dist-packages/goodwe/protocol.py"„ line 109, in execute
2022-07-24 11:18:54.505 Error: Goodwe UDP: await response_future
2022-07-24 11:18:54.505 Error: Goodwe UDP: goodwe.exceptions.MaxRetriesException
2022-07-24 11:18:54.505 Error: Goodwe UDP:
2022-07-24 11:18:54.505 Error: Goodwe UDP: During handling of the above exception, another exception occurred:
2022-07-24 11:18:54.505 Error: Goodwe UDP:
2022-07-24 11:18:54.505 Error: Goodwe UDP: Traceback (most recent call last):
2022-07-24 11:18:54.505 Error: Goodwe UDP: File "/opt/domoticz/userdata/plugins/domoticz-goodwe-modbusudp-plugin/plugin.py", line 361, in onHeartbeat
2022-07-24 11:18:54.505 Error: Goodwe UDP: _plugin.onHeartbeat()
2022-07-24 11:18:54.505 Error: Goodwe UDP: File "/opt/domoticz/userdata/plugins/domoticz-goodwe-modbusudp-plugin/plugin.py", line 219, in onHeartbeat
2022-07-24 11:18:54.505 Error: Goodwe UDP: runtime_data = asyncio.run( self.inverter.read_runtime_data() )
2022-07-24 11:18:54.505 Error: Goodwe UDP: File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
2022-07-24 11:18:54.505 Error: Goodwe UDP: return loop.run_until_complete(main)
2022-07-24 11:18:54.505 Error: Goodwe UDP: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
2022-07-24 11:18:54.505 Error: Goodwe UDP: return future.result()
2022-07-24 11:18:54.505 Error: Goodwe UDP: File Yusr/local/lib/python3.7/dist-packages/goodwe/dt.py", line 156, in read_runtime_data
2022-07-24 11:18:54.505 Error: Goodwe UDP: raw data = await self. read from socket(self._READ_DEVICE_RUNNING_DATA)
2022-07-24 11:18:54.505 Error: Goodwe UDP: File "/usr/local/lib/python3.7/dist-packages/goodwe/inverter.py", line 114, in_read_from_soccket
2022-07-24 11:18:54.505 Error: Goodwe UDP: self._consecutive failures count)
2022-07-24 11:18:54.505 Error: Goodwe UDP: goodwe.exceptions.RequestFailedException: ('No valid response received even after 3 retries', 1)
On the other side it is showing 19 out of 34 values so data is coming trough in domoticz.
I also noticed when UDP is active, no SEMS portal data is coming trough. Is this because of the intercept of data?