Configuration for BECA 1000 DX5 thermostat

BECA Thermostat

Today we leave you the configuration of this thermostat, remember that to configure it in Adquio you only need to copy the configuration below, and paste it in a new device in Adquio in the bottom pante, looking for and pressing the button “Show JSON”. Enjoy!

{
    "code": "BAC1000DX5",
    "disabled": false,
    "instance": "modbus_rs485_1",
    "modbusSlave": "1",
    "schemaVersion": 5,
    "type": "modbusrtu",
    "variables": [
      {
        "canRead": true,
        "canWrite": true,
        "code": "Setting_power",
        "dataType": "int16",
        "modbusAddress": "1",
        "modbusRegType": "holding_register",
        "type": "generic",
        "valueMappings": {
          "90": "OFF",
          "165": "ON"
        }
      },
      {
        "canRead": true,
        "canWrite": true,
        "code": "Fan_status",
        "dataType": "int16",
        "modbusAddress": "2",
        "modbusRegType": "holding_register",
        "type": "generic",
        "valueMappings": {
          "0": "OFF",
          "1": "ON"
        }
      },
      {
        "canRead": true,
        "canWrite": true,
        "code": "Compressor_status",
        "dataType": "int16",
        "modbusAddress": "3",
        "modbusRegType": "holding_register",
        "type": "generic",
        "valueMappings": {
          "0": "OFF",
          "1": "Stage cooling on",
          "2": "Stage cooling all on",
          "3": "Both stage"
        }
      },
      {
        "canRead": true,
        "canWrite": true,
        "code": "Room_temperature",
        "dataType": "int16",
        "modbusAddress": "4",
        "modbusRegType": "holding_register",
        "type": "generic",
        "valueConverters": [
          "divide(2)"
        ]
      },
      {
        "canRead": true,
        "canWrite": true,
        "code": "Setting_temperature",
        "dataType": "int16",
        "modbusAddress": "5",
        "modbusRegType": "holding_register",
        "type": "generic",
        "valueConverters": [
          "divide(2)"
        ]
      }
    ],
    "virtualVariables": []
  }

Leave a Reply