tobias-richter / ansible-tasmota

Ansible Role for managing tasmota devices with tasmota commands
Apache License 2.0
31 stars 13 forks source link

Fix #19, MqttTopic is incorrect command #20

Closed ikke-t closed 3 years ago

ikke-t commented 3 years ago

The topic specific commands Topic and FullTopic should not have Mqtt in front of them. Tasmota was failing to set topic correrctly due this. See https://tasmota.github.io/docs/Commands/#mqtt

tobias-richter commented 3 years ago

Thanks for contributing. @deveth0 since the implementation is from you, please review.

deveth0 commented 3 years ago

Oh sorry, my fault, you are right! Thanks @ikke-t !