Hi, I’m Norwegian so you are welcome to answer in norsk! I’m trying to make a virtual Z-Wave device in Node-RED but I have some difficulity to know what I have to set in the inclusion report to make “associations” available in the app. Any idea?
The inclusion report is looking like this:
{
"type": "evt.thing.inclusion_report",
"serv": "door_lock",
"val_t": "object",
"val": {
"integr_id": "",
"address": "01JCEBK7GAFXYR8AZ075AP7JSQ",
"type": "",
"product_hash": "virtualdoor_01JCEBK7GAFXYR8AZ075AP7JSQ",
"alias": "Virtual Door",
"comm_tech": "cloud",
"product_id": "",
"product_name": "Virtual Door",
"manufacturer_id": "lostfields",
"device_id": "01JCEBK7GAFXYR8AZ075AP7JSQ",
"hw_ver": "1",
"sw_ver": "1",
"power_source": "ac",
"wakeup_interval": "-1",
"security": "",
"tags": null,
"groups": [
"1"
],
"prop_set": null,
"tech_specific_props": null,
"services": [
{
"name": "door_lock",
"alias": "door lock",
"address": "/rt:dev/rn:zw/ad:1/sv:door_lock/ad:01JCEBK7GAFXYR8AZ075AP7JSQ",
"enabled": true,
"groups": [
"1"
],
"props": {
"sup_modes": [
"secured",
"unsecured"
],
"sup_components": [
"is_secured",
"door_is_closed"
]
},
"tags": null,
"prop_set_ref": "",
"interfaces": [
{
"intf_t": "cmd.lock.set",
"msg_t": "in",
"val_t": "bool",
"ver": "1"
},
{
"intf_t": "cmd.lock.get_report",
"msg_t": "in",
"val_t": "null",
"ver": "1"
},
{
"intf_t": "evt.lock.report",
"msg_t": "out",
"val_t": "bool_map",
"ver": "1"
}
]
}
]
},
"tags": null,
"props": null,
"ver": "1",
"corid": "",
"src": "node-red",
"ctime": "2024-11-13T19:06:55.326Z",
"uid": "bfacf719-2ac9-48a0-884f-35309d6c24fd"
}