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.

MqTT in Wiser for KNX
#19
(26.08.2022, 11:06)admin Wrote: Are all 200 objects temperature sensors or are there different values that affect the JSON message format? Is extraTags = { subId = 'T19' } common for all messages or not?


Hello Admin,
 
The following things are to be published. 


WaterMeter
Data:
standard1/rp_one_m/waterMetrics/<username>
{
    "time": <UNIX timestamp>,
    "extraTags": {
        "subId": <string>
    }
    "fields": {
        "absVolume_m3": <float>,
        "flow_m3ph": <float>
    }
}

Weather Station
Data:
standard1/rp_one_m/weatherMetrics/<username>
{
    "time": <UNIX timestamp>,
    "extraTags": {
        "subId": <string>
    }
    "fields": {
        "outdoorTemperature_degC": <float>,
        "outdoorBrightness_lux": <float>,
        "windSpeed_kmph": <float>
    }
}

GasMeter
Data:
standard1/rp_one_m/gasMetrics/<username>
{
    "time": <UNIX timestamp>,
    "extraTags": {
        "subId": <string>
    }
    "fields": {
        "absVolume_Nm3": <float>
    }
}

Errors & Messages:
standard1/autogen/alarms/<username>
{
    "time": <UNIX timestamp>,
    "extraTags": {
        "subId": <string>
    }
    "fields": {
        "alarmActive": <boolean>,
        "msg": <srtring>,
        "mbusStatus": <int>    //zero = OK otherwise alarm
    }
}


Thank you again for the great support.
Reply


Messages In This Thread
MqTT in Wiser for KNX - by JRP - 20.05.2020, 12:11
RE: MqTT in Wiser for KNX - by Daniel - 20.05.2020, 12:40
RE: MqTT in Wiser for KNX - by JRP - 20.05.2020, 13:55
RE: MqTT in Wiser for KNX - by Daniel - 20.05.2020, 13:59
RE: MqTT in Wiser for KNX - by JRP - 20.05.2020, 18:34
RE: MqTT in Wiser for KNX - by Daniel - 21.05.2020, 07:21
RE: MqTT in Wiser for KNX - by JRP - 21.05.2020, 10:40
RE: MqTT in Wiser for KNX - by Daniel - 21.05.2020, 10:42
RE: MqTT in Wiser for KNX - by JRP - 21.05.2020, 11:20
RE: MqTT in Wiser for KNX - by Daniel - 21.05.2020, 11:22
RE: MqTT in Wiser for KNX - by JRP - 21.05.2020, 11:47
RE: MqTT in Wiser for KNX - by Daniel - 21.05.2020, 11:50
RE: MqTT in Wiser for KNX - by JRP - 21.05.2020, 15:28
RE: MqTT in Wiser for KNX - by admin - 26.08.2022, 10:38
RE: MqTT in Wiser for KNX - by admin - 26.08.2022, 11:06
RE: MqTT in Wiser for KNX - by manos@dynamitec - 26.08.2022, 11:12
RE: MqTT in Wiser for KNX - by admin - 26.08.2022, 12:55
RE: MqTT in Wiser for KNX - by JRP - 19.05.2023, 10:18
RE: MqTT in Wiser for KNX - by admin - 19.05.2023, 10:24
RE: MqTT in Wiser for KNX - by JRP - 19.05.2023, 10:42
RE: MqTT in Wiser for KNX - by JRP - 20.05.2023, 17:10
RE: MqTT in Wiser for KNX - by admin - 22.05.2023, 06:52
RE: MqTT in Wiser for KNX - by JRP - 26.05.2023, 08:21

Forum Jump: