Updated Tasmota Device Manager (markdown)

blakadder 2019-02-18 14:59:57 +01:00
parent 47c129103b
commit 8cb29e9efe
1 changed files with 4 additions and 3 deletions

@ -4,6 +4,7 @@
# Features # Features
- clean, readable interface
- autodetection of devices following the default topic template for Tasmota (%prefix%/%topic%/) and for HomeAssistant Auto Discovery protocol (%topic%/%prefix%/) - autodetection of devices following the default topic template for Tasmota (%prefix%/%topic%/) and for HomeAssistant Auto Discovery protocol (%topic%/%prefix%/)
- module and GPIO configuration - module and GPIO configuration
- rules editor - rules editor
@ -11,7 +12,6 @@
- clean retained MQTT topic messages - clean retained MQTT topic messages
- toggleable active querying of telemetry - toggleable active querying of telemetry
- passive monitoring of state and telemetry (currently supported sensors are listed in "status8.json") - passive monitoring of state and telemetry (currently supported sensors are listed in "status8.json")
- clean, readable interface
- relay control via context menu on device list (all ON/OFF, or individual) - relay control via context menu on device list (all ON/OFF, or individual)
- MQTT console with payload preview (dbl-click an entry to display), sorting and filtering - MQTT console with payload preview (dbl-click an entry to display), sorting and filtering
- selectable detail columns in device list - selectable detail columns in device list
@ -22,5 +22,6 @@
Python 3.6+ is required. Clone the [repo](https://github.com/jziolkowski/tdm) or download zip and extract, install prerequisites and run tdm.py using Python binary. Python 3.6+ is required. Clone the [repo](https://github.com/jziolkowski/tdm) or download zip and extract, install prerequisites and run tdm.py using Python binary.
### Prerequisites ### Prerequisites
PyQt5: <pre>pip install PyQt5</pre> >PyQt5: <pre>pip install PyQt5</pre>
paho-mqtt: <pre>pip install paho-mqtt</pre> >
>paho-mqtt: <pre>pip install paho-mqtt</pre>