Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controlling multiple same air conditioners independently #2

Open
hariskhalid opened this issue Mar 23, 2017 · 3 comments
Open

Controlling multiple same air conditioners independently #2

hariskhalid opened this issue Mar 23, 2017 · 3 comments

Comments

@hariskhalid
Copy link

Hi
Thanks for your answer I am now able to control my air conditioner from the raspberry pi. Now that the that part is done i want to control other air conditioners too. I have 2 Ac’s of the same company(same model) that i want to control independently from the raspberry pi. Is it possible that i can do this

@tpudlik
Copy link
Owner

tpudlik commented Mar 26, 2017

I believe it's not possible to achieve this through software: both ACs will respond to any signal they receive. You would need two (sets of) IR diodes that you control separately, set up so that each AC is reached by light from only one set.

@hariskhalid
Copy link
Author

YES yes i am using two IR diodes but the problem is I think that you can control only 1 gpio pin using lirc at a time. Is it correct?

@tpudlik
Copy link
Owner

tpudlik commented May 21, 2017

That's a good point, I forgot that only the hardware PWM pin can be used with lirc . In this case, I'm afraid you would have to build some more circuitry (a transistor switch controlled by some other pin) to divide this pin's signal between two wires.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants