rospogrigio / localtuya

local handling for Tuya devices
GNU General Public License v3.0
2.95k stars 563 forks source link

Please provide support for a smart kettle #1241

Open spitfire opened 1 year ago

spitfire commented 1 year ago

I've tried adding a "Smart kettle Setti+ KT950W" and it works as a switch in localtuya. The regular tuya integration allows for control and reading of all parameters available via Tuya apps, like:

Is there a class (other than switch) that would allow any more functionality than just turning it off and on? If not, can this class be implemented?

Here is the dump of instructions available from the tuya iot developer portal:

DP Instruction | Standard Instruction
-- | --
start | start
temp_current | temp_current
temp_current_f | temp_current_f
temp_setting_quick_c | temp_setting_quick_c
temp_setting_quick_f | temp_setting_quick_f
temp_boiling_quick_c | temp_boiling_quick_c
temp_boiling_quick_f | temp_boiling_quick_f
temp_set | temp_set
temp_set_f | temp_set_f
temp_boiling_c | temp_boiling_c
temp_boiling_f | temp_boiling_f
temp_unit_convert | temp_unit_convert
warm | warm
warm_time | warm_time
status | status
work_type | work_type
fault
tomkerswill commented 4 weeks ago

I would like to see this, too. I have the WeeKett smart kettle, which gives temperature and other info.

spitfire commented 4 weeks ago

I would like to see this, too. I have the WeeKett smart kettle, which gives temperature and other info. https://github.com/make-all/tuya-local Made this happen for me. The developer was really responsive and with the data I collected on my side he was able to add support for this in a day or something like that