Add support to default Tasmota MQTT message format (related to #17).
As it is similar to Shelly's format, this PR aims also to make it more generic and detect if the payload is a single value.
If so, it will assume that the topic format is: <prefix>/<name>/[.*/]<sensor>
Add support to default Tasmota MQTT message format (related to #17).
As it is similar to Shelly's format, this PR aims also to make it more generic and detect if the payload is a single value. If so, it will assume that the topic format is:
<prefix>/<name>/[.*/]<sensor>
Add some functional tests.