Zigbee Test - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Zigbee Test (/showthread.php?tid=3060) Pages:
1
2
|
Zigbee Test - tomnord - 22.02.2021 Ok, I will give it a test when home from work. Sent fra min SM-G980F via Tapatalk Zigbee Test - tomnord - 22.02.2021 I just learned, again, to read the f.ing manual worked like a charm. Any idea when the rest of IDlock objects will be implemented? At least status of door, open/closed and locked/unlocked. Sent fra min SM-G980F via Tapatalk RE: Zigbee Test - stemic01 - 15.01.2022 Just received and installed the ZIGBEE USB dongle to my Wiser and things seems to work fine for simple things. 1. SENSORS: Aqara Door/window sensors works like a charm and give me the status as expected. 2. ID Lock 150 Zigbee integration: I were able to pair the door lock in the Zigbee app. The only function available is the lock/unlock which also only work when in the Zigbee app. I can not lock/unlock by writing a new value (true/false) in the group address in wiser. Should this work, or is it read only? Also it would be nice to have more of the doorlocks functions available. - lock (state, lock_state), battery, pin_code, sound_volume, master_pin_mode, rfid_enable, relock_enabled, lock_mode, service_mode, linkquality Any chances that there will be more functions available in the Zigbee integration? And should functions work outside the Zigbee app so I can add LM LUA Logic to the lock? SOME RESOURCES FOR REFERENCE: ----------------------------------------------------------------------------------------------------------------
I was first watching this thread regarding ZWAVE integration, and see there was a link to Github for supported profiles. The Idlock 150 is lsted in here: https://forum.logicmachine.net/showthread.php?tid=2524&pid=19521&highlight=id+lock#pid19521 RE: Zigbee Test - admin - 17.01.2022 ID Lock 150: the mapping to group address should work the same as the UI control. Post ZigBee logs when you change the group address. If you want additional features implemented then you should send a lock to us We will add these functions and will send it back to you. RE: Zigbee Test - Muetzli - 21.01.2022 Hello I have this device, but I get no usefull informations from this device Device Info: Manufacturer: _TZ3000_qaaysllp Model: TS0201 Device type: End device Power source: Battery Receive when idle: No Endpoint 1 Profile: 260 Input clusters: - Basic (0) - PowerCfg (1) - MsIlluminanceMeasurement (1024) - 57346 Output clusters: - Ota (25) - Time (10) Reported attributes - illuminance: 1 With this manufacture_id and model it must be indentified as a Neo NAS-TH01. Like this code from here: Code: const definition = { Is it possible to add this device? Best regards, Muetzli RE: Zigbee Test - admin - 21.01.2022 Check device info again. Does it report temperature and humidity? From the cluster list it only advertises illuminance measurement. RE: Zigbee Test - Muetzli - 21.01.2022 Thanks for your reply. I restarted the LM and the zigbee device at now I get this device informations: Manufacturer: _TZ3000_qaaysllp Model: TS0201 Device type: End device Power source: Battery Receive when idle: No Endpoint 1 Profile: 260 Input clusters: - Basic (0) - PowerCfg (1) - MsIlluminanceMeasurement (1024) - 57346 Output clusters: - Ota (25) - Time (10) Reported attributes - batterylevel: 100 - illuminance: 2 It will be deliver more informations, take a look at this pages... [/url][url=https://zigbee.blakadder.com/Neo_NAS-TH02B.html]Neo Temperature, Humidity and Illumination Sensor (NAS-TH02B) Zigbee compatibility (blakadder.com) [Device Support Request] Neo Tuya Temperature, Humidity and Illumination Sensor TS0201 _TZ3000_qaaysllp · Issue #862 · zigpy/zha-device-handlers · GitHub I think the temperature and humidity informations come inside the input cluster 57346 as raw data. By the way... In the device list it will be displayed as "TuYa - Temperature/Humidity Sensor With Display" Best regards, Muetzli |