-
-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ostrom #16354
Add Ostrom #16354
Conversation
@andig Warum draft? Nach meiner Ansicht ist das fertig so, oder hast du Änderungsvorschläge? |
Bezüglich des Preises für den SIMPLY_FAIR Tarif: Ich nutze aktuell schlicht einen Query für die generische
Allerdings muss man sich dafür die Gibt die API ggf. bzgl. der Ich wechsle in ein paar Wochen in den SIMPLE_DYNAMIC Tarif, dann ist deine Integration perfekt. |
the v1 API.
Guter Hinweis. In der dokumentierten API gibt es nichts, um die CityId zu erfragen. Aber etwas suchen im Quelltext der Webseite ergab: |
Removed DEBUG output
… tariff/ostrom
Aus meiner Sicht ist das so fertig. Hab's in der Sandbox mit beiden Varianten getestet und es funktioniert. |
Der Bot schließt nach 14 Tagen Inaktivität automatisch. |
Kannst du nochmal drüber schauen woran es hakt? |
Da gibt's einen Test, der versucht einen Ostrom Tarif anzulegen und scheitert mit "unauthorized", was ich für korrekt halte. Keine Ahnung, wo der Test her kommt. Als ich das zuletzt eingecheckt habe, war alles grün. |
Kann man bei diesem PR irgendwo unterstützen? Ich bekomme diese Tage meinen Ostrom Tarif, da wäre das Feature schon schick. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Ich hoffe, @andig gibt so sein OK, ich würde das |
@GrimmiMeloni sorry wenn mein Post einen negativen Eindruck erzeugt hat, das war so nicht gemeint. |
Die Review Comments müssten noch bearbeitet werden. |
Jetzt sollte alles erledigt sein, @andig. Ich hoffe, so it's ok. |
Co-authored-by: andig <[email protected]>
Danke für Deine Geduld, sieht super aus! |
In discussion #15512 and closed issue #11148 people are asking for Ostrom support.
Since they have a public API and I had some spare time I implemented a tariff for EVCC.
The implementation supports both the SIMPLY_FAIR (fixed price for at least a month) and the SIMPLY_DYNAMIC (hourly rates) tariff, which would make it worth having a native implementation.
The prices for both tariffs are queried on a regular basis.
Client credentials can be created under https://developer.ostrom-api.io/
Looking forward to your comments