-
Notifications
You must be signed in to change notification settings - Fork 74
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
Some questions #1
Comments
|
@sunflowerABB, you could always have this running in one Home Assistant instance and use the mqqtt publish service to forward sensor data and even switches to another instance on a different computer... |
had the same issue, my home assistant is running on VMware and the Pi with the connected sensors located in a housing close to the pool. As suggested by @MimbaMonkeyHouse installed mosquitto mqtt broker on Pi. Python script on Pi sends sensor readings (have several temperature sensors, pH, ORP and pressure sensors) locally to the broker. Home assistant subscribes to these readings. Works pretty straight forward and stable. |
@tobiasneumann42 Would you be willing to share more details please? I am trying to do the same, so it would help me a lot. Right now I only need it for pH and ORP, temps from 1wire sensors connected to UniPi Lite board and also relays are possible using the rest api. Thank you! |
@segalion, Have you ever had the chance to develop a version for I2C protocol for the Tentacle? |
Very interesting project, thanks for sharing your work!
A few questions:
- platform: atlas_scientific
port: /dev/ttyUSB0
offset: 78
scan_interval: 31536000
Your custom home assistant sensor is using UART as a protocol. Could this be made to work via I2C as well (there is a dual BNC PCB available which supports only I2C but not UART)?
Since the Raspi wouldn't be doing much besides forwarding sensor values, do you have any suggestion on how to adapt your code to run on an Arduino instead, e.g. using the ESPhome firmware which integrates very easily with home assistant ? Else I'll have to look into linking the pi-instance to my master server (https://github.com/lukas-hetzenecker/home-assistant-remote)
Adding the Salt Water Chlorinator feature soon would be awesome, please! 👍 When do you estimate you will have a first version working?
The text was updated successfully, but these errors were encountered: