pbkhrv / rtl_433-hass-addons

Collection of Home Assistant add-ons that use rtl_433
230 stars 106 forks source link

Device added by Auto Discovery doesn't persist across reboots. "This entity is no longer being provided by the mqtt integration" #170

Closed Jsalas424 closed 11 months ago

Jsalas424 commented 11 months ago

The problem

Using the "next" version of both auto discovery rtl_433 I was able to add the Govee water sensors to HA. After reboot, the entity shows up as no longer provided and all downstream automatons fail even though messages were received.

Screen Shot 2023-11-04 at 8 49 04 AM

If I run rtl_433 MQTT Auto Discovery (next) again and trigger the wet sensor, it reappears and persists up until I reboot again.

Screen Shot 2023-11-04 at 12 25 43 PM Screen Shot 2023-11-04 at 8 48 11 AM

What addon are you reporting the bug for?

rtl_433_mqtt_autodiscover

What is the addon version?

next

What type of MQTT Broker are you using?

Home Assistant Mosquitto MQTT Broker

Addon log messages

No response

Additional information

No response

deviantintegral commented 11 months ago

Did you have the retain options set when running the auto discovery addon?

Jsalas424 commented 11 months ago

Did you have the retain options set when running the auto discovery addon?

No. Problem solved, thanks for the help.