Ability to turn off lock #523
Replies: 2 comments 3 replies
-
Ok, I found it to be built with platformio. I am getting compile errors though on both the dev and stable versions with the Json lib. s::type = long long int]' .pio/libdeps/generic/ArduinoJson/src/ArduinoJson/Deserialization/../JsonVariantCasts.hpp:50:34: required from 'ArduinoJson::Internals::JsonVariantCasts::operator T() const [with T = long long int; TImpl = ArduinoJson::Internals::JsonObjectSubscript<const char*>]' |
Beta Was this translation helpful? Give feedback.
-
hey @mstang1988 have you figured this out already? If you want the gate to be open by default, then what you expect to do in the esp-rfid? Change a state that closes the door and enables the checks? Or maybe can you think about turning the esp-rfid system on when you need the gate to be locked? If this is good enough for you, when esp-rfid boots will switch the relays in the default closed state. So maybe it could work, if turning esp-rfid on is good enough for you! |
Beta Was this translation helpful? Give feedback.
-
I'm looking at leveraging this solution for my backyard gate. My usecase is I'll want it locked most of the time unless I am inviting folks over and want them to come straight through the gate to the backyard. With that in mind I would like to toggle the lock to unlocked by default. There doesn't appear to be the capability to do this but do folks have thoughts on doing this?
Alternatively I have thought about building the project, modifying it myself etc. What build environment are folks utilizing? Just gpp? I didn't see a makefile.
Beta Was this translation helpful? Give feedback.
All reactions