Search found 2 matches
- 18 Jan 2017, 23:08
- Forum: ESP Easy: Projects / Applications
- Topic: PLUGIN development - Skeleton to use as master?
- Replies: 8
- Views: 9946
Re: PLUGIN development - Skeleton to use as master?
Hi jgrad! The reason to use an element to get the distance is: - Get feedback to see if the command was executed. I use it too to get the position of my garage door as a double check (I use also a reed switch to get the closed position). - Use distance as a goal. E.g. I can tell the blind to go up/d...
- 22 Nov 2016, 15:22
- Forum: ESP Easy: Projects / Applications
- Topic: PLUGIN development - Skeleton to use as master?
- Replies: 8
- Views: 9946
Re: PLUGIN development - Skeleton to use as master?
Yes, please! I need a plugin to control my blinds. I read two buttons (to rise/lower the blind locally). I then operate one of two relays to move the blind motor accordingly. I have created rules so that only one relay is activated at a time (I can send commands either locally or using MQTT). I the...