Andreas Motl
Andreas Motl
Two more payload examples from the wild. ### `sonoffSC/tele/STATE` ```json { "Time": "2019-06-02T22:13:07", "Uptime": "1T18:10:35", "Vcc": 3.182, "SleepMode": "Dynamic", "Sleep": 50, "LoadAvg": 19, "Wifi": { "AP": 1, "SSId": "{redacted}", "BSSId":...
## [**Proposal**] Tasmota MQTT Telemetry Adapter for Kotori By staying as close to the vanilla documentation examples as possible, newcomers should have an easy way getting their telemetry data ingested....
> Kotori will need a special handler to unfold the nested payload structure anyway, so twisting it around yet another MQTT topic style/format should not be a problem at all....
We added basic support with 77b94fa1 and 5f5d9511 but haven't issued a new release yet. Also, the `"Time"` field from the telemetry message is not honored yet.
The decoder for Tasmota devices is available through the recent releases of Kotori.
Reading the `"Time"` field from the message is finally supported through 4097e402.
Dear @rohlan, we just added the missing bit for completing the implementation 4097e402 and updated the [Tasmota decoder documentation](https://getkotori.org/docs/handbook/decoders/tasmota.html). Now, we are wondering whether everything will still work with the...
Dear @TheOneWhoKnocks96, thanks for reporting your observations. We will have to review the situation about authenticating Kotori with the MQTT broker. Please feel free to ping us again if you...
Dear @Ozymandias96, > Have you resolved the situation yet? Sorry, I am currently traveling. > It works fine, i changed to a password without numbers and it started to work......
Dear @Ozymandias96, may I humbly ask you again whether using passwords containing numbers makes things go south in any way? I will happy to investigate, but wanted to get more...