Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 809 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 809 Bytes

MiFlora — MySensors MQTT proxy

Proxy that listens to MiFlora MQTT messages and republishes them as MySensors MQTT 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