-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtl_433 MQTT illegal discovery topic for Skylink devices (spaces?) #1487
Comments
I also encountered similar concerns and this development pull request resolves them #1489 Once this is merged, you should be able to install a development build that resolves this. |
You can turn off auto-discovery with the following command: The board will stop creating these entities If you need to discover new devices you can turn it on again. |
Note that with the last version, auto discovery is now turned OFF after 30minutes Closing, let me know if you have any question |
Describe the bug
I don't have any Skylink devices, but it appears that my neighbors may have some as they are routinely getting detected by OMG. They are giving the MQTT error in Home Assistant below. I don't know for sure, but it appears it may be from the spaces in the name. Per Home Assistant documentation they do't support spaces in the topic. Could the spaces be replaced by underscores?
Home Assistant error:
2023-02-25 17:42:32.004 WARNING (MainThread) [homeassistant.components.mqtt.discovery] Received message on illegal discovery topic 'homeassistant/binary_sensor/Skylink HA-434TL motion sensor-08000-motion/config'. The topic contains not allowed characters. For more information see https://www.home-assistant.io/docs/mqtt/discovery/#discovery-topic
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: