Nice work! #3
Closed
betatester88
started this conversation in
General
Replies: 1 comment 9 replies
-
Interesting that your old config worked, it shouldn't be parsing that correctly. Interesting. (apologies for the changes btw, trying to make it cleaner and defining the type in the name seemed clunky) As far as assuming |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just tested GEOGDO image and it worked for me using MQTT.
I kept the same config file, although the new image config example have this.garage_doors:
type: polygon
settings:
My current config (note: polygon_geofence) but it worked.garage_doors:
polygon_geofence:
open:
- lat: 35.44322366057661
lng: -67.56654445682832
Thanks again for your hard work.
A side note: After more tests, it seems geogdo assumed the door is opened when first boot. Trigger an update of the door status by open it via other method will sync correctly with geodgo.
While driving into geofence AND open is opened. Start geogdo container.
11/12/2023 20:53:05 [WARNING] Action and state mismatch: garage state is not valid for executing requested action; current state: opened; requested action: open
Beta Was this translation helpful? Give feedback.
All reactions