rtl_433-hass-addons icon indicating copy to clipboard operation
rtl_433-hass-addons copied to clipboard

TPMS sensors that include temp data being published

Open imagesafari opened this issue 2 years ago • 2 comments

I'm getting lots of TPMS sensors that include temperature data being published. A change, or an option to ignore all ^TPMS* sensors would be nice.

imagesafari avatar Feb 05 '22 02:02 imagesafari

Yah my mqtt is up to like 2500 devices because I live by a pretty busy road

mcavarano avatar Mar 10 '22 14:03 mcavarano

In the short term, the best thing to do is to only use the autodiscovery addon when trying to add new devices. This was added as step 5 in the readme: https://github.com/pbkhrv/rtl_433-hass-addons/tree/main/rtl_433_mqtt_autodiscovery#installation

Long term, if someone submits a PR to https://github.com/merbanan/rtl_433 adding a feature for this in https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_mqtt_hass.py I'd certainly consider adding it in here even before it's merged.

deviantintegral avatar Mar 13 '22 23:03 deviantintegral

Since commenting on this, I learned that you can not only allow specific protocols, but you can disable them as well. For new installs, the latest release will start with the configuration disabling known TPMS sensors. Check the release notes for the latest release notes for copy-pasteable lines to put into existing configurations.

deviantintegral avatar Oct 19 '22 22:10 deviantintegral