Modbus address configuration #342
Replies: 8 comments 5 replies
-
|
You cannot have multiple Modbus masters on the same bus. So your intended design will not work properly regardless of the modbus address. |
Beta Was this translation helpful? Give feedback.
-
|
I am installing that same configuration, but I am connecting my Eastron to my SmartEVSE, that feeds HomeAssistant, and Homeassistant will feed the Deye. As thmjanssen says, modbus can only have 1 master per bus, and Deye and SmartEVSE both want to be master. An alternative solution is to connect all modbus devices via modbus-to-ethernet gateways (1 per device) to your lan, that way you have ultimate connectivity. |
Beta Was this translation helpful? Give feedback.
-
|
@thmjanssen and @dingo35 I will be using a modbus gateway for that issue of multiple masters. It will buffer requests from masters (if needed) and send it to the slave. With this you can have multiple masters requesting data from a slave.
@dingo35, my goal is to have the setup independent from Home Assistant so that it keeps working even if Home Assistant is turned off. |
Beta Was this translation helpful? Give feedback.
-
|
Every modbus device would have its separate modbus to its individual gateway; its been done before, look at the Deye topic: |
Beta Was this translation helpful? Give feedback.
-
|
Unless that device is able to remap the modbus addresses, which I dont think it can, you are right, that device is not solving your problem. |
Beta Was this translation helpful? Give feedback.
-
|
I've had not much success with a isolated 4 to 1 modbus master HUB (E810-R41) . Resulting in frequent modbus timeout issues. But this was before the timeout was increase to 150ms, i need to re-test this. My Deye menu however has some settings in the Advanced menu:
I use the CT clamps with my Deye, so i'm unable to test this myself. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
As long as you dont mind fiddling with ESP32's, this project might interest you: |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
I have a Eastron SDM630 kWh meter connected to my Deye inverter 12KSG05. I would like to reuse this meter also for my SmartEVSE setup because it is already measuring the 3-phase currents. The Deye enforces the Eastron to have modbus address 1. This address is part, as I understand it, of the restricted addresses of the SmartEVSE setup (0-10).
Is it somehow possible to make the modbus addresses used by SmartEVSE configurable so that I can free up address 1 and use it for the Eastron meter?
Beta Was this translation helpful? Give feedback.
All reactions