This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Modbus profile modification
#3
(27.08.2015, 10:22)admin Wrote: JSON profile is used only when new device is created. After that changing/deleting the profile will not affect existing devices, you have to create new device from scratch in order to use updated profile.

You can try setting bus_address field in your profile for each coil/register that requires object mapping. Just make sure to use numeric id, not group address. You can convert from group address to id like this:
Code:
id = knxlib.encodega('1/1/1') -- result is 2305

Thanks!

Works like a charm.

PS. add the bus_address to documentation on the webpage too:
http://openrb.com/modbus-master-visual-m...addresses/
I didn't know, that it even exists...
Reply


Messages In This Thread
Modbus profile modification - by raunz - 27.08.2015, 08:51
RE: Modbus profile modification - by admin - 27.08.2015, 10:22
RE: Modbus profile modification - by raunz - 27.08.2015, 11:41
RE: Modbus profile modification - by admin - 28.08.2015, 06:00

Forum Jump: