GithubHelp home page GithubHelp logo

cullassistant's Introduction

cullAssistant

An esphome configuration that receives messages via serial from Culligan water softeners and sends Gallons (gal), Gallons Per Minute (gal/min), and Gallons to Recharge (gal) to Home Assistant. Gallons can be used as a Water Source in the Energy Dashboard

Notes

So far, this project is very much a "works for me" project. However, I want this to be accessible to others. If you have questions open a ticket, I will do what I can to help. If you can make improvements, open a Pull Request.

Culligan water softeners are expensive, please consider the risks to your equipment you are taking when implementing this project. I can't speak to how it would effect your warranty or how your "Culligan Man" is going to react when they find an ESP32 wired in...

Please consider the risk to your ESP32 when implementing this project. The TTL UART on the Culligan controller is 5v, so far my 3.3v ESP32 is working just fine. There are some references on reddit to the boards being 3.3v tolerant, but Adafruit makes it very clear that their boards are NOT 3.3v tolerant.

During the sort time I have been running this I have found that some water users in my house do not register usage. So far my dishwasher does not show up, running overnight I see no usage. My theory is that it does not draw enough volume (gal/min) for the Culligan to notice. Showers, Toilets, Faucets all show water usage. I have yet to test accuracy.

Using this manual I was able to determine that (some?) Culligan water softeners have a debug port that send a simple water usage message every ~60 seconds.

CULL,00420429,000000.0,1,00000902,0x0000,1,0315242140\n\r

The second field is the total number of gallons that the water softener has measured, the third field is the current flow rate in gallons per minute and the fifth is the number of gallons remaining until the next recharge. There are other status, error and timestamp fields that I have not looked into.

The back of my controller board pictured below with the DEBUG PORT. From left to right Pin 1 is Ground (marked), Pin 4 is Transmit and Pin 5 is Receive.

I was able to find 5v from the JTAG port, I can't say that I recommend this as it resets the controller every time I plug the esp32 board in.

You will need to edit cullAssistant.yaml to ensure proper board and tx/rx pin configuration.

Thank you

Thank you to the Home Assistant and esphome developers, a specific thank you to Samuel Sieb for the serial_csv component and the help in discord

cullassistant's People

Contributors

lelandsindt avatar

Stargazers

 avatar

Watchers

 avatar

cullassistant's Issues

GBX2?

Hi there,

any clues on integrating with the GBX2 board? My theory is getting into the WIFI UART pins, but I have no clue if that would work.

s-l1600

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.