Jonas Karlsson

Results 102 comments of Jonas Karlsson

I will make a proposed definition, and ask for comments. Also, I have noticed that some electricty price integration use `datetime` objects to decribe the time, but others use `str`...

Here is one [definition of a price sensor](https://github.com/jonasbkarlsson/ev_smart_charging/wiki/Price-sensor). I added an OPEN ISSUE in the end. Should the format require the "today" and "tomorrow" data to only contain price data...

Having problems with the development environment. Have not got the debugger to work with Python 3.12 of HA yet... Temportairly switching back to 3.11 to test the template sensor. So,...

The `datetime `format caused problems. I changed the template sensor to provide the time as `str `instead, and then it became an array of dicts. I have now made a...

Support of template sensors in [v1.11.0](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v1.11.0). If you make a template sensor that will work with fork https://github.com/andreas-berg/hass-entsoe-dayahead, please post it here. Or if @andreas-berg would like to implement this...

Still planned.... Actually, now I'm working on adding support for charging based on excess solar power. In that case, would it be reasonable to assume that the cost of charging...

Should be fixed in [v2.0.0](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v2.0.0).

Thanks for the suggestion. It is against the current implementation principles to show anything from the past. So I don't think your example in the second picture will be implemented....

Hi all! Sorry for not looking into this sooner. I have made a [v1.11.0-dev4](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v1.11.0-dev4) that includes a more robust checking of the price information. I think it might fix this...

This might have been fixed in [v1.11.0](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v1.11.0). I will close this issue now, but please let me know if the problem still exists.