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 TCP
#6
Try this and please link the whole documentation next time. I've set the address to 0 as it looks like you need to subtract 1 from the documented address. Try setting it back to 1 if reading does not work. You will have to delete the device and create it again after uploading updated profile.
Code:
{
  "manufacturer": "NIBE Heat Pump",
  "description": "VVM S320 / S325",
  "mapping": [
    {
      "name": "Outdoor temperature (BT1)",
      "bus_datatype": "float16",
      "datatype": "int16",
      "type": "inputregister",
      "address": 0,
      "value_multiplier": 0.1
    }
  ]
}
Reply


Messages In This Thread
Modbus TCP - by Alexander - 25.03.2021, 15:47
RE: Modbus TCP - by admin - 25.03.2021, 15:57
RE: Modbus TCP - by Alexander - 25.03.2021, 16:07
RE: Modbus TCP - by Daniel - 25.03.2021, 16:11
RE: Modbus TCP - by Alexander - 25.03.2021, 16:33
RE: Modbus TCP - by admin - 26.03.2021, 12:38

Forum Jump: