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 config
#3
(08.01.2018, 07:52)admin Wrote: RTU read test value are decimal. To read 7 registers starting from 0 use mb:readregisters(0, 7).
You can also create a profile for this device (save as .json file and upload into Profiles in Modbus tab):
Code:
{
 "manufacturer": "RS",
 "description": "GZWS-N01",
 "mapping": [
   {
     "name": "Temperature",
     "bus_datatype": "float16",
     "datatype": "int16",
     "type": "register",
     "address": 0,
     "value_multiplier": 0.1
   },
   {
     "name": "Humidity",
     "bus_datatype": "float16",
     "datatype": "uint16",
     "type": "register",
     "address": 1,
     "value_multiplier": 0.1
   },
   {
     "name": "Illumination",
     "bus_datatype": "uint16",
     "datatype": "uint16",
     "type": "register",
     "address": 6
   }
 ]
}

Managed to create a profile, and have added a device with the name of multi. Found by accident the objects from the profile in the mapping section for the modbus device. Linked those to virtual KNX objects, but not sure if this is necessary. Maybe it is possible to access thos mapping objects directly from a script?

Anyway, made a simple script that read a value from the virtual objectand turned on and off some lights just to test. Worked like a charm
Reply


Messages In This Thread
modbus config - by 02dag - 06.01.2018, 21:49
RE: modbus config - by admin - 08.01.2018, 07:52
RE: modbus config - by 02dag - 09.03.2018, 20:30

Forum Jump: