Koenkk / zigbee2mqtt

Zigbee šŸ to MQTT bridge šŸŒ‰, get rid of your proprietary Zigbee bridges šŸ”Ø
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.7k stars 1.64k forks source link

Siterwell - GS361A-H04 - Status update problems #12273

Closed Geekonarium closed 2 years ago

Geekonarium commented 2 years ago

What happened?

Hello, I am quite new to github, so sorry for any mistakes in advance. After I have connected more than 4 devices of the type "Siterwell GS361A-H04", the status of the 5th is no longer updated.

The JSON data then looks like this:

{ "linkquality": 87 }

But these should actually look like this:

{ "away_mode": "OFF", "battery": 74, "child_lock": "LOCK", "current_heating_setpoint": 5, "linkquality": 83, "local_temperature": 28.7, "preset": "manual", "system_mode": "heat", "valve_detection": "OFF", "window_detection": "OFF" }

I hope I'm not missing anything here in terms of information or overlooking technical details. thank you!

What did you expect to happen?

I think the full data structure is actually displayed in the status tab of the device.

How to reproduce it (minimal and precise)

Connect 5 devices and then look at the device that was connected last. This should then only have the link quality in the data structure and not the complete data structure. I had tried to connect the devices in different order. it always stops working with the 5th device. It should also be said that I only have 5 devices connected at the moment.

Zigbee2MQTT version

1.25.0-1

Adapter firmware version

20211217

Adapter

USB CC2652P2 ZigBee 3.0

Debug log

No response

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days