Netio PowerCable 101 Series Manual page 71

Table of Contents

Advertisement

"broker":{
"type":"generic",
"protocol":"mqtt",
"ssl":"false",
"url":"broker.hivemq.com",
"port":1883,
"username":"",
"password":""
},
"subscribe":[
{
"topic":"netio/${DEVICE_NAME}/output/1/action",
"qos":0,
"target":"OUTPUTS/1/ACTION",
"action":"${payload}"
},
{
"topic":"netio/${DEVICE_NAME}/output/1/delay",
"qos":0,
"target":"OUTPUTS/1/DELAY",
"action":"${payload}"
}
],
"publish":[
{
"topic":"netio/${DEVICE_NAME}/output/1/voltage",
"qos":0,
"retain":false,
"payload":"${OUTPUTS/1/VOLTAGE} V",
"events":[
{
"type":"delta",
"source":"OUTPUTS/1/VOLTAGE",
"delta":40
},
{
"type":"timer",
"period":3600
}
]
},
{
"topic":"netio/${DEVICE_NAME}/output/1/state",
"qos":0,
"retain":true,
"payload":"${OUTPUTS/1/STATE}",
"events":[
{
"type":"change",
"source":"OUTPUTS/1/STATE"
}
]
}
]
71

Advertisement

Table of Contents
loading

This manual is also suitable for:

Powercable modbus 101 seriesPowercable mqtt 101 seriesPowercable rest 101 seriesPowercable modbus 101ePowercable modbus 101fPowercable modbus 101j ... Show all

Table of Contents