Help with Converting Energy Meter Data to NMEA 2000 PGNs
Hello,
I have an Energy Meter ET112 connected via USB to a Cerbo GX, allowing me to monitor shore power usage on the GX Touch and Axiom+ through the Victron app.
However, I’d also like to convert this data into NMEA 2000 PGNs so I can integrate it with other screens and applications.
I’ve attempted to achieve this using SignalK (SK) and the "Generic PGN Parser" plugin, but it seems additional steps might be required to transmit the data to the N2K bus.
Specifically:
PGN 127744 should receive data from:
electrical.grid.{30}.energy.forward
electrical.grid.{30}.current
PGN 127747 should receive data from:
electrical.grid.{30}.voltage
Do you have any suggestions or guidance on how to set this up effectively?
Thank you!
1 Reply
signalk-to-nmea2000 does not yet have support for 127744, but you can do this with Node-RED: combine values from those paths and emit an event with pgn data per https://demo.signalk.org/documentation/develop/plugins/deltas.html?highlight=nmea2000out#sending-nmea-2000-data-from-a-plugin
Processing Data - Signal K Server Documentation
A Guide for users and developers.