Replies: 8 comments
-
You can still add the template sensor from the previous chapter. But indeed, the example will not work with the new sensors and services anymore. The example was provided by an user, I don't know apex charts good enough to fix it. Maybe s.o. with better apex chart skills can help, please. |
Beta Was this translation helpful? Give feedback.
-
came here to ask for the same. indeed - examples in the docs have to be read from top down to understand .. epex_start_low_period is a template sensor which has to be set up manually, which still works fine. after that (and adopting the main sensor to sensor.epex_spot_data_price) the graph isn't just showing a 'loading' message but an empty graph, so it seems to think it's done all it should. what does @mampfes think that might be not compatible with the new version? |
Beta Was this translation helpful? Give feedback.
-
If it does not work, perhaps a note would be nice, if not fixed, as I ran into the same problem. But the one in the HA community works |
Beta Was this translation helpful? Give feedback.
-
(i think) i have it working. since it's past midnight, i can't tell for sure, as i don't have data for the 'next day'. not knowing what changed in this integration recently, just wild guesses based on what i see in my setup:
the logic of the chart: so, here goes the apexchart card:
and that's what the template sensor looks like for me (adding it as a helper via the ui doesn't work as there seems to be a limit of characters there, so i had to put it in the configuration.yaml):
|
Beta Was this translation helpful? Give feedback.
-
I was it able to get it work like drahdiwaberl said. But I was able to create the ,epex_start_low_period sensor via Settings>Devices&Services>Helpers |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you drahdiwaberl; I got the card working. However the apexchart does not load automaticaly. I need to swith to another view and then go back. Then the card shows the loaded apexchart. |
Beta Was this translation helpful? Give feedback.
-
this sounds like an issue with the apexchart integration or limited ressources for it .. mind you it's quite demanding, so might not work too well on weaker hosts (often read from people giving up on it for that reason). |
Beta Was this translation helpful? Give feedback.
-
Hi all, I am not an experienced HA user, and I am happy with my simple 'call service' switch on/off automation based on the Epex Spot Rank to swith on/off the charger of my car (rank below 4 to switch on, rank above 4 to switch off). |
Beta Was this translation helpful? Give feedback.
-
With the latest version (2.2.0) the example of the apex charts including the lowest period is broken.
https://github.com/mampfes/ha_epex_spot#3-i-want-to-combine-and-view-everything
The cause seems to be sensor.epex_start_low_period that no longer exists.
Is there any way to achieve an indication of the lowest hours of the day using the price_rank sensor or the low period service? I'm trying to visually indicate on a chart when some appliances would start.
Beta Was this translation helpful? Give feedback.
All reactions