Andrew Berry

Results 149 comments of Andrew Berry

rtl_433 has been updated in `next` and I expect to get a new release out soon.

Interesting, I've done several core upgrades in the past few weeks without issue. Is the problem that updates aren't making it to the mqtt broker, or that home assistant isn't...

Do you have mqtt_retain turned on in the auto discovery addon? If not, that would explain it.

I'm actually not sure why it defaults to `false`. It was added over at https://github.com/pbkhrv/rtl_433-hass-addons/commit/41b6e03bbcb1acf1fb66d7915637042e829ba669 but that doesn't explain the thinking behind it. I'm not sure it's completely "required". For...

Let's change the default at https://github.com/pbkhrv/rtl_433-hass-addons/blob/main/rtl_433_mqtt_autodiscovery/config.json#L16 from `false` to `true` to finish up this issue.

According to https://github.com/merbanan/rtl_433/blob/5f0ff6db624270a4598958ab9dd79bb385ced3ef/src/devices/cotech_36_7959.c#L29 the ID should only change when the sensor is reset. Is it possible you have a weak battery, or a reset button is stuck down? If you...

Add that to your `rtl_433.conf.template` file after the existing `output` line. No colon! That will tell rtl_433 to both print out what it reads _and_ send them over mqtt.

Thanks @ndeloof , this is helpful. The above example really summarizes this issue with: > But I came out to the same issue when I tried to commit this .env...

I've confirmed I get the same error with the example testing config from the docs: ```yaml homekit: filter: include_entities: - demo.demo ``` Here's the debug logs while trying to add...

I tried signing out and in to iCloud on my iPad, and oddly the removed HASS bridge showed back up. It certainly has me thinking something is awry with the...