ToniA / arduino-heatpumpir

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

Toshiba Daiseikai added, based on Carrier NQV. #24

Closed bserem closed 7 years ago

bserem commented 7 years ago

Based on this issue: https://github.com/ToniA/arduino-heatpumpir/issues/23

ToniA commented 7 years ago

Thanks, I anyway decided to separate the Toshiba Daiseikai into a separate file, to make it very explicit that the Daiseikai is supported as well. Could you please test this out

bserem commented 7 years ago

Code compiles fine. I update my webui here: https://github.com/bserem/arduino-home-automation/blob/webui/arduino_home_automation.ino to also follow along.

I haven't tested this with an actual IR led, as at the moment I have re-assembled everything on a WemosD1 (which doesn't work yet).

Thanks, I'll create more PRs soon (hopefully)