ToniA / arduino-heatpumpir

An Arduino library to control split-unit heatpumps over Infrared
GNU General Public License v2.0
389 stars 141 forks source link

Senville AURA HF/Z Remote #65

Open kpishere opened 5 years ago

kpishere commented 5 years ago

Great work! Id started to add support for this heat pump but well, my solution is using interrupts and would work better on ESP8266. It is soo different too and the CRC still isn't right so frankly it isnt ready for this project. If your looking for this unit too check https://github.com/kpishere/GetRawIRData

kpishere commented 5 years ago

I did manage to figure out the CRC calculation for this heat pump. Feel free to incorporate etc. It is simple but also at the same time very specific.

trev347 commented 5 years ago

I have a senville heat pump do a way to put this in espeasy

kpishere commented 5 years ago

Ah, didn't know about ESPEasy. Thanks. Code is there as a working reference so feel free. It is not where I'm going with this however.