Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zigbee Door Window Sensor not visable to add in Homey #107

Open
HSA1963 opened this issue Sep 27, 2023 · 0 comments
Open

Zigbee Door Window Sensor not visable to add in Homey #107

HSA1963 opened this issue Sep 27, 2023 · 0 comments

Comments

@HSA1963
Copy link

HSA1963 commented Sep 27, 2023

By adding a zigbee Door Window Sensor which works in the Tahoma Switch can not be added to the Homey actions.

Log's

[
{
"deviceURL": "zigbee://2033-8436-8786/40334/1",
"deviceStates": [
{
"type": 3,
"name": "core:ContactState",
"value": "closed"
}
],
"name": "DeviceStateChangedEvent"
}
]
2023-09-27T07:05:56.570Z
[
{
"deviceURL": "zigbee://2033-8436-8786/40334/1",
"deviceStates": [
{
"type": 3,
"name": "core:ContactState",
"value": "open"
}
],
"name": "DeviceStateChangedEvent"
}
]
2023-09-27T07:05:59.896Z
[
{
"deviceURL": "zigbee://2033-8436-8786/40334/1",
"deviceStates": [
{
"type": 3,
"name": "core:ContactState",
"value": "closed"
}
],
"name": "DeviceStateChangedEvent"
},
{
"deviceURL": "zigbee://2033-8436-8786/40334/1",
"deviceStates": [
{
"type": 3,
"name": "core:ContactState",
"value": "open"
}
],
"name": "DeviceStateChangedEvent"
}
]
2023-09-27T07:06:03.408Z
[
{
"deviceURL": "zigbee://2033-8436-8786/40334/1",
"deviceStates": [
{
"type": 3,
"name": "core:ContactState",
"value": "closed"
}
],
"name": "DeviceStateChangedEvent"
}
]
2023-09-27T07:06:06.831Z
[
{
"deviceURL": "zigbee://2033-8436-8786/40334/1",
"deviceStates": [
{
"type": 3,
"name": "core:ContactState",
"value": "open"
}
],
"name": "DeviceStateChangedEvent"
}
]

Other log:
{
"deviceURL": "zigbee://2033-8436-8786/40334/1",
"available": true,
"synced": true,
"type": 2,
"states": [
{
"type": 3,
"name": "core:StatusState",
"value": "available"
},
{
"type": 1,
"name": "core:BatteryLevelState",
"value": 100
},
{
"type": 3,
"name": "zigbee:PowerSourceState",
"value": "Battery"
},
{
"type": 3,
"name": "core:ManufacturerNameState",
"value": "_TZ3000_ebar6ljy"
},
{
"type": 3,
"name": "core:ProductModelNameState",
"value": "TS0203"
},
{
"type": 3,
"name": "core:DiscreteRSSILevelState",
"value": "verylow"
},
{
"type": 1,
"name": "zigbee:LinkQualityIndicatorState",
"value": 140
},
{
"type": 1,
"name": "core:RSSILevelState",
"value": -65
},
{
"type": 3,
"name": "core:ContactState",
"value": "open"
}
],
"label": "Zigbee Door Window Sensor",
"subsystemId": 0,
"attributes": [
{
"type": 3,
"name": "zigbee:Role",
"value": "endDevice"
},
{
"type": 3,
"name": "core:ManufacturerId",
"value": 4098
},
{
"type": 3,
"name": "core:MacAddress",
"value": "jZ03/v8n/YQ="
}
],
"enabled": true,
"controllableName": "zigbee:DoorSensorComponent",
"definition": {
"states": [
{
"name": "zigbee:ZigbeeUpdateState",
"rawStateId": "updateStatus"
},
{
"name": "core:BatteryLevelState"
},
{
"name": "core:LowBatteryThresholdState"
},
{
"name": "core:DiscreteRSSILevelState",
"rawStateId": "Lqi"
},
{
"name": "zigbee:LinkQualityIndicatorState",
"rawStateId": "Lqi"
},
{
"name": "core:FirmwareRevisionState",
"rawStateId": "Firmwares"
},
{
"name": "core:StatusState",
"rawStateId": "Available"
},
{
"name": "zigbee:ZigbeeUpdateDownloadProgressState",
"rawStateId": "updateProgress"
},
{
"name": "core:ContactState"
},
{
"name": "core:RSSILevelState",
"rawStateId": "Rssi"
},
{
"name": "core:ManufacturerNameState"
},
{
"name": "zigbee:PowerSourceState"
},
{
"name": "core:ProductModelNameState"
}
],
"widgetName": "ContactSensor",
"attributes": [
{
"name": "zigbee:OutputClusters"
},
{
"name": "zigbee:NotificationEnable"
},
{
"name": "zigbee:InputClusters"
},
{
"name": "zigbee:Role"
},
{
"name": "core:ManufacturerId"
},
{
"name": "core:MacAddress"
}
],
"uiClass": "ContactSensor",
"commands": [
{
"commandName": "stopIdentify",
"nparams": 0
},
{
"commandName": "identify",
"nparams": 0
},
{
"nparams": 2,
"commandName": "bind",
"paramsSig": "p1,p2"
},
{
"nparams": 2,
"commandName": "unbind",
"paramsSig": "p1,p2"
},
{
"nparams": 1,
"commandName": "advancedRefresh",
"paramsSig": "p1"
},
{
"commandName": "ping",
"nparams": 0
}
],
"type": "SENSOR"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant