Ray

Results 20 comments of Ray

What's the reason you want to block internet access to OpenGarage? Most users want to be able to remotely access OpenGarage to monitor the garage door status and trigger actions....

NTP time sync is required for logging -- without the current time, the logged events will all be at incorrect times. You might not need this feature but most users...

So if NTP sync is what's causing the problem, would it suffice to provide an option that disables NTP. This is pretty easy to do. That way it will largely...

A solution to address this issue has been added to the next firmware branch: https://github.com/OpenGarage/OpenGarage-Firmware/commit/c8d188098c0489865422ee3f7f2315585526cd58 it is similar to PR #91 but is simpler as it doesn't use state transitions....

Just to be clear: is this firmware 1.2.3 you are referring to? I am very confused by your description. Issue #90 is regarding using OpenGarage without Internet connection, whereas you...

Well, losing Internet is not the same as losing the router connection -- if Internet is lost, the device is still connected to the router, it still has a valid...

The only change I can think of, that relates to what you described is this line: https://github.com/OpenGarage/OpenGarage-Firmware/commit/ee6709e3b04bc4f46864a2f93838b1a60325ff1d#diff-1d28f6135c4b4920ea0e9be695af8d7d75ff11d7e2f36b96d59bd4347ad3995bR1515 `Blynk.connected()` was added to the condition to fix a minor issue that causes...

OK, thanks for letting me know. I will change it back in the next firmware release.

It seems to me it's still fundamentally because your device isn't able to get a valid NTP response: In this loop: https://github.com/OpenGarage/OpenGarage-Firmware/blob/9d9cc902b2fac4b882d133de18725cc1910c842a/OpenGarage/main.cpp#L1279 it calls time(nullptr) every 2 seconds for up...

The firmware does not assume the ultrasonic distance sensor is present. If the distance sensor is not present, it will return 0. Meanwhile you can always enable the switch sensor...