petretiandrea / plugp100

Work in progress implementation of tapo protocol in python.
GNU General Public License v3.0
71 stars 27 forks source link

Add KE100 Support #153

Closed delatt closed 11 months ago

delatt commented 11 months ago

Adding KE100 TRV Support

delatt commented 11 months ago

@petretiandrea Let me know if there's anything that needs to change :)

petretiandrea commented 11 months ago

@petretiandrea Let me know if there's anything that needs to change :)

Could you format using black?

delatt commented 11 months ago

All done, thanks!

jhaboba commented 11 months ago

Thanks for this, it is very useful. I was wondering if you have any insight on how the ke100 controls de valve based on the temperature it reads. I'm aiming to control the boiler from a combined reading of all valves, but I don't want to turn it on while they are all shut. Thanks!

delatt commented 11 months ago

Thanks for this, it is very useful. I was wondering if you have any insight on how the ke100 controls de valve based on the temperature it reads. I'm aiming to control the boiler from a combined reading of all valves, but I don't want to turn it on while they are all shut. Thanks!

I honestly have no idea how the valves are controlled based off the temperature but you should be able to tell if a valve is on or off once https://github.com/petretiandrea/home-assistant-tapo-p100/pull/611 is merged.

jhaboba commented 11 months ago

Thanks for this, it is very useful. I was wondering if you have any insight on how the ke100 controls de valve based on the temperature it reads. I'm aiming to control the boiler from a combined reading of all valves, but I don't want to turn it on while they are all shut. Thanks!

I honestly have no idea how the valves are controlled based off the temperature but you should be able to tell if a valve is on or off once petretiandrea/home-assistant-tapo-p100#611 is merged.

Thanks, that should be even better. Thanks for your work