Search found 2 matches

by Essagl
2024年 Sep 8日 00:42
Forum: General Discussion
Topic: Help with automation
Replies: 1
Views: 3028

Re: Help with automation

You could Register the devices with tuya and then Develop the Logic you want. I did a similar development for a Heat Pump to regulate the heating water Temperaturen wir an external Thermometer. You can find the Code for the heating Logic in GitHub https://github.com/essagl/tuya-spring-boot-aircal-he...
by Essagl
2024年 Sep 8日 00:29
Forum: General Discussion
Topic: Smart Heat Pump returns RAW data.
Replies: 1
Views: 3137

Re: Smart Heat Pump returns RAW data.

I also geht RAW Data from a Heatpump
manufactored by aircal.
You can find the way to decode the RAW Data in the GitHub repository for the method to get the control Parameters of the pump.
https://github.com/essagl/tuya-spring-b ... mp-adapter
Hope this helps