Replies: 5 comments
-
|
It probably gives you an error like |
Beta Was this translation helpful? Give feedback.
-
|
Great ! It works perfectly now. Thank you very much for your fast reply. Is it possible to add such a topic ? |
Beta Was this translation helpful? Give feedback.
-
|
it is implemented, so in theory it should be there. I cannot test as I don't have a cupra vehicle. Is it a BEV or a hybrid? |
Beta Was this translation helpful? Give feedback.
-
|
This Cupra is a full electric car.
Attached is a list with topics the cars are listen to.
Have tied to send such a command topic to the Cupra with no reaction while the ID’s are executing it directly.
On the other side, there is a topic “target-temperature” for the Cupra which is not available for the ID’s.
Listening on Topic
carconnectivity/0/commands/update_writetopic
carconnectivity/0/connectors/seatcupra/commands/spin_writetopic
carconnectivity/0/connectors/seatcupra/interval_writetopic
carconnectivity/0/connectors/volkswagenID3/commands/spin_writetopic
carconnectivity/0/connectors/volkswagenID3/interval_writetopic
carconnectivity/0/connectors/volkswagenID4/commands/spin_writetopic
carconnectivity/0/connectors/volkswagenID4/interval_writetopic
Cupra:
carconnectivity/0/garage/VSSZZZxxxxxxxxxxxxx/charging/commands/start-stop_writetopic
carconnectivity/0/garage/VSSZZZxxxxxxxxxxxxx/charging/settings/auto_unlock_writetopic
carconnectivity/0/garage/VSSZZZxxxxxxxxxxxxx/charging/settings/maximum_current_writetopic
carconnectivity/0/garage/VSSZZZxxxxxxxxxxxxx/climatization/commands/start-stop_writetopic
carconnectivity/0/garage/VSSZZZxxxxxxxxxxxxx/climatization/settings/target_temperature_writetopic
carconnectivity/0/garage/VSSZZZxxxxxxxxxxxxx/commands/wake-sleep_writetopic
carconnectivity/0/garage/VSSZZZxxxxxxxxxxxxx/window_heating/commands/start-stop_writetopic
ID4
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/charging/commands/start-stop_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/charging/settings/auto_unlock_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/charging/settings/maximum_current_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/charging/settings/target_level_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/climatization/commands/start-stop_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/commands/wake-sleep_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/window_heating/commands/start-stop_writetopic
ID3
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/charging/commands/start-stop_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/charging/settings/auto_unlock_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/charging/settings/maximum_current_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/charging/settings/target_level_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/climatization/commands/start-stop_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/commands/wake-sleep_writetopic
carconnectivity/0/garage/WVGZZZxxxxxxxxxxxxx/window_heating/commands/start-stop_writetopic
Von: Till Steinbach ***@***.***>
Gesendet: Mittwoch, 18. Februar 2026 18:59
An: tillsteinbach/CarConnectivity ***@***.***>
Cc: Breuj ***@***.***>; Author ***@***.***>
Betreff: Re: [tillsteinbach/CarConnectivity] 2 Volkswagen cars (Discussion #133)
it is implemented, so in theory it should be there. I cannot test as I don't have a cupra vehicle. Is it a BEV or a hybrid?
—
Reply to this email directly, view it on GitHub <#133 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BEJ6QJ52CU5MJPU46ZJIRAL4MSR5BAVCNFSM6AAAAACVQDUULCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKOBVGEYDONI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/BEJ6QJ3LTQFNC37E34QZJI34MSR5BA5CNFSM6AAAAACVQDUULCWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQA6HPEG.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
|
That is very weird. I would need more debug data to find this. the missing target_temperature may be fixed in the newest version of the Volkswagen connector. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed CarConnectivity: 0.11.8, volkswagen: 0.10.3, seatcupra: 0.6, webui: 0.7.1. mqtt: 0.9.2
So far it is working fine for an ID3 and a Seat Cupra
Now I have added a 3rd connector for a Volkswagen ID4. Unfortunately I cannot start carConnectivity again.
Curiously, in principle both Volkswagen connectors are working fine but not together. So I can have the ID3 and the Cupra or the ID4 and the Cupra working but not all three together.
Here my configuration file. Your help is very much appreciated. Thank you very much.
{
"carConnectivity": {
"log_level": "error",
"connectors": [
{
"type": "volkswagen",
"config": {
"interval": 180,
"username": "xxx.yyy.zz",
"password": "Password",
"spin": "1111"
}
},
{
"type": "volkswagen",
"config": {
"interval": 180,
"username": "xxx.yyy.zz",
"password": "Password",
"spin": "1111"
}
},
{
"type": "seatcupra",
"config": {
"brand": "cupra",
"username": "xxx.yyy.zz",
"password": "Password",
"interval": 180,
"spin": "1111"
}
}
],
"plugins": [
{
"type": "webui",
"config": {
"username": "admin",
"password": "Password"
}
},
{
"type": "mqtt",
"config": {
"broker": "192.xxx.x.xx",
"port": 1883,
"locale": "de_DE",
"time_format": "%Y-%m-%dT%H:%M:%S%z",
"log_level": "debug"
}
}
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions