Subj an extremely useful kitchen appliance that has potential to be integrated with HA via Tuya. It would be great to be able to read its sensors (time remaining + temperature), and full control would be just awesome.
Device info from Tuya v2 log (as per new device request template on github):
Same here. If I understand it correctly, adding support for Tuya Sous vide cooker category ("category": "mzj") should cover the entire class, including both of our machines. Let’s hope developers see this.
In the meantime, feel free to dig up and post device info and specifications from your HA log. Add the following line to configuration.yaml…
logger:
logs:
custom_components.tuya_v2: debug
…and search for two blocks of code above in the log:
Detailed template and instructions can be found here
I’d be happy to add the device information, but I’m not having much sucess. Did you have any issues getting the tuya debug information out? I can see debug information from other components, but nothing from tuya. I simply open up the homeasistant.log file, but nothing from tuya or iot there. In my config I have the following:
But you do still have Sous Vide in device list, right? And sorry for asking, but is it plugged? Another thing to try is too switch the entire log to debug briefly:
logger:
default: debug
…find tuya/sous vide stuff, and then switch back to warning/error or remove logger code block.
I’ve been doing all my automation using node-red lately, not homeassistant, but I’m hoping that if y’all get support for this device going that it will help efforts to get it working with MQTT.
Other than a couple of times when I topped up the water, the temp pretty much stays constant.
I didn’t have much luck using LocalTuya to change any of the settings, but didn’t spend much time troubleshooting it.
For those interested these are the DP values that I found out…
101 On / Off
102 Activity - (working / stopping etc)
103 Target Temp (x10 - ie 68.5C = 685)
104 Current Water Temp (x10)
105 Time Set (minutes)
106 Time Remaining (minutes)
108 Celsius = True / Fahrenheit = False
110 Temp Calibration (x10)
I didn’t work out 107 and 109 - but my suspicion is that they’re the cloud recipes, which I don’t really see a use for.
Dan
has anyone had any luck being able to update settings?
101 switch - works
102 sensor - works
103 number 0-960 - doesn't update just resets to 0
104 sensor - works
105 number 0-5999 - doesn't update just resets to 0
106 sensor - works
108 switch on=C off=F- works
110 number -100-100 - doesn't update just resets to 0
FWIW, I can confirm the ISV-100W model is working under Tuya Local (NOT localtuya!) This integration may work for the 200W; but if not, add a feature request with the right info (go to github, go to issues, create an issue and the instructions are in the template for the request.)
this isn’t in HACS atm, but you can install it as a custom repository and then you integrate it basically the same way localtuya goes (create a Tuya IOT account, get the device ID & local key, etc). But once that’s done, this is a LOCAL integration!