Jonas Karlsson
Jonas Karlsson
> Reply on the content: > > ```yaml > state: '{{state_attr("sensor.tibber_electricity_price","current")["total"] | float}}' > ``` > > The `| float` has no use, as HA states are _always_ strings. So...
@hmmbob, thanks for the suggestion of using ```yaml. I have put your first template in the Wiki. For the second template, should it really be `- sensor:`? I thought that...
The entity `sensor.ev_smart_charging_charging` is intended to be used to turn on and off charging. In your case, you use this to control the charging via a car integration. How do...
The electricity prices in EU are in the process to being changed from 60 minutes intervals to 15 minutes intervals. So when the integration is updated to support this, your...
15 minute intervals implemented in [v2.3.0](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v2.3.0).
@adegenkolbe, I have a plan to eventually change the time resolution to 15 minutes, instead of 60 minutes, but it will not happen soon. The basic scheduling is done by...
15 minute intervals implemented in [v2.3.0](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v2.3.0).
> The custom component as well as the native one share the same domain, as such if the custom one is installed, the native one can not be used. Is...
Ah, right. Now I realized what was wrong in my case.
Not sure I see any request from you here. In my own case, I have the two cases when using preconditioning of the car before departure. Short trips: - Target...