You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im out of options right now. my Tuya based wood stove has so many bugs in it I flashed ESPHome to the TYWE1S esp8266 that reads and writes to the stove's MCU.
The stove turns off all the time by itself, throws constant errors, and worst of all, all temperature data points spit out temp values in degrees F, not C so all my attempts at using other climate entities fail bc my HOME ASSISTANT is using imperial units.
59F submitted as 59C converts to 138F.
ONLY your thermostat lets me use template sensors, convert the incorrect values and it display correctly.
MY PROBLEM:
Setting your target temp doesn't work bc it fights with my stove's internal "set temp" that is set thru the front panel. when the room temp sensor reaches the user set value it shuts off to stove - a self contained system. there is no manual way to get around it and convert it to a manual operation. too many sensors, blowers, igniters, relays and safety issues to etc to deal with.
MY ASK:
allow me to use and write to a TuyaMCU data point to write to the set temp value in the MCU.
I've opened both a PR and Feature request on ESPHOME. But, the devs discount my requests bc I have a defective stove. Asking the Vendor to fix their code when it works fine with their Tuya-base APP is a giant black hole.
No one "discounted" your requests. @jesserockz made a fix to handle the F values and I explained multiple times how you can access the datapoints. You definitely can't access them directly from HA or this component.
And his fix works. Perfectly. Pls close this request.
And thanks guys. It was driving me nuts that I couldnt find a way around the problem.
And just for the record or anyone else searching this problem, here is the way you get info from data points. Thanks to jesserockz for finally pointing me to this resource. I don't know why it never came up in my hundreds of searches on this topic... probably because I always included TuyMCU in all my queries. This is just part of the standard Tuya stuff.
Im out of options right now. my Tuya based wood stove has so many bugs in it I flashed ESPHome to the TYWE1S esp8266 that reads and writes to the stove's MCU.
The stove turns off all the time by itself, throws constant errors, and worst of all, all temperature data points spit out temp values in degrees F, not C so all my attempts at using other climate entities fail bc my HOME ASSISTANT is using imperial units.
59F submitted as 59C converts to 138F.
ONLY your thermostat lets me use template sensors, convert the incorrect values and it display correctly.
MY PROBLEM:
Setting your target temp doesn't work bc it fights with my stove's internal "set temp" that is set thru the front panel. when the room temp sensor reaches the user set value it shuts off to stove - a self contained system. there is no manual way to get around it and convert it to a manual operation. too many sensors, blowers, igniters, relays and safety issues to etc to deal with.
MY ASK:
allow me to use and write to a TuyaMCU data point to write to the set temp value in the MCU.
I've opened both a PR and Feature request on ESPHOME. But, the devs discount my requests bc I have a defective stove. Asking the Vendor to fix their code when it works fine with their Tuya-base APP is a giant black hole.
C to F conversion PR:
esphome/issues#3784
Read and Write to Tuya MCU data points like Tasmota and Tuya iOT servers can
esphome/feature-requests#1956
The text was updated successfully, but these errors were encountered: