Andrew Berry

Results 149 comments of Andrew Berry

Does battery = 2 mean 2%? Or is it a state like 1 = >80, 2 = >20, 3 = >1, etc? If you can figure out the mappings, then...

The script comes from https://github.com/merbanan/rtl_433 in the "examples" directory. So if you're familiar with the basics of Python, a pull request that's accepted in that repository will eventually make it...

I ran into this as well. In my case, I made a mistake in specifying one of the group IDs. If you step through the debugger, check what suitName is...

I'm not sure doing this in Playwright is the best layer of the stack to run things in. For example, if you run playwright on the host, but also have...

Sure, here it is. I have several other backup sets but they all have the same config. ```yaml version: "1" global: scheduler: crond priority: low base: initialize: true password-file: key...

I had a related suggestion at https://github.com/Koenkk/zigbee2mqtt/discussions/20395 but thinking we would start with a completely manual solution.

I haven't done a line-by-line review, but at a high level: 1. It would be great to get the mqtt library changes in a separate PR. I think that could...

My doorbell uses the secret knock field, so it's not affected by this: https://github.com/merbanan/rtl_433/blob/1e7e56ec1dfd000ef50b74fa6db65903e4fc43b4/examples/rtl_433_mqtt_hass.py#L767-L794 But from a static read, this change should be OK. Am I reading it right that...

I actually discovered you can have multiple Home Assistant windows open on macOS! I'm on the beta channel in case this was something I added. There's "New" listed under the...