Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: WulfgarW/pycupra

Tags

v0.2.7

Toggle v0.2.7's commit message
- Change the API_TRIP url to the new endpoint (v2 instead of v1)

- As it is not known at the moment, how to read driving data with the granularity trip (SHORT) or cycle (CYCLIC), the last non-empty day summary is taken for of the last trip instruments and the last non-empty month summary for the last cycle instruments.

v0.2.6

Toggle v0.2.6's commit message
- Bug fix for call of vehicle.setWantedStateOfProperty (fixes issue h…

…omeassistant-pycupra 35)

- vehicle.is_area_alarm_supported() is now only True if geofence capability is active. As Cupra/Seat have deactivated this capability, the Area alarm entity will now be unavailable in HA.

v0.2.5

Toggle v0.2.5's commit message
- vehicle.onNotification Now also support notification types 'chargin…

…g-error-infrastructure', 'charging-start-error', 'climatisation-settings-error' and 'vehicle-wakeup-failed'

- vehicle.onNotification: If type contains 'error' a warning message is written to the log
- dashboard: If dashboard is initialised with config parameter 'mutable'=False, the property 'is_mutable' is set to False for all buttons, climater and switches except RequestRefresh and RequestUpdate
- Refactoring

v0.2.4

Toggle v0.2.4's commit message
Merge branch 'main' of https://github.com/WulfgarW/pycupra

v0.2.3

Toggle v0.2.3's commit message
Merge branch 'main' of https://github.com/WulfgarW/pycupra

v0.2.1

Toggle v0.2.1's commit message
- Added support for vehicles with auxiliary heating, that does not su…

…pport to set the target temperature when starting the heater

- Corrected typos for the trip statistics instruments for auxiliary consumption
- Added support for the firebase notification 'charging-profile-changed'
- Changed instrument name for attribute "climatisation_without_external_power" from "Climatisation from battery" to "Climatisation setting off-grid climatisation" and changed the icon
- Added debugging of 'location' for login problems
- Better info logging message, if API does not provide climatisation settings except a timestamp

v0.2.0

Toggle v0.2.0's commit message
- new functionality for auxiliary heating: switch entity, auxiliary h…

…eating timers (shown as climatisation timers)

- request full update and request wakeup vehicle also provided to HA as buttons
- changes/bug fixes for departure profiles concerning the time stamps and datetime stamps
- unit for sensor Climatisation time left changed to minute
- better handling of the following update step after a 'request wakeup vehicle' with disabled option for push notifications
- support for more types of firebase notifications
- changed app version in TOKEN_HEADERS to 2.10.0 (for cupra and seat)
- bug fix in Connection.writeImageFile() (closes #7)

v0.1.15

Toggle v0.1.15's commit message
- Added third climatisation timer (some vehicles have two, others three)

- Added support for auxiliary heating (the old one, taken from seatconnect, did not work with the new API)

v0.1.12

Toggle v0.1.12's commit message
Code added to intercept if vehicle._capabilities is None or if the ge…

…t request to fetch the capabilities from the portal is not successful.

(fixes #8)

v0.1.10

Toggle v0.1.10's commit message
- Changed sensor name "Last cycle_average electric consumption" to "L…

…ast cycle average electric consumption" (using the same naming convention as for comparable sensors)

- Added support for push notification 'vehicle-honk-and-flash-started' (just closing the open request if present)
- If a push notification is ignored because there was a notification of the same group recently, now PyCupra performs a sleep(5)