Newan / ioBroker.easee

easee is a wallbox with an REST-API. This adapter for ioBroker can used to connect the wallbox with your home environment
MIT License
21 stars 8 forks source link

Feature Request: Disabling authorizationRequired #72

Open ralphsiegert opened 1 year ago

ralphsiegert commented 1 year ago

Hi, I am thinking of the following feature:

I connect my car to my Easee Wallbox. When the car is connected and the car is within a certain geofence (around the wallbox), I want to start charging immediately without any authentication via RFID or app. I think I can solve the car (Tesla) geofence topic via JavaScript but I don't know how to disable the authorization (or simulate a special authorization). There must also be a security feature that would enable the authorization again after unplugging the car and having it out of the geofence. It looks like the API allows to control authorization here: https://developer.easee.cloud/reference/post_api-chargers-id-settings

Is this a useful feature that could be integrated in this adapter?