Ben Passmore

Results 4 comments of Ben Passmore

I'm having a similar issue. Start zigbee2mqtt inside a container with configuration connecting to a SLZB-06 and another MQTT container. Everything comes up fine, devices check in, Home Assistant can...

After a lot of debugging I believe this is not a zigbee2mqtt issue in my case. It seems with an upgrade of podman (5.1.1) the new rootless networking layer (pasta...

I updated the line ```default_rootless_network_cmd = "slirp4netns"``` inside my ```/etc/containers/containers.conf``` file. Restart everything and the issue was resolved.

I believe the tests are failing because using `||=` inside `current_user` will not re-query the ActiveSession table. It will use the cached value inside `Current.user`. Therefore if a user deletes...