I have created a number template with which I want to set the charge-limitation of my Skoda EV.
The integration, which I am using is Skoda-Connect, which does provide a Service to do the same.
Here’s the service with which I can set the Charge-Limitation:
but when I try to change the limitation by using the number slider, I am getting the following error in my logs.
Logger: custom_components.skodaconnect
Source: custom_components/skodaconnect/__init__.py:363
Integration: Skoda Connect (documentation, issues)
First occurred: 12:40:06 (1 occurrences)
Last logged: 12:40:06
Service call 'set_charge_limit' failed Charge limit "90.0" is not supported.
Using the service, and acknowleding the change with the button in the Service, everything is working - and the states('sensor.mycar_minimum_charge_level') does reflect the changed setting as expected.
Logger: skodaconnect.vehicle
Source: custom_components/skodaconnect/__init__.py:357
Integration: Skoda Connect (documentation, issues)
First occurred: 13:31:41 (1 occurrences)
Last logged: 13:31:41
Exception encountered while waiting for request status: Failure during get request status: 'TMB....7235'
Logger: skodaconnect.connection
Source: custom_components/skodaconnect/__init__.py:357
Integration: Skoda Connect (documentation, issues)
First occurred: 13:31:41 (1 occurrences)
Last logged: 13:31:41
Failure during get request status: 'TMB....7235'
Logger: custom_components.skodaconnect
Source: custom_components/skodaconnect/__init__.py:361
Integration: Skoda Connect (documentation, issues)
First occurred: 13:31:41 (1 occurrences)
Last logged: 13:31:41
Failed to execute service call 'set_charge_limit' with data '<ServiceCall skodaconnect.set_charge_limit (c:01GFB479VPDRP5R9F2NHV9N2SF): limit=70, device_id=2c1c0d706fe211bd09c09d56a282aecc>'
yep.
It does update the state - it just takes some time.
The integration is throwing the error immediately after changing the slider (value)… maybe, it is waiting for an immediate reply somehow.