Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertklep/miflora-mysensors-proxy
MiFlora — MySensors MQTT proxy
https://github.com/robertklep/miflora-mysensors-proxy
iot miflora mqtt mysensors
Last synced: 21 days ago
JSON representation
MiFlora — MySensors MQTT proxy
- Host: GitHub
- URL: https://github.com/robertklep/miflora-mysensors-proxy
- Owner: robertklep
- Created: 2017-12-23T11:07:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T11:07:52.000Z (about 7 years ago)
- Last Synced: 2024-12-23T17:15:48.092Z (25 days ago)
- Topics: iot, miflora, mqtt, mysensors
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiFlora — MySensors MQTT proxy
Proxy that listens to [MiFlora MQTT](https://github.com/ThomDietrich/miflora-mqtt-daemon) messages and republishes them as [MySensors MQTT](https://www.mysensors.org/) messages.
### Installation
```
npm i -g robertklep/miflora-mysensors-proxy
```### Usage
* Copy `.miflora-mysensors-proxyrc-example` to your home directory:
```cp .miflora-mysensors-proxyrc-example $HOME/.miflora-mysensors-proxyrc```
**NB**: notice the `.` in front of the filenames. They should remain there.
* Edit the RC file. It should be self-explanatory.
* Start the proxy server:```miflora-mysensors-proxy```
* It should keep running and do its work.
If you want more feedback, you can start it in debugging mode:
```
env DEBUG=miflora-mysensors-proxy miflora-mysensors-proxy
```