rtl433_influx
rtl433_influx copied to clipboard
Pressure_Kpa should be a field and not a tag
hi,
while browsing into the ton of received signals, i could could noctice that for TPMS, the pressure_Kpa (under renault TPMS measurement ) (so the value of the tyre pressure.) is given as a a tag and not a field, thus making a query on this impossible.
.
@ouinouin you could simply add "pressure_Kpa": None,
to the mappings
defined at the top of rtl433json_to_influx.py to fix that
Instead you could also try the native influx exporter that has apparently been added to rtl433 in the meantime, according to its readme.