Journey with Confidence RV GPS App RV Trip Planner RV LIFE Campground Reviews RV Maintenance Take a Speed Test Free 7 Day Trial ×
 
 


Reply
 
Thread Tools Display Modes
 
Old 01-17-2024, 03:18 PM   #1
Platinum Member
 
@Michael's Avatar
 
Join Date: Oct 2018
Location: MN
Posts: 500
Default Integrating Garnet SeeLevel sensors into DIY van monitoring

My Coachmen Crossfit came with unreliable tank sensors. Garnet SeeLevel tank sensors integrated into my DIY camper monitoring system would be a big improvement.

My current monitoring system is centered around MQTT and Node-Red running on a Victron Cerbo GX and a Nextion touch screen, with ESP32's where needed for reading sensors and communicating between devices.

Options for integration include buying a SeeLevel control panel with any of Bluetooth, RV-C, or NMEA2000 interfaces, the latter two of which directly interface with Victron's Cerbo units and/or Raspberry Pi running Victron's OS.

Reading the sensors/sending units directly, without the Garnet control panel also seems to be possible - based on this post in a Raspberry Pi forum, where one of the participants (Jim G) figured out how to trigger and read the tank sensors/sending units directly.

I bought a couple of SeeLevel sending units and successfully dummied up a test using an ESP32 to trigger and read the sending units and a circuit similar to the one designed by Jim G. in the Raspberry Pi forum. It's working on the bench with two SeeLevel sensors attached to a water jug.



It's too cold to work out in the camper, so I'll not know if it's reliable in the real world until it gets quite a bit warmer. In the meantime, I've rearranged my display to accommodate tank gauges (lower left corner):



I figured I could either use (boring) green bars to show tank levels, or an appropriate set of emojis.

My code and a description of the circuit are uploaded to Github. To fully integrate the sensors, I'll need to modify my code to encapsulate the data into JSON formatted ESP-NOW packets, and come up with an algorithm to properly interpret the data (likely in Node-Red).

I'd also like to put a bit of protection on the 12v circuit feeding the sensors. I'm not sure how tolerant they are of voltage spikes and anomalies. I've no idea how to do that though.
Attached Images
File Type: jpg 4476094768187439970.jpg (161.7 KB, 125 views)
File Type: png Screenshot 2024-01-04 110815.png (119.2 KB, 122 views)
__________________
2019 Coachmen Crossfit
My Campervan Modifications and Travel Blog
@Michael is offline   Reply With Quote
Old 01-17-2024, 05:59 PM   #2
Platinum Member
 
Urlauber's Avatar
 
Join Date: Feb 2020
Location: CA
Posts: 507
Default

I have no idea what I just read, but your display looks really cool.

I have some old, but functional tablets that would be just great for such a setup (like a Galaxy Tab S2). Maybe a project for another year...

Not to derail your thread, but... Do you have any experience with/opinion of the Mopeka "Pro Check Universal Sensor" for such a purpose?
__________________
2022 Thor Rize 18M
Urlauber is offline   Reply With Quote
Old 01-18-2024, 06:51 PM   #3
Platinum Member
 
@Michael's Avatar
 
Join Date: Oct 2018
Location: MN
Posts: 500
Default

Quote:
Originally Posted by Urlauber View Post
Do you have any experience with/opinion of the Mopeka "Pro Check Universal Sensor" for such a purpose?
No experience, but that Victron supports them with their Cerbo product line suggests to me that they're OK.
__________________
2019 Coachmen Crossfit
My Campervan Modifications and Travel Blog
@Michael is offline   Reply With Quote
Old 02-05-2024, 01:21 PM   #4
Platinum Member
 
@Michael's Avatar
 
Join Date: Oct 2018
Location: MN
Posts: 500
Default

Updates on this project:

I'm now using a circuit based on the one in the original post in the Raspberry Pi forum. It's reliable with three sensors in parallel at the far end of 20ft. of 20ga, wire, so it should work OK in the camper.

Quote:
Originally Posted by @Michael View Post
I'd also like to put a bit of protection on the 12v circuit feeding the sensors. I'm not sure how tolerant they are of voltage spikes and anomalies. I've no idea how to do that though.
I decided to inline a 12V-12V buck-boost converter to help ensure that the sending units see a clean, stable voltage source.

Quote:
Originally Posted by @Michael View Post
My code and a description of the circuit are uploaded to GitHub. To fully integrate the sensors, I'll need to modify my code to encapsulate the data into JSON formatted ESP-NOW packets, and come up with an algorithm to properly interpret the data (likely in Node-Red).
The data returned by the SeeLevel sending units is a series of bytes:

