Rhizom
Rhizom
As previously mentioned, very often the triplestore behind a SPARQL-Endpoint can technically support all queries, but quite often they fail due to necessary query timeouts, large datasets and the like....
In larger deployment scenarios, often the triplestore is not exposed directly to the web. And sometimes it is not possible to override Apache's Server-Header. Therefore I would recommend also taking...
`2024-10-04T18:00:22+0000:WARNING:charging_station:An unsupported auth type: PLUG_AND_CHARGE was provided, please report this as a bug 2024-10-04T18:00:22+0000:WARNING:charging_station:An unsupported vwGroupPartner type: PLUG_AND_CHARGE was provided, please report this as a bug`
`2024-10-05T15:14:40+0000:WARNING:addressable:/vehicles//domains/charging/chargingStatus/chargingScenario: An unsupported chargingScenario: initializationChargingCommunication was provided, known values are [off, immediatelyChargingActive, immediatelyChargingFinished, chargingToDepartureTimeWaiting, chargingToDepartureTimeActive, optimisedChargingFinished, errorChargingSystem, unknown charging scenario] please report this as a bug`
Here, it seems as if the parsed fields are mismatched: ``` 2024-10-12T07:20:26+0000:INFO:vwsfriend_base:Updating data from WeConnect 2024-10-12T07:20:32+0000:WARNING:addressable:/vehicles//domains/readiness/readinessStatus/connectionState/batteryPowerLevel: An unsupported batteryPowerLevel: location was provided, known values are [comfort, emergency, off, unknown battery...
I was wondering why VWsFriend was not recording any coordinates once again and found the error below in the logs. After this error, VWsFriend seemed still working correctly, but ceased...
2024-11-15T19:20:31+0000:WARNING:addressable:/vehicles//domains/vehicleHealthWarnings/warningLights/warningLights/0xA743/category: An unsupported category: ASSISTANCE was provided, known values are [LIGHTING, TIRE, ENGINE, OTHER, unknown category] please report this as a bug
As quite often connection to VW API breaks, sometimes data about charges is incomplete, causing the Charges dashboard to appear empty. I therefore included a null fix, so the table...
A simple calculation of charging cost just based on Real KWh charged and price per KWh. Hallo Till, ich verwende VWsFriend gerne als eine Art 'Tankbuch', und dabei ist es...