-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Work with ESP nodes #694
Comments
I really like the idea of this, I'm mainly using Amg8833 chips and if I could get one of these and a battery acting as remote nodes it would make my setup much neater |
Given the ongoing chip shortage, I absolutely second this - raspberry*.* devices are about as rare as unicorn rocking horse poop around these parts but I can get my hands on esp32's with relative ease (In fact I have a small stockpile as I'm always finding uses for them) Even if it wasn't a formal integration and just an api we can post {position, rssi, address) to |
I actually got this to work so will document it for everyone's benefit, feel free to add it on Wikis. Setup
Configuration
|
Hi, I have two esp32-cam that I would also like to use as a trackers. Where do I find roomAssistantNodeId and trackerId? Thanks! |
Is your feature request related to a problem? Please describe.
Support Room assistant with ESP nodes
Describe the solution you'd like
While having bluetooth linux systems around the house is possible, using ESP32 nodes might be much more economical both from an initial cost factor and cost of running them in the long term.
Support ESP nodes that can be used as secondary nodes always but they can use the same configuration as room assistant and work as long as one primary node is up. Potentially they can be based on ESP MQTT and keep publishing the information about RSSI for all the discovered nodes, and room-assistant focuses on the aggregation of that data across sources.
The text was updated successfully, but these errors were encountered: