philseeley / boatinstrument

Boat Instrument
GNU General Public License v3.0
12 stars 1 forks source link

Engine/Tanks levels/Power generation widgets #14

Open mgrouch opened 3 weeks ago

mgrouch commented 3 weeks ago

It would be useful to add Engine/Tanks levels/Power generation widgets

Here are some ideas for layouts from another project

IMG_5449 IMG_5447 IMG_5452

Thanks!

philseeley commented 3 weeks ago

Hi @mgrouch,

Can you confirm the signalk paths you're seeing and their units?

Do they conform to the signalk spec?

Picture 1:

Picture 2:

Picture 3:

mgrouch commented 3 weeks ago

They might not be compliant to the spec. If people take them from Victron they are on different paths. So I think you can code with SignalK defaults but let user to override paths.

Thanks

mgrouch commented 2 weeks ago

I've looked at 3.0.3.0

Few more would be nice:

Can tanks be displayed in %? And full capacity just somewhere as a small number if set? It would be more universal as pre-set.

There will be need to digital switching as well. To turn on/off nav lights etc.

I've started work on NMEA 0183 XDR sensors on esp32. Mostly on m5stack platform. I've coded about 18 already.

https://github.com/bareboat-necessities/bbn-m5atomS3-lite

I'm planning eventually to combine them into just few devices with pre-compiled binaries for m5stack esp32:

https://github.com/bareboat-necessities/bbn-m5atomS3-lite/issues/25

Thanks for the great work on this!