Tank Level custom tile

Made this slick tank level gauge for Hubitat Maker API data. Here’s what it looks like and link to the HTML code. Wasn’t able to get rid of the text at the bottom.

image

3 Likes

@kampto, thanks for sharing, it’s a nice looking tile. You can also add the following import link in your post to allow others to “click-to-import” in their Custom Tile editor. :grinning:

https://sharptools.io/developer/custom-tiles/import/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fkampto%2FSharpTools%2Fmain%2FCustomTiles%2FTankLevelGauge.html
1 Like

@kampto ,

Off-topic for this thread, but I’m curious what device you are using to measure your tank level?

Thanks.

Im using this ultrasonic sensor hooked up to an Arduino board. Then data sent to Hubitat via Hubduino. I have a custom device handler loaded on Hubitat.

https://www.amazon.com/gp/product/B01J5KZU8M/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

3 Likes

Can you share the script to run in the Arduino board with this sensor?