juanjoSanz

Results 10 comments of juanjoSanz

There is a similar device: _TZE200_nklqjk62 "MOES Garage opener" ( supported by zigbee2mqtt) difference is that door sensor is wired instead of using RF. Have anyone tried the changed pointed...

Zigbee device signature might be useful: ```json { "node_descriptor": "NodeDescriptor(logical_type=, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=, mac_capability_flags=, manufacturer_code=4417, maximum_buffer_size=66, maximum_incoming_transfer_size=66, server_mask=10752, maximum_outgoing_transfer_size=66, descriptor_capability_field=, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True,...

> @juanjoSanz Your device is having one GPP end point so you need making one new device class and adding the GPP endpoint and your device IDs. Thanks for the...

If that helps, here are additional logs. - Home Assistant debug logs for related components (zha, zigpy, quirks...): https://raw.githubusercontent.com/juanjoSanz/zha-device-handlers/dev/zhaquirks/tuya/ts0601_switch_door.log - Logs extracted when initializing device directly from ZHA interface: ```console...

By the way, the ACL `{"permit": "allow", "ipaddr": "127.0.0.1", "action": "pubsub", "topics": ["#"]}` is not working as expected. Seems like the ipaddr field is not present when evaluating an incoming...

Thanks. Please, consider as well tuning mqtt properties such as **allow_anonymous** per listener and not only global.

In MQTT v5 you can manage persistent connection in a more efficient way, for example defining MQTT 5’s Session Expiry Interval. It is just an enhancement that I think might...

By the way, about MQTT version, I am not sure if zwave-js-ui uses v3.1 or v.3.1.1 If it is 3.1, there are some brokers that does not support it any...

Thanks for the info.

I have improved @ivmarkov repo, mine is configurable from Home Assistant Add-on directly. https://github.com/juanjoSanz/home-assistant-addons/tree/main/nx584