Andrew Berry

Results 378 comments of Andrew Berry

Perhaps double check to make sure your rtl_433.conf files were restored? Another thing to do would be to boot up Raspbian directly, and run rtl_433 directly. If the data shows...

> I will try with Raspbian. Perhaps you can recommend a better SDR dongle? or a tested SDR dongle with raspberry 5?? Sorry, I don't have any of the 5's....

This seems like a good analysis. Feel free to file a PR to fix this!

The webserver error has got to be unrelated, because this addon doesn't have any sort of web UI. Can you see the data coming in to the mqtt topic still?...

I am seeing similar issues. It's not due to IPs changing (I don't have a static IP, but have the integration configured to use the hostname). It would connect for...

May be a duplicate of https://github.com/anthropics/claude-code/issues/5140 ?

Not only is git failing, but the `gh` command line tool doesn't work either. Be careful about trying to make this work - if you specify invalid `WebFetch` permissions, the...

You can make snapshots only run in headless mode with something like this in your config file: ``` if (process.argv.includes("--headed")) { process.env.PWHEADED = "true"; } const HEADED = process.env.PWHEADED ===...