Tags: WulfgarW/pycupra
Tags
- 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.
- 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.
- 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
- 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
- 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)
- 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)
PreviousNext