Page 1 of 1

Control Daikin Air Conditioner using Raspberry pi

Posted: Tue Aug 25, 2020 5:53 am
by rhaja
Hi
I tried in Arduino it workes well.So, I want to control Daikin AC by using Raspberry Pi 4.
Any ideas??

Re: Control Daikin Air Conditioner using Raspberry pi

Posted: Tue Aug 25, 2020 11:59 am
by AnalysIR
Yes...just use LIRC.

Alternatively, use any of our IR Shields/modules from our shop (with USB and/or WiFi) and connect to them over USB or LAN to send the IR signal.

Re: Control Daikin Air Conditioner using Raspberry pi

Posted: Wed Aug 26, 2020 12:56 am
by rhaja
Ok.

But I don't want to use LIRC. I just want to control Daikin AC by using Python code.
Have any example??

Re: Control Daikin Air Conditioner using Raspberry pi

Posted: Wed Aug 26, 2020 11:53 am
by AnalysIR
Unfortunately, no.

RPi/Linux is not a real time OS...so you need to use tools like LIRC or our modules to send IR, as per my previous post.

FYI: Our A.IR Shield Nano comes with example python code.

Re: Control Daikin Air Conditioner using Raspberry pi

Posted: Thu Aug 27, 2020 12:52 am
by rhaja
Ok..
Thanks.