I have an Golf 8 and I’m using “Volkswagen We Connect”, whenever I need to fill up my car I need to enter my odometer.
I currently have an automation, that sends an push notification to my phone with my current odometer, when I enter a specific gas station (currently an manually created zone).
Do you have any ideas, how I could automate it even more for like every gas station - without creating manually zones?
What information can you get from We Connect? If it can tell you the fuel level in your fuel tank, you could simply trigger an automation when the level increases. This would be much more robust than triggering on location. And what if you stop in a gas station to grab something to drink or use the restroom without filling your tank?
Do whatever works for you, but I’m not sure why it matters for the fuel level method if the data only updates every 5 minutes. Trigger on fuel level state, have a template condition of {{ trigger.to_state.state | float > trigger.from_state.state | float }}
That just seems way easier and way more robust than any other method.