arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.97k stars 4.77k forks source link

Additional Characters in ClientID and Fallback Topic #5419

Closed meingraham closed 5 years ago

meingraham commented 5 years ago

BUG DESCRIPTION

There is an extra octet in the ClientID and the fallback topic.

TO REPRODUCE

Present in the Information page and in STATUS 6 output

EXPECTED BEHAVIOUR

Six characters rather than eight.

SCREENSHOTS

capture

Mike

arendst commented 5 years ago

Should have been fixed in the dev version released an hour ago.

ascillato commented 5 years ago

Fixed in PR https://github.com/arendst/Sonoff-Tasmota/pull/5417

meingraham commented 5 years ago

I updated my Yunshan relay to 6.4.1.20/2.5.0 and can confirm that it resolves the issue. 6.4.1.20/2.3.0 on an S31 is also in the right format.

Timing ;-) I'd posted about my issue last week on both GitHub (#5359) and on Discord. Since it wasn't responded to by anyone, I thought it was only an issue on my end. Then I saw #5417. And since not explicitly mentioning ClientID & Fallback topic, I decided to post about it again. Glad the fix turned out to address this issue as well.

Mike