27.08.2015, 11:41
(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...