cyberjunky / home-assistant-shell_recharge

The Shell Recharge integration allows you to expose data from EV chargers listed on shellrecharge.com to Home Assistant.
MIT License
3 stars 0 forks source link

Home charging - Public sharing disabled #43

Closed fvhemert closed 3 months ago

fvhemert commented 3 months ago

Checklist

Is your feature request related to a problem? Please describe.

No, I do not believe this is a problem, i guess private charges are not (yet) implemented.

Describe the solution you'd like

When trying to create a device for my private charging station (8 digit serial number, marked as "Public sharing disabled") the following error message is generated: "Empty reponse from shellrecharge.com. Either invalid SERIAL-NUMBER or no data found for it." I would like to add my own charger to HA if possible.

Describe alternatives you've considered

Do not see any alternatives

Additional context

I would love to see the actual energy consumption when in use so I can incorporate it in the energy dashboard

cyberjunky commented 3 months ago

@fvhemert I don't think supporting private stations is possible to implement, I think there are other integration better at (over wifi/lan) Basically what my library uses is: https://ui-map.shellrecharge.com/api/map/v2/locations/search/

With the serial-id behind it... So tou can try this in a browser... if it does return readable datain json format we can have I look, but i think it's not on there at all..

fvhemert commented 3 months ago

Hi Ron, thanks for getting back to me. I tried the URL you have provided. If a public serial is no is used it returns relevant information about the public charge point, when trying the same with a private serial number, there is no error message, just an empty page.

It would be very nice to access the charge point directly but that will not work. The charge point has its own data connection using a built in (GSM) radio and connects directly to its backend. As far as I know it does not expose its information publicly.

Would love to understand if there is some kind of API available.

cyberjunky commented 3 months ago

@fvhemert depends on what the charger is that you are using I guess. Search on github for "python api "

cyberjunky commented 3 months ago

I hope you can find an appropiate api package/ha integration, closing this ticket, since I cannot add the functionality asked.