Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine/Tanks levels/Power generation widgets #14

Open
mgrouch opened this issue Oct 28, 2024 · 3 comments
Open

Engine/Tanks levels/Power generation widgets #14

mgrouch opened this issue Oct 28, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@mgrouch
Copy link

mgrouch commented Oct 28, 2024

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 philseeley added the enhancement New feature or request label Oct 28, 2024
@philseeley
Copy link
Owner

Hi @mgrouch,

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

Do they conform to the signalk spec?

Picture 1:

  • RPM - propulsion.*.revolutions
  • Degrees C - propulsion.*.temperature
  • psi - propulsion.*.oilPressure

Picture 2:

  • Battery % - electrical.batteries.*.capacity.stateOfCharge or electrical.batteries.*.capacity.remaining
  • PV - electrical.solar.*.voltage and electrical.solar.*.current
  • AC Load - electrical.inverters.*.dc.voltage and electrical.inverters.*.dc.current
  • DC Load - electrical.batteries.*.voltage and electrical.batteries.*.current

Picture 3:

  • Grey - tanks.wasteWater.*.currentLevel
  • Black - tanks.blackWater.*.currentLevel
  • Fresh - tanks.freshWater.*.currentLevel
  • Fuel - tanks.fuel.*.currentLevel
  • Lube - tanks.lubrication.*.currentLevel

@mgrouch
Copy link
Author

mgrouch commented Oct 28, 2024

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
Copy link
Author

mgrouch commented Nov 7, 2024

I've looked at 3.0.3.0

Few more would be nice:

  • Exhaust Temperature (in Engine group)
  • Fridge Temperature (in Environment)
  • Battery Bank Temperature (in Electrical)
  • Solar Current (in Electrical)
  • Shore Power Current (in Electrical)
  • Rate of Turn (in Boat)
  • Fuel Burn Rate (in Engine)
  • Bilge Level

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:

bareboat-necessities/bbn-m5atomS3-lite#25

Thanks for the great work on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants