segalion / raspipool

Swimming Pool Automation Systen with Raspberry Pi + Home Assistant
MIT License
393 stars 73 forks source link

Integration into existing HA Installation #14

Open jgthornburgh opened 3 years ago

jgthornburgh commented 3 years ago

Is this able to be added into an existing installation of HA?

segalion commented 3 years ago

Yes, following instructions... I think now, project is some outdated (developed for 0.70-080 HA versions), and I dont know how it works on modern HA. Sure it need a heavy revision...

nagyrobi commented 3 years ago

As far as I can see it can be easily implemented to any existing HA, without even needing any raspberry.

All the sensors and the relays can be connected to any ESP8266-based device running Tasmota, to just simply forward the data in. The configuration only needs to be updated to handle sensors through different protocols (like MQTT instead of raspbi's own ports). I personally don't like having a raspberry in a humid pool service place, having the sensors there is more than enough.

V4l3n10 commented 3 years ago

As far as I can see it can be easily implemented to any existing HA, without even needing any raspberry.

All the sensors and the relays can be connected to any ESP8266-based device running Tasmota, to just simply forward the data in. The configuration only needs to be updated to handle sensors through different protocols (like MQTT instead of raspbi's own ports). I personally don't like having a raspberry in a humid pool service place, having the sensors there is more than enough.

Guys, is there a way to integrate it using Raspbi's GPIO's? I am asking as I have all the setup already and the sensors are connected via a Tentacle T3 Hat on the RPI.