-
Notifications
You must be signed in to change notification settings - Fork 89
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
Not an issue as such, how to use on Raspi.. #20
Comments
Hi ! The important thing is: I will give you more info than you need, so you can reproduce something close to my setup. Then I installed:
I use flask and a little webservice to control it, but that is not madatory. app.py
handler.py
models.py
and some communication examples:
|
@Ericmas001 my user "pi" is in the group gpio and I am updated to the latest version of stretch. Any idea how to make this work running as pi instead of having a web service running as root? |
Dear Sir, so python works! Even if I do: Short sample python HVAC_IR command sender to Broadlink RM2 Mini For example POWER ON, COLD, 23°C, van AUTO, fan AUTO?? |
Thanks for the code and the explanation. Running your python on RPI. Still figuring this out a bit but defintely controls my HVAC. |
Hi. Am banging my head on a wall here, have attempted to use the python port but no ir activity seen from ir led used. I have pigpio installed, have used the pip install command from the readme and then am lost, I admit not to know how to use this within python. I have run the mits demo code, it throws up no errors as such, just no ir light emitted. IR led is known to be fine, lirc commands all fine. If anyone can offer some extra guidance how to use, would be fantastic. Thanks
The text was updated successfully, but these errors were encountered: