Dantiberg
(Daniel Berg)
July 2, 2023, 2:29pm
1
Im working on a new project, from sensor all the way to home assistant. Arduino for sensor and through the cloud to home assistant and api.
For now its just temp but next up is Ph and chlorine value in the pool
Description
Sender
Controller board: Arduino ESP8266(NodeMCU V3)
Sensor: DS18B20
Dantiberg
(Daniel Berg)
July 2, 2023, 5:52pm
4
Soon i will clean out my hard coded secrets and do a git repo
nickrout
(Nick Rout)
July 4, 2023, 9:35am
5
Seems a bit Rube Goldberg. What about a simple
Sensor – esphome device – home assistant.
Dantiberg
(Daniel Berg)
July 4, 2023, 6:48pm
6
good question.
my plan is to let this grow and use telemetry handling, ai and web ui for those that dont want to use it in HA.
But right now, yes its alot of overwork