Thomas Mueller
Thomas Mueller
What we needed to mount to get Filebeat working in a Fedora 35 Container on a Fedora CoreOS 35 host: ``` --read-only \ --privileged \ --user 0 \ --mount type=bind,src=/var/log/journal,dst=/var/log/journal,readonly=true...
   
The device is this one https://www.aliexpress.com/item/1005006469739163.html I started the quirk because there were 2 Opening sensors without it. One of them not working, wasn't able to figure out where this...
Trying to run 1.10.1 as daemonset on my k8s cluster to query the local ipmi. Config: ``` modules: default: driver: local privilege: user timeout: 10000 ``` Logs: ``` time=2025-07-31T12:14:34.184Z level=INFO...
Now i've got ``` Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/bellows/ezsp/__init__.py", line 494, in handle_callback handler(*args) File "/usr/local/lib/python3.12/site-packages/bellows/zigbee/application.py", line 626, in ezsp_callback_handler self.connection_lost(args[0]) File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 688, in connection_lost self.listener_event("connection_lost",...
@jmanis2 at some point in time I had a "quirk v1" version. I have them removed. Here is what my custom_zha_quirks folder looks like now (added TS0203_TZ3000_6zvw8ham.py since creating this...
I think I've got a working [quirk v2 for a Zigbee/Tuya device ZG-204ZS ("_TZE200_3towulqd", "TS0601")](https://gist.github.com/vinzent/2194a8ef531d8e8ec3bc17ea17eab0e9 ) following this documentation here. * Is there a way to change the DeviceType from...
Probalby the DeviceType from IAS_ZONE to OCCUPANCY_SENSOR conversion is not required at all. Still learning. :) i've implemented another one with quirk v2: https://gist.github.com/vinzent/2cd645b848fd3b6a0c3e5762956ec89f Looks like this in HA 2024.6.1:...