Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```