Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maximemoreillon/solar

This application is deprecated
https://github.com/maximemoreillon/solar

express mqtt

Last synced: 3 months ago
JSON representation

This application is deprecated

Awesome Lists containing this project

README

        

# Solar setup monitor

THIS APPLICATION HAS BEEN DEPRECATED

A monitoring system for a solar installation.

## API
| Route | Method | query/body | Description |
| --- | --- | --- | --- |
| / | GET | - | Show application configuration |
| /battery_voltage/history | GET | - | Get an array of the past voltage measurements |
| /battery_voltage/current | GET | - | Get the current battery voltage |
| /current/history | GET | - | Get an array of the past current measurements |
| /current/current | GET | - | Get the current current value |

## Environment variables
| Variable | Description |
| --- | --- |
| INFLUXDB_URL | URL of the InfluxDB database |
| MQTT_URL | URL of the MQTT broker |
| MQTT_USERNAME | Username for the MQTT broker |
| MQTT_PASSWORD | Password for the MQTT broker |