Search found 5 matches
- Monday 02 December 2024 21:01
- Forum: Heating/cooling
- Topic: SPRSUN Modbus plugin
- Replies: 24
- Views: 5784
Re: SPRSUN Modbus plugin
And the last one, didn't fit into one post. Hopefully this helps, good luck
- Monday 02 December 2024 21:00
- Forum: Heating/cooling
- Topic: SPRSUN Modbus plugin
- Replies: 24
- Views: 5784
Re: SPRSUN Modbus plugin
The WaveShare RS485 ETH uses the tool VirCom for configuration. Next snapshots show settings applied. Note it is configured as a TCP client.
- Monday 02 December 2024 20:56
- Forum: Heating/cooling
- Topic: SPRSUN Modbus plugin
- Replies: 24
- Views: 5784
Re: SPRSUN Modbus plugin
Finally got the plugin running. I'd like to share the settings for a W10 setup using a Waveshare RS485 ETH. Steps: Install 32bits version of python (3.9.13) use the advanced option and assure paths are set ok. Install pymodbus version 3.6.2 using instructions earlier described in this topic. Do Not ...
- Saturday 30 November 2024 12:11
- Forum: Heating/cooling
- Topic: SPRSUN Modbus plugin
- Replies: 24
- Views: 5784
Re: SPRSUN Modbus plugin
In addition to previous post. I've uninstalled python, pymodbus and removed the plugin. Re-install of python 3.9.2 (32 bits) and pymodbus and copying the plugin in the correct directory results in next error: 2024-11-30 11:28:36.264 Error: SPRSUN: (SPRSUN) failed to load 'plugin.py', Python Path ...
- Wednesday 27 November 2024 11:24
- Forum: Heating/cooling
- Topic: SPRSUN Modbus plugin
- Replies: 24
- Views: 5784
Re: SPRSUN Modbus plugin
Hi, I've installed domoticz and required pymodbus modules on Windows 10. After coping with the known lib problems I had to correct some statements in the plugin module as "Frame" was not recognised and resulted in errors. Upon correction into "frame" the plugin operated and started logging. Is this ...