Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrixgame/loxoneinflux-integration
This program can log stats from Loxone into InfluxDB coded in Node.js.
https://github.com/astrixgame/loxoneinflux-integration
database influx log loxone statistics
Last synced: about 2 months ago
JSON representation
This program can log stats from Loxone into InfluxDB coded in Node.js.
- Host: GitHub
- URL: https://github.com/astrixgame/loxoneinflux-integration
- Owner: astrixgame
- License: apache-2.0
- Created: 2024-01-31T10:57:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T11:04:32.000Z (11 months ago)
- Last Synced: 2024-04-18T05:45:59.590Z (9 months ago)
- Topics: database, influx, log, loxone, statistics
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loxone Stats Logging into InfluxDB
This program can log stats from Loxone into InfluxDB coded in Node.js.
How to download and start
```cmd
git clone https://github.com/astrixgame/log-loxone-influx.git
```
```cmd
node .
```
How to install libraries
```cmd
npm i request
npm i fs
npm i lxcommunicator
```