Update demo mode data

This commit is contained in:
Adrian Jagielak 2025-07-25 13:33:58 +02:00
parent ece156db35
commit 5ccce69523
No known key found for this signature in database
GPG Key ID: 0818CF7AF6C62BFB
3 changed files with 18 additions and 136 deletions

View File

@ -4,6 +4,7 @@
## 0.1.3 (25.07.2025) ## 0.1.3 (25.07.2025)
- Added support for 'chargepoint' service (EV chargers). - Added support for 'chargepoint' service (EV chargers).
- Updated demo mode data to add thermostat with dual setpoint system (heat+cool).
## 0.1.2 (24.07.2025) ## 0.1.2 (24.07.2025)

View File

@ -114,11 +114,15 @@
"props": { "props": {
"is_secure": false, "is_secure": false,
"is_unsecure": true, "is_unsecure": true,
"sup_modes": ["off", "heat"], "sup_modes": ["off", "heat", "cool", "auto", "fan", "dry"],
"sup_setpoints": ["heat"], "sup_setpoints": ["heat", "cool"],
"sup_temperatures": { "sup_temperatures": {
"heat": { "heat": {
"max": 35, "max": 40,
"min": 10
},
"cool": {
"max": 30,
"min": 5 "min": 5
} }
} }
@ -918,74 +922,6 @@
"type": "light" "type": "light"
} }
}, },
{
"client": {
"name": "Connecte Thermostat"
},
"fimp": {
"adapter": "zigbee",
"address": "9",
"group": "ch_1"
},
"functionality": null,
"id": 193,
"lrn": true,
"model": "zb - _TZE200_4hbx5cvx - TS0601",
"modelAlias": "Connecte Thermostat",
"param": {
"targetTemperature": 17,
"temperature": 21,
"timestamp": "2022-02-23 00:06:14 +0100"
},
"problem": false,
"room": null,
"services": {
"indicator_ctrl": {
"addr": "/rt:dev/rn:zigbee/ad:1/sv:indicator_ctrl/ad:9_1",
"enabled": true,
"intf": ["cmd.indicator.set_visual_element"],
"props": {
"is_secure": true,
"is_unsecure": false
}
},
"sensor_temp": {
"addr": "/rt:dev/rn:zigbee/ad:1/sv:sensor_temp/ad:9_1",
"enabled": true,
"intf": ["cmd.sensor.get_report", "evt.sensor.report"],
"props": {
"is_secure": true,
"is_unsecure": false,
"sup_units": ["C"],
"thing_role": "main"
}
},
"thermostat": {
"addr": "/rt:dev/rn:zigbee/ad:1/sv:thermostat/ad:9_1",
"enabled": true,
"intf": [
"cmd.setpoint.get_report",
"cmd.setpoint.set",
"evt.setpoint.report"
],
"props": {
"is_secure": true,
"is_unsecure": false,
"sup_modes": [],
"sup_setpoints": ["heat"]
}
}
},
"supports": ["clear", "poll"],
"thing": 147,
"type": {
"subtype": null,
"supported": {
"thermostat": []
},
"type": "thermostat"
}
},
{ {
"client": { "client": {
"name": "TS0121" "name": "TS0121"

View File

@ -20,6 +20,15 @@
"unit": "C" "unit": "C"
}, },
"val_t": "str_map" "val_t": "str_map"
},
{
"ts": "2021-11-15 21:30:00 +0100",
"val": {
"temp": "25.000000",
"type": "cool",
"unit": "C"
},
"val_t": "str_map"
} }
] ]
}, },
@ -28,7 +37,7 @@
"values": [ "values": [
{ {
"ts": "2021-11-15 20:31:03 +0100", "ts": "2021-11-15 20:31:03 +0100",
"val": "heat", "val": "auto",
"val_t": "string" "val_t": "string"
} }
] ]
@ -568,70 +577,6 @@
} }
] ]
}, },
{
"id": 193,
"services": [
{
"addr": "/rt:dev/rn:zigbee/ad:1/sv:thermostat/ad:9_1",
"attributes": [
{
"name": "state",
"values": [
{
"ts": "2022-02-23 00:06:14 +0100",
"val": "Idle",
"val_t": "string"
}
]
},
{
"name": "mode",
"values": [
{
"ts": "2022-02-23 00:06:13 +0100",
"val": "Manual",
"val_t": "string"
}
]
},
{
"name": "setpoint",
"values": [
{
"ts": "2022-02-23 00:06:13 +0100",
"val": {
"temp": "17",
"type": "heat",
"unit": "C"
},
"val_t": "str_map"
}
]
}
],
"name": "thermostat"
},
{
"addr": "/rt:dev/rn:zigbee/ad:1/sv:sensor_temp/ad:9_1",
"attributes": [
{
"name": "sensor",
"values": [
{
"props": {
"unit": "C"
},
"ts": "2022-02-23 00:06:13 +0100",
"val": 21,
"val_t": "float"
}
]
}
],
"name": "sensor_temp"
}
]
},
{ {
"id": 196, "id": 196,
"services": [ "services": [