arduino-shutters icon indicating copy to clipboard operation
arduino-shutters copied to clipboard

Arduino library to control non-smart roller shutters using time

Results 9 arduino-shutters issues
Sort by recently updated
recently updated
newest added

I've looked at the code and the example, but I can't figure out how a multi-shutter scenario is supposed to be implemented. Of course I'm free to do whatever I...

question

Bonjour. J'ai vraiment des difficultés pour voir comment utiliser la bibliothèques avec plusieurs volets. N'y aurait il pas un exemple quelques part ? Comment agir sur 1 seul des volets...

Firstly, thank you @marvinroger for this library. I did some testing for my custom usage and found 2 situations when state machine wrongly changes from idle to targeting. Initial condition:...

I want to control 4 shutters independently, so I extended the code (thx to @ludodoucet for pointing me in the right direction). But there is something strange happening and I...

Hi Marvin, I plan to use the library to control 4 shutters independently, using conditional statements and time of day. It's going to be a mega2560 doing some other small...

Allow LEVEL_NONE as valid in the StoredState. At initialization, don't go up immediately, but wait for a setLevel command that is 0 or 100 to start moving. Only then, go...

How can we force one full calibration during the runtime? As an example, I have one contact sensor and I want to perform one reset/calibration of the shutter when this...

Hi Marvin , I'm trying to use your library and start with the example provided , but it doesn't work . I set the new level from the serial monitor...

If shutters are in safety delay period invoking setLevel() and stop() before safety delay finished doesn't stop shutters. Stop is ignored. 2nd issue. In my opinion safety delay should not...