-
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
MQTT SENSOR messages stops working when "thermostat" is enabled #9449
Comments
You are using a not supported flash size. |
OK, I have now flashed it with -fs 1MB, last I flashed it with auto flash-size. Now I have, "ProgramSize":600,"Free":404,"Heap":23,"ProgramFlashSize":1024,"FlashSize":2048," Still the same problem: |
Please, address this to the Tasmota Support Chat. The chat is a better and more dynamic channel for helping you. Github issues are meant for Tasmota Software Bug Reporting. Remember to read the Contributing Guideline and Policy. Thanks. Support InformationSee Docs for more information. |
Can replicate on a wemos. Will investigate. Found the cause. Will fix ASAP. |
Fix Thermostat sensor status corruption regression from 8.5.0.1 (#9449)
@cwesystems Have you tried the fix? Please close when the issue is solved for you. |
I can confirm it works with latest dev bransch! |
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
I have flashed my Shelly 1PM with DS18B20-hat with my own compiled Tasmota with thermostat feature.
When I activate the thermostat function with command "THERMOSTATMODESET 1" the MQTT SENSOR message only reports "{"Time"
When thermostat is disabled the MQTT SENSOR message is correct, "{"Time":"2020-10-02T10:57:43","Switch1":"OFF","ANALOG":{"Temperature":27.5},"ENERGY":{"TotalStartTime":"2020-09-28T10:13:30","Total":0.000,"Yesterday":0.000,"Today":0.000,"Period":0,"Power":0},"DS18B20":{"Id":"01193838E3D1","Temperature":24.2},"TempUnit":"C"}"
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:(Please use
weblog 4
for more debug information)TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
MQTT SENSOR message should be the same even if thermostat is enabled. I need to monitor temperature.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: