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 sensor shown as unsupported #884

Open
Sdelos opened this issue Dec 8, 2022 · 0 comments
Open

Zigbee Door sensor shown as unsupported #884

Sdelos opened this issue Dec 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Sdelos
Copy link

Sdelos commented Dec 8, 2022

Describe the bug

Hello, i have 4 zigbee door sensor (by sonoff) and they are shown as unsupported in Home Assistant.
I can see the device, but no entities are associated to the device
Expected behavior

Having the entity created for the device will be great

Diagnostics for integrations and devices

{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2022.11.5",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.10.7",
"docker": true,
"arch": "aarch64",
"timezone": "Europe/Paris",
"os_name": "Linux",
"os_version": "5.15.74",
"supervisor": "2022.11.2",
"host_os": "Home Assistant OS 9.3",
"docker_version": "20.10.18",
"chassis": "embedded",
"run_as_root": true
},
"custom_components": {
"gazpar": {
"version": "1.3.3",
"requirements": [
"pygazpar==1.1.6",
"pandas"
]
},
"enphase_envoy": {
"version": "0.1.2",
"requirements": [
"envoy-utils"
]
},
"hacs": {
"version": "1.28.4",
"requirements": [
"aiogithubapi>=22.2.4"
]
},
"spotcast": {
"version": "v3.6.30",
"requirements": [
"spotify_token==1.0.0"
]
},
"rte_ecowatt": {
"version": "0.1.1",
"requirements": [
"Async-OAuthlib==0.0.9"
]
},
"rental_control": {
"version": "v0.8.1",
"requirements": [
"icalendar==4.0.7"
]
},
"tesla_custom": {
"version": "3.5.2",
"requirements": [
"teslajsonpy==3.3.0"
]
},
"govee": {
"version": "0.2.2",
"requirements": [
"govee-api-laggat==0.2.2",
"dacite==1.6.0"
]
},
"tuya": {
"version": "1.0.0",
"requirements": [
"tuya-iot-py-sdk==0.6.6"
]
},
"landroid_cloud": {
"version": "2.3.4",
"requirements": [
"pyworxcloud==2.1.23"
]
}
},
"integration_manifest": {
"domain": "tuya",
"name": "Tuya",
"documentation": "https://www.home-assistant.io/integrations/tuya",
"requirements": [
"tuya-iot-py-sdk==0.6.6"
],
"dependencies": [
"ffmpeg"
],
"codeowners": [
"@tuya",
"@zlinoliver",
"@frenck"
],
"config_flow": true,
"iot_class": "cloud_push",
"dhcp": [
{
"macaddress": "105A17*"
},
{
"macaddress": "10D561*"
},
{
"macaddress": "1869D8*"
},
{
"macaddress": "381F8D*"
},
{
"macaddress": "508A06*"
},
{
"macaddress": "68572D*"
},
{
"macaddress": "708976*"
},
{
"macaddress": "7CF666*"
},
{
"macaddress": "84E342*"
},
{
"macaddress": "D4A651*"
},
{
"macaddress": "D81F12*"
}
],
"loggers": [
"tuya_iot"
],
"version": "1.0.0",
"is_built_in": false
},
"data": {
"endpoint": "https://openapi.tuyaeu.com",
"auth_type": 0,
"country_code": "33",
"app_type": "smartlife",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"name": "porte bois",
"model": "",
"category": "mcs",
"product_id": "7jIGJAymiH8OsFFb",
"product_name": "Door Sensor",
"online": true,
"sub": true,
"time_zone": "+01:00",
"active_time": "2022-12-04T18:28:05+00:00",
"create_time": "2022-12-04T18:28:05+00:00",
"update_time": "2022-12-04T18:28:26+00:00",
"function": {},
"status_range": {
"switch": {
"type": "Boolean",
"value": {}
},
"battery": {
"type": "Integer",
"value": {
"unit": "",
"min": 0,
"max": 500,
"scale": 0,
"step": 1
}
}
},
"status": {
"switch": false,
"battery": 100
},
"home_assistant": {
"name": "porte bois",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": []
}
}
}

Screenshots

If applicable, add screenshots to help explain your problem.

Home Assistant Version

  • 2022.11.5

Device info (please complete the following information, which can be found in log):

like this:
{
"active_time": 1623229189,
"biz_type": 18,
"category": "cz",
"create_time": 1560491945,
"icon": "smart/product_icon/cz.png",
"id": "aaaaaaaaaaa",
"ip": "xxxxxxxxxxxxxxxx",
"lat": "xxxxxxxxxx",
"local_key": "xxxxxxxxxxxxx",
"lon": "xxxxxxx",
"model": "",
"name": "Living Room Socket",
"online": false,
"owner_id": "34794909",
"product_id": "yfemiswbgjhddhcf",
"product_name": "Switch Product",
"status": [
{
"code": "switch",
"value": false
},
{
"code": "countdown_1",
"value": 0
},
{
"code": "cur_current",
"value": 0
},
{
"code": "cur_power",
"value": 0
},
{
"code": "cur_voltage",
"value": 2343
}
],
"sub": false,
"time_zone": "+08:00",
"uid": "xxxxxxxxxxxxxxxxxxx",
"update_time": 1625101929,
"uuid": "xxxxxxxxxxxxxxxxxx"
}

Device specifications (please complete the following information, which can be found in log):

Additional context

Add any other context or logs about the problem here.

@Sdelos Sdelos added the bug Something isn't working label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant