Skip to content

harvmaster/SolarCollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolarMQTT

Simple test to read the realtime data of Victron CCGX Device

Example

An example of a frontend can be found here
This site logs directly from my solar power system

Config

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

Useful Links

About

Test to collect MQTT data from Victron CCGX Device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published