-
Notifications
You must be signed in to change notification settings - Fork 108
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
Update README with Getting Started #4
Comments
Hi, Thanks for your input. I should totally improve the readme! Procrastination, procrastination... In short: To register a new remote, you have to press the Program button of your original remote (generally, you have to remove the plastic cover) and hold it until your blinds move up a bit and down a bit, then send a program command from your virtual remote (the code is 0x8, you can either modify the Python script to do so or use the arduino sketch). You can register the same virtual remote to several blinds if you wish but do them one by one. Let me know if you have any problem, we'll try to troubleshoot them. And kudos for the Alexa integration, that will be sweet. |
@Nickduino Thanks for your fast response, I will try that (perhaps I can update the README already while doing it)! |
Sure, try so do a pull request or something with an improved readme 😊
Le 24 mai 2017 20:48, "Thomas Lutz" <notifications@github.com> a écrit :
… @Nickduino <https://github.com/nickduino> Thanks for your fast response,
I will try that (perhaps I can update the README already while doing it)!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJVLradLd4qoJ-0ZJuShBCkropy1k-VJks5r9G_fgaJpZM4NjjHC>
.
|
Hi, |
That's weird. What happens if you print your i value? |
if I print i just before the line 'if ((frame...' it returns 0. |
And after the division? |
In fact, as I said in my first question, I have a raspberry pi so I've used the python download (Pi-Somfy). To answer your question : i/8 for i=0 is 0.0 then i/8=0.125 ; 0.25 ; etc. |
Sorry for the comment about comments, I mixed things up. i/8 for i=1 should be 0. But Python 3 behave differently (thus why many people prefer to use Python 2.7) than other languages. So, in short, yes for i//8. |
Thanks to have confirmed and you are totally apologized for your comment :) |
Great project! I want to use that as a starting point for my Somfy blinds as well.
Can you add a "Getting Started" section to the README, that explains for beginners how to get this basically working? I already have a transmitter and the custom crystals, and need to figure out the following:
What I want to add then is:
The text was updated successfully, but these errors were encountered: