Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maximemoreillon/solar
- Owner: maximemoreillon
- Created: 2020-03-03T03:31:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:30:51.000Z (about 2 years ago)
- Last Synced: 2023-02-26T22:47:11.922Z (almost 2 years ago)
- Topics: express, mqtt
- Language: JavaScript
- Homepage:
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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 |