mvysny / solar-controller-client

Communicates with a solar controller (Renogy Rover) over RS232/USB and retrieves statistics
MIT License
2 stars 0 forks source link

Add support for InfluxDB #4

Open mvysny opened 2 years ago

mvysny commented 2 years ago

InfluxDB is a log-like database used frequently with Grafana. Even better: InfluxDB offers its own graphing capabilities which could potentially replace Grafana entirely.

Investigate & document:

Blocked by #6

mvysny commented 1 year ago

Just use curl or a command-line client (if it's available)

mvysny commented 1 year ago

Workaround: use PostgreSQL integration which is working very well.