-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fallback topic is different between 6.4.1.18 Core_2.4.2 and Core_2.5.0 #5359
Comments
Hi, as you are selfcompiling and as the tool chain of the core 2.5.0 have changed. Could you please try the precompiled bins? Thanks |
I'm not totally sure, but I think this issue of the core was already addressed in the Arduino repository, so updating your core 2.5.0 to stage should solve this issue. It is not a Tasmota bug. |
Yes, the issue is gone after update the to latest Espressif 8266 2.0.1 (Core_2.5.0). Thanks. The strange is VSC+PlatformIO did not announce that the core had a new update, so I had to manually update it. closed because it was resolved. |
I upgraded one of my devices from precompiled
To precompiled
MQTT Client | DVES_231F9292 These fields are now 8 characters rather than 6. I just wanted to confirm that this is the way 2.5.0 will configure this ID. Is it the last MAC octet which is duplicated or are the last two digits derived from something else?
Mike |
Update: i see your device issue now. DVES_231F9292. yes, please update lastest core_2.5.0 in PlatformIO. it had changed since #4706. 6.4.0.3 20181222
|
It's not an IDE issue. I am using pre-compiled binaries. My question is less about the change in the fallback topic naming convention. It's more about the device ID changing from 6 characters to 8 characters and where the last two characters are derived from. |
Fix additional characters in fallbacktopic, hostname and mqttclient on core 2.5.0 (arendst#5359, arendst#5417)
Describe the bug
I found that my Sonoff "Fallback_topic" is changed if i flashed it to 6.1.4.18 Core_2.5.0, It's normal with 6.4.1.18 Core_2.4.2
It changed from
"FallbackTopic":"cmnd/DVES_0F86C9_fb/"
to"FallbackTopic":"cmnd/DVES_0F86C9C9_fb/"
Also, make sure these boxes are checked [x] before submitting your issue - Thank you!
status 0
:To Reproduce
Fallback_topic should not be changed even update to latest FW or Core version.
Screenshots
This screen shot of Core_2.5.0
this is a screenshot of Core_2.4.2
The text was updated successfully, but these errors were encountered: