-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read / Write Modbus #15
Comments
Which version of SmartEVSE do you use? |
Good question, the specific version I do not know, I did purchase it via stegen.com on the website like 1-2 Months ago assuming I got the most recent version by then. BTW: The invoice does show v2.2 |
When you enter the setup menu, the software version should be visible on the LCD. |
Thanks. |
Please use this modbus manual Try to read register 0x00A0 |
Which Unit ID should be used? |
It should be 0 |
As far as I am aware of could the unit id only from 1-255? |
Maybe you can share a serial read and write command of a certain register of the EVSE? |
Yes, 0 is broadcast address, in version 2.20 the load balancing option defines the modbus address (0=disabled, 1=master, 2=node 1....). will be fixed in next release. |
The problem is that Unit-ID 0 is not supported in Modbus... You mean to say: [0,4,0,a0,0,1,96,10] Unit ID = 0 |
What does the unit expect with read and write command on the serial bus? For writing one register the next works: [1,6,0,192,0,1,72,54] (decimal) |
I am trying ro read / write registers via modbus but the EVSE does not answer.
Send out: [1,4,0,1,0,1,96,10]
Also tried as other Unit-ID like 2: [2,4,0,1,0,1,96,57] (this data is showed as decimal)
No answer from the Smart EVSE.
When enable Smart / Loadbalancing. The data is there and working correct between the EVSE and Sensorbox.
What am I doing wrong? What does the EVSE expect?
The text was updated successfully, but these errors were encountered: