mqtt2measurinator
CLI tool for forwarding Nokeval MTR wireless transmitter readings from MQTT server to measurinator api Preparing the Development -------------------------
- Ensure
pip
andpipenv
are installed. - Clone repository
git clone git @github.com:tvallas/mqtt2measurinator
-
cd
into the repository. - Fetch development dependencies
make install
- Activate virtualenv:
pipenv shell
Usage
Pass in measurinator client id, secret key and mqtt server address
example
$ mqtt2measurinator --mqtt-host 192.168.1.2 --client_id xxxxx --key yyyyy