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.

"Connect" modbus devices
#8
Hey guys.

Unfortunatlly i couldn't reach anybody at the manufacturer at the moment. I tried several settings but with noch luck. But i found something at the loxone library for that heat pump and they say this should work. 
I post you a snippet maybe you guys recognize the mistake i made.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<Modbus Title="IDM Heat Pump" Comment="" Channel="1">
    <Info templateType="7" minVersion="12040628"/>
    <ModbusCmd Title="Überschuss" Comment="" ModbusAddress="74" ModbusCmd="16" ModbusDataType="36" ModbusPollingCycle="60" Unit="&lt;v.1&gt; kW" Analog="true" Sensor="false"/>
    <ModbusCmd Title="Überschuss" Comment="" ModbusAddress="74" ModbusCmd="4" ModbusDataType="36" ModbusPollingCycle="60" Unit="&lt;v.1&gt; kW" Analog="true" Sensor="true"/>
    <ModbusCmd Title="Leistung E-Heizstab" Comment="" ModbusAddress="76" ModbusCmd="16" ModbusDataType="36" ModbusPollingCycle="60" Unit="&lt;v.1&gt; kW" Analog="true" Sensor="false"/>
    <ModbusCmd Title="Leistung E-Heizstab" Comment="" ModbusAddress="76" ModbusCmd="4" ModbusDataType="36" ModbusPollingCycle="60" Unit="&lt;v.1&gt; kW" Analog="true" Sensor="true"/>
    <ModbusCmd Title="PV Leistung" Comment="" ModbusAddress="78" ModbusCmd="16" ModbusDataType="36" ModbusPollingCycle="60" Unit="&lt;v.1&gt; kW" Analog="true" Sensor="false"/>
    <ModbusCmd Title="PV Leistung" Comment="" ModbusAddress="78" ModbusCmd="4" ModbusDataType="36" ModbusPollingCycle="60" Unit="&lt;v.1&gt; kW" Analog="true" Sensor="true"/>
 For adress
Code:
  {
        "name": "Total DC Power",
        "bus_datatype": "float32",
        "datatype": "uint32",
        "type": "inputregister",
        "address": 5016,
        "units": "kW",
        "value_multiplier": 0.001,
        "read_swap": "n"
    },
78 i read the values like this:
Reply


Messages In This Thread
"Connect" modbus devices - by Stieges - 05.01.2024, 11:30
RE: "Connect" modbus devices - by Daniel - 05.01.2024, 11:46
RE: "Connect" modbus devices - by admin - 05.01.2024, 11:56
RE: "Connect" modbus devices - by Stieges - 05.01.2024, 12:28
RE: "Connect" modbus devices - by Daniel - 05.01.2024, 12:41
RE: "Connect" modbus devices - by Stieges - 05.01.2024, 14:03
RE: "Connect" modbus devices - by Daniel - 05.01.2024, 14:14
RE: "Connect" modbus devices - by Stieges - 26.01.2024, 15:00

Forum Jump: