Control Daikin Air Conditioner using Raspberry pi

An area for more general discussion by the user community for topics not covered elsewhere
Post Reply
rhaja
Posts: 3
Joined: Tue Aug 25, 2020 4:31 am

Control Daikin Air Conditioner using Raspberry pi

Post by rhaja »

Hi
I tried in Arduino it workes well.So, I want to control Daikin AC by using Raspberry Pi 4.
Any ideas??
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: Control Daikin Air Conditioner using Raspberry pi

Post 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.
rhaja
Posts: 3
Joined: Tue Aug 25, 2020 4:31 am

Re: Control Daikin Air Conditioner using Raspberry pi

Post 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??
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: Control Daikin Air Conditioner using Raspberry pi

Post 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.
rhaja
Posts: 3
Joined: Tue Aug 25, 2020 4:31 am

Re: Control Daikin Air Conditioner using Raspberry pi

Post by rhaja »

Ok..
Thanks.
Post Reply