Skip to content

Commit

Permalink
pointbto wiki for more information
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Dec 4, 2023
1 parent 5595f17 commit 3bed19f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ Note, MQTTSubscribeDriver can also be configured and weewx.conf updated interact
PYTHONPATH=$BIN_DIR python3 $USER_DIR/MQTTSubscribe.py simulate service --conf mqttsubscribe.template.conf
```
Additional information on running MQTTSubscribe in configuration mode can be found at this [wiki page](https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/MQTTSubscribe-Configurator-Mode).
Additional information on running MQTTSubscribe in simulation mode can be found at this [wiki page](https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/MQTTSubscribe-Simulator-mode).
### pip Install: Set driver to MQTTSubcribe
If running as a driver,
Expand Down Expand Up @@ -229,6 +233,12 @@ Note, MQTTSubscribeDriver can also be configured and weewx.conf updated interact
PYTHONPATH=$BIN_DIR:$USERBIN_DIR python3 $USER_DIR/MQTTSubscribe.py simulate service --conf mqttsubscribe.template.conf
```
Additional information on running MQTTSubscribe in configuration mode can be found at this
[wiki page](https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/MQTTSubscribe-Configurator-Mode).
Additional information on running MQTTSubscribe in simulation mode can be found at this
[wiki page](https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/MQTTSubscribe-Simulator-mode).
### package Install: Set driver to MQTTSubcribe
```
Expand Down

0 comments on commit 3bed19f

Please sign in to comment.