Code:
Byte 1: Unknown, perhaps a sensor ID
Byte 2: Checksum
Byte 3 - 11: Number from 0 -> 254 
                   indicating the 'fullness' of each segment of the sensor
                   starting from the topmost segment
Byte 12: Always '255'
Turning that series of bytes into a somewhat accurate percent-full number in NodeRed is still TBD.
__________________
2019 Coachmen Crossfit
My Campervan Modifications and Travel Blog
@Michael is offline   Reply With Quote
Old 02-05-2024, 07:58 PM   #5
Platinum Member
 
Join Date: Dec 2020
Location: Washington
Posts: 254
Default

I use the Mark 1 Eyeball Tank Measurement System (METMS 1.0). 100% accurate and works perfectly every time.
N147JK is offline   Reply With Quote
Old 02-06-2024, 05:51 PM   #6
Platinum Member
 
@Michael's Avatar
 
Join Date: Oct 2018
Location: MN
Posts: 500
Default

Quote:
Originally Posted by N147JK View Post
I use the Mark 1 Eyeball Tank Measurement System (METMS 1.0). 100% accurate and works perfectly every time.
Unfortunately 2 of 3 thanks are not translucent, and the one that is, is not readily accessible.
__________________
2019 Coachmen Crossfit
My Campervan Modifications and Travel Blog
@Michael is offline   Reply With Quote
Old 02-06-2024, 10:34 PM   #7
Platinum Member
 
Join Date: Dec 2020
Location: Washington
Posts: 254
Default

Quote:
Originally Posted by @Michael View Post
Unfortunately 2 of 3 thanks are not translucent, and the one that is, is not readily accessible.
Right - that makes sense. Your system looks very nice. I'm still using an old JRV "dummy light" system, but I don't like to rely on it alone.
N147JK is offline   Reply With Quote
Old 02-07-2024, 05:40 AM   #8
Platinum Member
 
Join Date: Jan 2022
Location: fl
Posts: 267
Default

I turn the water off, push down the pedal shine a flashlight in the hole and See Level. 100% accurate. Does not work with fresh or grey tank. I put a See Level system in a bus conversion 20 years ago, the external sensors do work well.
jjrbus is offline   Reply With Quote
Old 04-05-2024, 01:32 PM   #9
Platinum Member
 
@Michael's Avatar
 
Join Date: Oct 2018
Location: MN
Posts: 500
Default

I've got the custom Garnet SeeLevel tank level reader installed and working.

I decided to consolidate my microcontrollers onto a 'motherboard' with 12v and 5v rails, so that I don't have individual voltage regulators on each board. The 'motherboard' is powered by a 12V buck-boost power supply set to a constant 12.7V. A 5V buck converter powers the 5V rail from the 12V rail. Each 'daughterboard' has access to regulated 12V and 5V supplies by virtue of the header pins. It's all stuffed into a plastic box with a screw-on lid.



The tank reading microcontroller and digital electronics (high-side MOSFET, NPN transistor and a handful of resistors) fits on a small proto board. It picks up 12V and 5V from the 'motherboard' via the header pins and connects to the sensors via the JST connectors on the left of the board.



So far two of my four microcontrollers are reworked onto the 'motherboard'.

I'm feeding the tank data into Node-Red running on a Cerbo GX, where it's forwarded to my camper monitoring screen and to my cloud dashboard/phone app. Node-Red requests a tank read and updates the displays every 15 minutes. The phone app has buttons that request an immediate tank read for cases where I want real-time tank levels (when filling the tank, for example).



For more accurate readings, each sensor could be calibrated by filling each tank to a known number of gallons and adjusting the % reading. The Garnet control panel does this automatically. I'll do this via fixed offsets in Node-Red - maybe. Even without calibration it's more accurate and reliable than the OEM gauges.

If I bought a new $150k van I would have all this from the factory. That wouldn't be any fun though.

More details are here:

https://janke.photography/2024/02/25...d-tank-gauges/
Attached Images
File Type: jpg PXL_20240225_183139072~2.jpg (119.2 KB, 19 views)
File Type: jpg PXL_20240312_170101702.jpg (218.1 KB, 19 views)
File Type: png Screenshot_20240216-213725 - Copy.png (61.4 KB, 18 views)
__________________
2019 Coachmen Crossfit
My Campervan Modifications and Travel Blog
@Michael is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


» Featured Campgrounds

Reviews provided by

Powered by vBadvanced CMPS v3.2.3

All times are GMT. The time now is 10:54 PM.


Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.