Ora Funky Cat #9524
Replies: 16 comments 38 replies
|
Gibt es den irgendwo ein Api Spec oder ein Open Source Projekt, das den Ladestand anzeigen kann? |
|
Als erster Ansatz: Falls jemand Lust hat, sich die "interna" genauer anzusehen... |
|
Für SAIC (Marke MG) gibt es dazu schon erste Ansätze: https://github.com/SAIC-iSmart-API/reverse-engineering Persönlich habe ich bereits Probefahrten mit MG, ORA und BYD hinter mehr. Manche Verkäufer wissen noch nicht mal, ob es eine App gibt... früher oder später werden die "China Autos" hierzulande etabliert sein, womit auch eine Unterstützung für EVCC kommen wird. |
|
Wir haben einen Ora Funky Cat, ich habe die als generisches Fahrzeug eingebunden, da kann man dann aber auch nur die Gesamtkapazität angeben. SOC wird nicht angezeigt. Es gibt die Ora App, da sieht man den SOC. Die App ist ziemlich kompliziert einzurichten, und spontan wüsste ich nicht wie/ob man ggf. eine API Abfrage machen kann. |
|
Guten Morgen! Der Ora wird bei uns auch einziehen. Was kann man als Amateur tun, um die Geschichte hier zu forcieren? Die App-Entwickler anschreiben hat schonmal nicht geholfen... weiß auch nicht, ob das so ne gute Idee war. |
|
Es existiert in der Tat ein Joint Venture von BMW und GWM, welches sowohl den Mini als auch den Ora in China produziert. Ich kann mir jedoch nicht vorstellen, dass sie auch gemeinsame Sache bei der Backend Infrastruktur und/oder Software für die Fahrzeuge machen. Mini ist und bleibt BMW und Ora eben GWM. |
|
Moin, hat nun schon jemand die Ora Funky Cat in evcc einbinden können? |
|
Hallo zusammen, seid ihr schon in dem Thema weiter gekommen? |
|
Hallo zusammen, Wichtigste Fallstricke waren: Ich nutze im Iobroker also die Adapter EVCC und MQTT Broker/Client / JavaScript. Leider konnte ich auch noch nicht die Restreichweite auslesen, da diese auch falsch im CarScanner ankommt. Ich berechne die Restkilometer dann pauschal. Das sollte auch für EVCC völlig ausreichen. Ich hoffe das hilft den "suchenden" |
|
Ich habe meinen ORA erfolgreich eingebunden. Dafür gibt es https://github.com/zivillian/ora2mqtt - damit kommen die Werte aus der API nach MQTT. Die Einbindung in evcc kann dann per MQTT erfolgen: vehicles:
- name: ora
type: custom
title: Ora Funky Cat
capacity: 45
phases: 3
soc:
source: mqtt
topic: GWM/<vin>/status/items/2013021/value
timeout: 1m
range:
source: mqtt
topic: GWM/<vin>/status/items/2011501/value
timeout: 1m
odometer:
source: mqtt
topic: GWM/<vin>/status/items/2103010/value
timeout: 1m |
|
Ein grosses Dankeschön auch von mir. Ich konnte damit das Fahrzeug erfolgreich in mqtt einbinden und danach sogar ein home assistant aufnehmen. :-) |
|
As written already elsewhere, for me the issue was in my MQTT config: The
user l was using was not permitted to publish/read in the global GWM/#
topic.
holger1414 ***@***.***> schrieb am Mo., 20. Mai 2024, 12:28:
… The same for me. Configuration seems successful, I can see the program log
in to the MQTT broker, but no relevant MQTT messages.
—
Reply to this email directly, view it on GitHub
<#9524 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBQVVH2YTC5N635N6HIUS3TZDHF3RAVCNFSM6AAAAAA35GFBEWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIOJUHA3TE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
OK, good!
I created Home Assistant user "GWM" with admin privileges. Should I do
something else?
In other words: how did you resolve the problem?
Thank you for helping out! :)
Kontakt GratefulUser1 ***@***.***>) kirjutas kuupäeval E,
20. mai 2024 kell 14:30:
… As written already elsewhere, for me the issue was in my MQTT config: The
user l was using was not permitted to publish/read in the global GWM/#
topic.
holger1414 ***@***.***> schrieb am Mo., 20. Mai 2024, 12:28:
> The same for me. Configuration seems successful, I can see the program
log
> in to the MQTT broker, but no relevant MQTT messages.
>
> —
> Reply to this email directly, view it on GitHub
> <
#9524 (reply in thread)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/BBQVVH2YTC5N635N6HIUS3TZDHF3RAVCNFSM6AAAAAA35GFBEWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIOJUHA3TE>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#9524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATVFNVBL4A4NEERRGQGVSRDZDHNFBAVCNFSM6AAAAAA35GFBEWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIOJVGM4DC>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Try to push a message on the GWM topic using mosquitto_pub while on another
command line listening to the same topic using mosquitto_sub and see if you
will receive the messages.
holger1414 ***@***.***> schrieb am Mo., 20. Mai 2024, 14:03:
… OK, good!
I created Home Assistant user "GWM" with admin privileges. Should I do
something else?
Thank you for helping out! :)
Kontakt GratefulUser1 ***@***.***>) kirjutas kuupäeval E,
20. mai 2024 kell 14:30:
> As written already elsewhere, for me the issue was in my MQTT config:
The
> user l was using was not permitted to publish/read in the global GWM/#
> topic.
>
> holger1414 ***@***.***> schrieb am Mo., 20. Mai 2024, 12:28:
>
> > The same for me. Configuration seems successful, I can see the program
> log
> > in to the MQTT broker, but no relevant MQTT messages.
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#9524 (reply in thread)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/BBQVVH2YTC5N635N6HIUS3TZDHF3RAVCNFSM6AAAAAA35GFBEWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIOJUHA3TE>
>
> > .
> > You are receiving this because you commented.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#9524 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ATVFNVBL4A4NEERRGQGVSRDZDHNFBAVCNFSM6AAAAAA35GFBEWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIOJVGM4DC>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#9524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBQVVH6HBEKHDSCK5TNH5KLZDHQ77AVCNFSM6AAAAAA35GFBEWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIOJVGY2DS>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
OK, then probably not. Sry I can't help with the tool itself.
holger1414 ***@***.***> schrieb am Mo., 20. Mai 2024, 14:39:
… used the line:
C:\Program Files\mosquitto>mosquitto_pub -h 192.168.1.113 -p 1883 -u gwm
-P gwm -t GWM -m test
MQTT explorer logged the message!
My ora2mqtt conf:
DeviceId: ...
Country: GB
Account:
AccessToken: ...................
RefreshToken: ..............
GwId: ...
BeanId: ...
Mqtt:
Host: 192.168.1.113
Username: gwm
Password: gwm
So it appears user premissions is not the problem?
—
Reply to this email directly, view it on GitHub
<#9524 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBQVVHYWNQVA56ECR6T3X3LZDHVGFAVCNFSM6AAAAAA35GFBEWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIOJVHE2TQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Since yesterday around lunch time, the ora2mqtt app does not work anymore for me.
Anyone else? I saw there was some maintainance scheduled, but the app on my mobile works fine. Hopefully they did not change the API ... |
Uh oh!
There was an error while loading. Please reload this page.
Hallo Zusammen,
in der Liste der unterstützten Fahrzeuge gibt es kein Template für den "Ora Funky Cat", hat den schon jemand erfolgreich eingebunden?
All reactions