Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.77k stars 1.64k forks source link

(BUG) SEA801-Zigbee/SEA802-Zigbee not all functions and no converters #5507

Closed salopette closed 3 years ago

salopette commented 3 years ago

https://github.com/nurikk/z2m-frontend/issues/235

Hello, the SEA801-Zigbee thermostat is missing some functions in the front end and no converters are available anywhere. No matter which update arrow I press, there is always a message that no converter is available. Can you fix it?

THX!

Koenkk commented 3 years ago

Reading of these properties is indeed not supported so the refresh icon shouldn't show. Fixed this now.

Changes will be available in the latest dev branch tomorrow (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html)

salopette commented 3 years ago

Thanks, can you also integrate the points in the frontend?

"window_detection": "ON"

"local_temperature_calibration": 0,

sshot-1

{"id":54,"type":"EndDevice","ieeeAddr":"0x5c0272fffec23f51","nwkAddr":59238,"manufId":4098,"manufName":"_TZE200_c88teujp","powerSource":"Battery","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,4,5,61184],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"modelId":"TS0601","manufacturerName":"_TZE200_c88teujp","powerSource":3,"zclVersion":3,"appVersion":85,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[{"cluster":0,"type":"endpoint","deviceIeeeAddress":"0x00124b001ca168ea","endpointID":1}],"configuredReportings":[],"meta":{}}},"appVersion":85,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":1},"lastSeen":1609613323547}

Koenkk commented 3 years ago

Changes will be available in the latest dev branch in a few hours (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html)

salopette commented 3 years ago

sshot-1

salopette commented 3 years ago

running state is always with NA, I don't know what that is.

github-actions[bot] commented 3 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

danielk117 commented 3 years ago

Hi, child_lock does not really work. I could disable it over mqtt but not enable it. activating over mqtt shows LOCKED but the device isnt. I need to activate it on the device.

dmatora commented 2 years ago

Shouldn't there be a way to see if device is heating or not? Right now it seems to be missing On similar model (TS0601_thermostat) I can check 'position'

image
Chekedaudau commented 2 years ago

Hi, child_lock does not really work. I could disable it over mqtt but not enable it. activating over mqtt shows LOCKED but the device isnt. I need to activate it on the device.

Have you ever made child_lock work?