this post was submitted on 22 Jan 2024
15 points (94.1% liked)
homeassistant
12045 readers
10 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have oil heat too and I struggle to imagine how you would add a sensor to it. That tank is solid and thick, trying to get anything inside it is a horrible idea and trying to sense through the metal is going to be prone to problems. In the past I've just pointed a camera at the main gauge.
My tank came with a mounting point on the top of it where you can fit an ultrasonic sensor. You just configure it with the depth of your tank and that’s it. I have a unit inside that shows how much oil I have left.
Apparently, it uses an RF protocol that can be intercepted and interpreted in HA with the right dongle but I haven’t done that.
Edit: mine looks like this although with different branding.
The only option I could think of would be integrating an industrial oil tank sensor.
A wire sensor that uses Time-domain-reflectometry would likely be the best, but expensive. This uses a corrosion resistant cable and uses wave reflections when a pulse changes mediums (air to oil) in order to give a level reading.
More difficult to DIY though. You have to know what you are doing.
Ultrasonic sensor might work, but it depends on if oil for home heating gives off fumes that would interfere with it.
Otherwise another DIY solution would be optical sensing like a ToF sensor. Maybe the most realistic for easy integration in ESPHome, but like the ultrasonic sensor, you would have to protect it from a full tank contaminating the sensor with oil.
If the tank is plastic, a capacitive sensor could work too.