-
Notifications
You must be signed in to change notification settings - Fork 130
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
adding manual WC calibration. #449
base: master
Are you sure you want to change the base?
Conversation
I think it’s not a good idea to depend on a external library just for an icon. |
I think that the whole "Caution" is unnecessary since the calibration expects, that the motor safely finds its limit position, too. So no need for a Caution. From my point of view this can be removed without replacement :) |
Any news on this? Awaiting this feature eagerly! |
Me too, I wait impatiently, because the automatic calibration only gives me 20% of the Shutter. |
hi @rojer are there any news regarding the implementation? would be great! |
no update yet |
@rojer thanks for your effort! Could you estimate, when it will be possible? I have the same problem that I cant use the shelly like I want to due to the fact that the consumption is 1.083 and stop after 1 sec instead of 28. |
sorry, no ETA. i'm focusing on other things at the moment. |
okay thank you. I haven't found a walkaround so far. Do you know if there would is one? |
you could always use a custom build, i believe @juangamnik posted a link to firmware with this patch before. |
thank you! @juangamnik do you have the link again? can't find it |
@juangamnik entweder bin ich zu blöd... siehe Screenshot. Hab's dann selber per Fork probiert, jedoch scheitert der Buildprocess.. könntest du mir deine Firmware irgendwie anders zukommen lassen? :) |
Dear @raaaf. The artifacts are removed after some time. I couldn't rebuild the project as is either (although this is done in docker and should be repeatable...), but I synced with the upstream repository and did a rebuild and that completed. But be careful... I did not test the new build yet! Here you can find the release: |
@juangamnik cheers, mate. It works perfectly and finally I have the correct visual ui in Apple Home. Thanks for writing the necessary code and rebuilding it. I appreciate it. |
@raaaf kewl… thanks you‘re welcome |
Thank you very much for updating 🙏 Thanks in advance. |
thanks @juangamnik ! |
Thank you guys very much 🙏 |
For problem 3 unfortunately I can't know if it does the same thing with automatic calibration because I can't automatically calibrate because there is no current draw. |
I think I understand problem 3. |
The firmware is implemented as a state machine which has besides others different states for stopped, ramp-up, moving, and ramp-down. It might be, that the settings for ramp-up and ramp-down do not match your setup. @rojer is the ramp-up/-down depending on the flowing current? Perhaps this abrupt changes are because the state change is two fast without a value for current? |
@juangamnik @rojer we just moved to a new flat and I need the modified firmware again.. sadly, I can't find it on your server (@rojer). Can you provide it again (@rojer) or can you build the artifact and provide it again, @juangamnik? :) Cheers guys! |
@juangamnik @rojer Help a fella out, please ;) |
@raaaf sorry, but the file has been erased from GitHub automatically IIRC. @rojer had a link to the firmware AFAIK. Can you send it again? Or else I need to do a new build but I am unsure when I can do this 😰 |
How about right now? :) Cheers! |
@raaaf built and uploaded to https://rojer.me/files/shelly/misc/shelly25-449.zip |
@rojer awesome – thanks for your effort.. however the manual calibration part is missing or did it change? :( |
@raaaf it definitely is there, i just flashed and verified. check the build id under system settings, make sure it's |
@rojer damn it.. accidentally flashed the latest beta (browser url cache).. cheers and keep it up! PS: if you need any support in terms of design, give me a ping. I'd love to give back! |
One lil question... does this work for rolling shutters with BIG rollers, like spanish ones? That suppose that time for opening and closing is non linear, because with every turn the rollers gets bigger exponentially. That makes the position not accurate at all. I think that there is another issue covering that subject. |
First of all, thanks a million for the HomeKit firmware in general and this addition to tweak calibration. |
I have multiple window openers GEZE ECChain which i want to control with a shelly 2.5. I tried many things (RC snubbers, Simulating higher energy consumption with bulbs and switches). |
Does the roller-shutter-mode work when the Shelly_2.5 is running at 24 Volt? I read that under low voltage the current measurement does not work. This would mean that also can not be calibrated. |
hi
i have never tried at 24V.
i also don’t have 24V nearby where the shelly is installed.
do you think this might help?
best regards
daniel
… Am 16.10.2022 um 20:21 schrieb Nately3 ***@***.***>:
Does the roller-shutter-mode work when the Shelly_2.5 is running at 24 Volt?
—
Reply to this email directly, view it on GitHub <#449 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AU32FUV27GO4AM5ZYQAFA5DWDRBRFANCNFSM4WXYTNHQ>.
You are receiving this because you commented.
|
Hi, my question did not refer to your problem. I need to control a 24V motor in a 24V enviroment. So I would need roller-shutter-mode with manual calibration at 24V. I am not sure if this is possible at all. |
Great Job. This alpha version solved my issue :-) Thanks a lot Ingo |
First of all, I would like to thank you for this great project 😊👍👍👍😊 @rojer are there any thoughts from you as to when this great feature can be integrated into the current firmware? I am using the current version from your link: http://rojer.me/files/shelly/misc/shelly25-449.zip Unfortunately this version still has the 99% problem ☹ Thank you very much for your work! |
I just registered because I wanted to say that this custom firmware actually solved a problem I had with the calibration. The ability to set a custom time for that spared me a ton of headaches 👍 I think it should be a part of the official release to give people the option. |
Thanks |
You‘re welcome! Unfortunately I‘ve run into the „99%“ problem as well, where the Shelly stops at „idle 99“ and the status in Homekit keeps spinning at „opening“ 🤷♂️ |
Yeah, I have this issue to. I am not sure what is causing this. Perhaps I misunderstood the state machine „behind“ the firmware and missed a case. If someone finds my mistake, feel free to correct me. |
I really hope there will be soon some progress on the 99% issue, because that feature is exactly what I need for my roller blinds Ps: please include the feature in the main release |
I added the ability to manually calibrate roller shutters (window closing). This should be used for roller shutters with end position detection, only (should be the case for any motor newer than 25 years). Therefore, a "Caution" hint is added as soon as manual calibration is activated. Two values can be set: (1) the move time. (2) For movements to limit positions a second (i.e., longer) movement time (to limit pos) can be added.