Skip to content
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

Presence Detection via TPMS Sensors in Cars? #11

Open
reh8388 opened this issue Jul 30, 2021 · 1 comment
Open

Presence Detection via TPMS Sensors in Cars? #11

reh8388 opened this issue Jul 30, 2021 · 1 comment

Comments

@reh8388
Copy link

reh8388 commented Jul 30, 2021

I am playing with my SDR and can reliably pickup the TPMS sensors from my vehicles in the garage. Would it be possible to make a presence sensor variant that lets you put in 1-4 "IDs" to search for that would match a vehicle? I have attached an rtf_433 read out of the data I am referring to.

TPMS data sample

@NorthernMan54
Copy link
Owner

This is a bit more advanced than what this plugin is capable of, but should be achievable with a combination of node-red and HomeKit-bridged ( ie homebridge for node-red )

Geting this to work would require effort with node-red, and time spent googling and trying out various combinations to get it to work

something like this

1 - setup a mosquito mqtt server and node-red on your rpi
2 - install the node-red flow “HomeKit-bridged”, this allows you to create HomeKit devices in node-red
3 - setup rtl-433 to broadcast received messages via mqtt
4 - configure nodes in node-red to receive the mqtt messages, and process them as you indicated above ( a lot of googling and try and error here )
5 - setup your presence accessory in node-red/HomeKit-bridged

This was extremely simplified, but should be doable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants