Simple test to read the realtime data of Victron CCGX Device
An example of a frontend can be found here
This site logs directly from my solar power system
const config = {
vrm: {
ip: 'Your CCGX devices local ip address'
port: 1883 // This may need to change, but i found this port to work
},
socketio: {
url: 'URL to socket.io server',
channelId: 'Channel you want to publish your solar data to on the api',
password: 'Password for authenticating with api'
}
}
export default config