I’ve had a HA server running about a year configured with a lot of stuff I own that has prebuilt integrations, and I’ve made some custom cards for some of my stuff, but now I’d like to move onto something a little more complex.
I’ve seen numerous posts about monitoring the temperature of water in pipes and the related issues (speed/sensitivity/space/etc), but none seem to address what I’m looking for directly so hopefully the community can help.
To begin, my goal is to have a means to monitor the temperature in multiple supply and return pipes that are part of my boiler system. I understand that the pipe temperature will not equate to water temperature directly and it will take time to heat up/cool down, which is fine as I’m not looking to use it for anything critical, I mainly just want to know its heating up, its cooling down, or its maintained the current temp for awhile, and the pipe temp as a rough gauge of how hot the water may be once the temp has stabilized.
The boiler has its own heat sensors which are basically these guys:
https://www.kele.com/product/temperature-sensors-and-transmitters/strap-on/tasseron-sensors/thtspa00?srsltid=AfmBOorajkMpjTFsK5z4jqO5TpauFwZHrX9eUXeCB1ig09Eclb4ZsC1t so to me it would make sense to use more of them so everything basically matches and since they seem to work well enough for the boiler to use them to control itself and are reliant enough that the boiler manufacturer uses them…
I’m thinking there has to be a way that I can wire a bunch of these (my count would be 14; 5 zones with supply and return pipes, the boiler main loop supply/return, and the indirect hot water supply/return) to some version of an ESPHome board and then use that to convert the analog signals into something I can pick up on the wifi network via HA?
So my biggest question is would this work with ESPHome and if so, aside from the sensors themselves, which ESP device would I need to attach them to (or would I need more than 1 due to the quantity or an expansion board or… etc)? I’ve done nothing with ESPHome yet but from the little reading I’ve done it seems like it would be my best bet?
I do have an outlet near where I’d mount the device so it doesn’t need to be battery powered, but outside of that I’m sort of stumbling in the dark.
Any help as to which device(s) I may need, or pointing me at other posts I may have missed would be appreciated!