-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Traccar Integration: extra keys not allowed #84540
Comments
Hey there @ludeeus, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) traccar documentation |
Just to update this. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Can confirm that we're running: Home Assistant 2023.5.3 And this is still an issue. Thanks |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Whilst Traccar Client has not been updated since February, I can confirm that we're running: Home Assistant 2023.8.3 Thanks |
@ludeeus But the Traccar itself does show this attribute in Web manager (as well as in iOS/Win Traccar manager): Is it possible somehow to get this flag in HA? |
A feature request on the forums would be the place for that. |
@ludeeus |
Not at all. |
The problem
Traccar Android Web Client has been updated to version 6.18
This introduces an extra parameter in the HTTP traffic, which the HA integration does not handle
Found the following (redacted) messages via wireshark capture
Using curl this can be verified with the ver 6.17 message:
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" "http://homeassistantURL:8123/api/webhook/LONGAPIKEY?id=Traccar×tamp=1671214794&lat=00.00&lon=00.00&speed=00.00&bearing=00.00&altitude=00.00&accuracy=0.0&batt=81.0"
And with the ver 6.18 message (see last parameter):
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" "http://homeassistantURL:8123/api/webhook/LONGAPIKEY?id=Traccar×tamp=1671214794&lat=00.00&lon=00.00&speed=00.00&bearing=00.00&altitude=00.00&accuracy=0.0&batt=81.0&charge=true"
Which returns
extra keys not allowed
and HA Traccar Integration no longer updates.Downgrading the Android App to 6.17 works correctly.
Could someone update the HA Integration inline with the Traccar app?
Many thanks for this - it's a great help
What version of Home Assistant Core has the issue?
Home Assistant 2022.12.8 Supervisor 2022.11.2 Operating System 9.4 Frontend 20221213.1 - latest
What was the last working version of Home Assistant Core?
Home Assistant 2022.12.8 Supervisor 2022.11.2 Operating System 9.4 Frontend 20221213.1 - latest
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Traccar
Link to integration documentation on our website
https://www.home-assistant.io/integrations/traccar/
Diagnostics information
No diagnostics appear during the failure - I presume HA webhook intercepts this before Traccar sees it???
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: