r45635 / HVAC-IR-Control

Ir Send - Updated for HVAC Mitsubishi & Panasonic IR
GNU General Public License v3.0
249 stars 89 forks source link

NO ISSUE, Just need to send START command from ARDUINO UNO/Raspberry pi3 to MITSUBISHI MSZ-FD25VA. #27

Open lumanga opened 5 years ago

lumanga commented 5 years ago

Dear Sir, I think you have done a fantastic job! but I really can't understand how to use this program pyton "setup.py" I have a MITSUBISHI Kyrigame MSZ-FD25VA. Which command line on RASPBERRY PI 3 with Raspbian Scretch Lite, I have to use to send just one, the START command through the IR LED connected to the GPIO nr (give me the GPIO PIN????

And for the Arduino UNO have I to use simply this??? `

include "IRremote2.h"

IRsend irsend; void setup(){} void loop() { delay(1000); irsend.sendHvacMitsubishi(HVAC_HOT, 22, FAN_SPEED_AUTO, VANNE_AUTO_MOVE, false); delay(1000);} **`

Thanks in advance!