Skip to content

Release v1.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 06:28

This release concentrates on opening up the modbus to the outside world. Your MainsMeter, EVMeter and PVMeter will present themselves at port 502 of your SmartEVSE, with the modbus-tcp protocol; so this makes it possible for you to use whatever modbus function you want on whatever modbus register you want. The addresses on the tcp modbus are the same addresses as they are on the RTU modbus.

E.g. my MainsMeter is at slave address 0x0a, so this command reads register 70decimal and following:
mbpoll -a10 -t 3:hex -r 70 -c 10 10.0.0.76

Also problems on the modbus are now logged in more detail over the debug interface.