Very cool initial view at the Apex charts. Definitely makes me want to explore them more. I had it set up but didn't think of any good use for them and they were sort of complicated since it was all in yaml. Seeing the different graphs has given me a few ideas to try out. (by the way - you might want to clear out some of the spam)
Awesome video showing Apex charts, i'm using it already BUT not as advanced as this! The humidity increases because your fridge is cold compared to the outside temperature so water vapour becomes like dew and condenses inside your fridge. Then you close it, and it stays in there. Try refreshing/ or adding some arm&hammer, it should help with scrubbing the water vapour/humidity.
Hey Chris, which sensor(s) are you using to capture your temp/humidity data inside your fridge? Is the device mounted inside or are you just running a probe inside to mitigate signal loss through the walls of a metal box?
In the fridge it was a Xiaomi BLE sensor but I wanted to play around with the Aqara stuff so it is now a tiny little Aqara sensor running to their hub (although it will do Zigbee direct to HA if you have a hub).
Also, since you are not using Grafana but rather the direct entity, how do you get history more than say what your default retention time is for your HA database? I know Grafana can take data out from InfuxDB. Can any of these graphing integrations take data out of InfluxDB?
Hello Is there any way to reset the energy database? The values for the price per KwH were not correct. Is it possible to have a fresh start and flush the old database entries?
Can you point me to an example of graphing non time series data. i.e. a basic x,y plot where you define x and y but x is not time. I can do it in node-red but it isn't very pretty.
Apologies. I didn't have it up in time. College football in the US this weekend and we had a family trip. www.mostlychris.com/should-i-use-grafana-still/
Great video! I've been looking for something like the Apex-card. I also really like to compare with yesterdays temperature. type: custom:apexcharts-card graph_span: 1d span: start: day header: show: true title: Temperature today & yesterday series: - entity: sensor.outdoor_temperature name: Today - entity: sensor.outdoor_temperature offset: '-1d' name: Yesterday
Thanks for this, I implemented the apex charts without knowing what I was doing and obviously have not done all I can with them. One question on the HVAC States, are those template sensors? entities: - entity: sensor.downstairs_hvac_state - entity: sensor.upstairs_hvac_state
You need to flip the option to stop the spammers. Great Vid man thanks I was very curious about the Apex charts! Is it possible to change the wind direction from degrees to cardinal direction?
I guess I came late and didn't see as much spam as everyone else did considering the notes ya'll are leaving about it. I suppose much of it got removed by YT already from other reports. You can probably change the unit using a template or even a transform. I'd have to dig into transform a bit more but it sounds like that is what the feature is for.
Oh Chris - what have you started :) Not sure how I am going to explain this without being able to add screen shots but I have created a 3 entity graph showing (approx) hot water temp, how much solar we are generating and the draw of the solar powered radiator (which only kicks in when the hot water is up to temp). The challenge I now have is that because I have had to use a transform to "play" with the values to get them to show on the same graph the legends don't read correctly (so at the moment solar generation is showing as 10.9 W when it should be 1900w. I'm off to google!
This sounds like a perfect use for putting those screen shots in my Discord server for others to see as well. Good luck with the transform on that solar.
I just created my first Apex Chart after watching this. Boy was that nearly a HUGE mistake. The system resource use by Apex Charts is ridiculous, rendering Home Assistant all but completely unusable. I was only just able to remove it and get control back. I warn other to try this out in a test environment first. Something is very wrong with this add on. When I search on this problem I found a lot of comments from others having the exact same problem with no resolution. I'm looking into it but be very careful with these charts!
Same here, when I tried out apexcharts a while back. They gnaw at your system and left my Raspi4/4GB almost unresponsive. But actually I think that in many cases one doesn't really need that much data visualistion anyways and in many cases it's rather done because people think "Hey, I have so much data, now I must use it" ;-)
@@j.h.4570 I'm with you and am all for focusing on what matters and I have some important visualisations for energy management automations I wish to view. Sometimes however you do need to view a lot of different sets of data to work through what matters, and then pare back. My HA is running on a mini PC (way faster/more powerful than an RPi4), but it still ground to a halt. There is clearly some set up code required for charts to ensure they don't ruin your system, but what exactly? When I searched on this issue it seems I am not alone, it's a common problem with these charts but no one was able to articulate why they are complete dogs.
Probably a caching issue in the browser. It seems to me that caching is getting more aggressive in some cases and it's hard to flush it. Could just be perception on my part though.
In most cases deleting the browser cache should help already. But that's actually a quite common phenomenon in HA, play around with cards and you will sooner or later run into this and become an expert on flushing cache ;-)
Very cool initial view at the Apex charts. Definitely makes me want to explore them more. I had it set up but didn't think of any good use for them and they were sort of complicated since it was all in yaml. Seeing the different graphs has given me a few ideas to try out. (by the way - you might want to clear out some of the spam)
Thanks! If you are referring to the YT comment spam, I have removed what I see so far. Too bad I have to waste time dealing with that.
yet another informative in depth video thank you chris
Thanks and you're welcome!
Fantastic substitution. Thanks for the video.
Yw. Thanks for watching!
Where i can found the Code?
Awesome video showing Apex charts, i'm using it already BUT not as advanced as this! The humidity increases because your fridge is cold compared to the outside temperature so water vapour becomes like dew and condenses inside your fridge. Then you close it, and it stays in there. Try refreshing/ or adding some arm&hammer, it should help with scrubbing the water vapour/humidity.
Interesting. I need to put some absorbent material in there. It gets quite wet as much as the family opens and closes the doors.
Hey Chris, which sensor(s) are you using to capture your temp/humidity data inside your fridge? Is the device mounted inside or are you just running a probe inside to mitigate signal loss through the walls of a metal box?
In the fridge it was a Xiaomi BLE sensor but I wanted to play around with the Aqara stuff so it is now a tiny little Aqara sensor running to their hub (although it will do Zigbee direct to HA if you have a hub).
Also, since you are not using Grafana but rather the direct entity, how do you get history more than say what your default retention time is for your HA database? I know Grafana can take data out from InfuxDB. Can any of these graphing integrations take data out of InfluxDB?
Great question and I don't immediately know the answer. I guess that's a pro for using Grafana with Influx.
Hello
Is there any way to reset the energy database?
The values for the price per KwH were not correct.
Is it possible to have a fresh start and flush the old database entries?
Can you point me to an example of graphing non time series data. i.e. a basic x,y plot where you define x and y but x is not time. I can do it in node-red but it isn't very pretty.
I cant seem to find the link to the blog post, with the code?
Apologies. I didn't have it up in time. College football in the US this weekend and we had a family trip. www.mostlychris.com/should-i-use-grafana-still/
@@mostlychris Thank you for the reply. I always look forward to your videos, to get great inspiration on home automatisation.
Thanks for watching!
Great video! I've been looking for something like the Apex-card. I also really like to compare with yesterdays temperature.
type: custom:apexcharts-card
graph_span: 1d
span:
start: day
header:
show: true
title: Temperature today & yesterday
series:
- entity: sensor.outdoor_temperature
name: Today
- entity: sensor.outdoor_temperature
offset: '-1d'
name: Yesterday
Excellent! I might add that to mine as well.
is there any way to have quick drop down to select time as you can in grafana? eg last 3 day / from sept1 to sept30 etc
Thanks for this, I implemented the apex charts without knowing what I was doing and obviously have not done all I can with them. One question on the HVAC States, are those template sensors? entities:
- entity: sensor.downstairs_hvac_state
- entity: sensor.upstairs_hvac_state
Yes.
- platform: template
sensors:
upstairs_hvac_state:
friendly_name: "Upstairs HVAC State"
value_template: "{{ state_attr('climate.upstairs','hvac_action') }}"
@@mostlychris Thanks, I tried just entering the climate.home_1 and got a 3 pen graph. Will play tomorrow.
You need to flip the option to stop the spammers. Great Vid man thanks I was very curious about the Apex charts! Is it possible to change the wind direction from degrees to cardinal direction?
I guess I came late and didn't see as much spam as everyone else did considering the notes ya'll are leaving about it. I suppose much of it got removed by YT already from other reports.
You can probably change the unit using a template or even a transform. I'd have to dig into transform a bit more but it sounds like that is what the feature is for.
Great video! thanks.
Thanks for watching!
Chris, did u see in the radial chart that all 3 indices had % for the units of measurement (rather than degrees F or C for the outside temp)?
Probably missed that. Thanks for pointing it out.
Oh Chris - what have you started :) Not sure how I am going to explain this without being able to add screen shots but I have created a 3 entity graph showing (approx) hot water temp, how much solar we are generating and the draw of the solar powered radiator (which only kicks in when the hot water is up to temp). The challenge I now have is that because I have had to use a transform to "play" with the values to get them to show on the same graph the legends don't read correctly (so at the moment solar generation is showing as 10.9 W when it should be 1900w. I'm off to google!
This sounds like a perfect use for putting those screen shots in my Discord server for others to see as well. Good luck with the transform on that solar.
Nice!
where's the code?
Thanks
No problem
I just created my first Apex Chart after watching this.
Boy was that nearly a HUGE mistake.
The system resource use by Apex Charts is ridiculous, rendering Home Assistant all but completely unusable. I was only just able to remove it and get control back. I warn other to try this out in a test environment first. Something is very wrong with this add on.
When I search on this problem I found a lot of comments from others having the exact same problem with no resolution. I'm looking into it but be very careful with these charts!
Same here, when I tried out apexcharts a while back. They gnaw at your system and left my Raspi4/4GB almost unresponsive. But actually I think that in many cases one doesn't really need that much data visualistion anyways and in many cases it's rather done because people think "Hey, I have so much data, now I must use it" ;-)
@@j.h.4570 I'm with you and am all for focusing on what matters and I have some important visualisations for energy management automations I wish to view. Sometimes however you do need to view a lot of different sets of data to work through what matters, and then pare back.
My HA is running on a mini PC (way faster/more powerful than an RPi4), but it still ground to a halt. There is clearly some set up code required for charts to ensure they don't ruin your system, but what exactly?
When I searched on this issue it seems I am not alone, it's a common problem with these charts but no one was able to articulate why they are complete dogs.
ApexCharts installed, but can not create element: "Custom element doesn't exist: apexcharts-card."
Probably a caching issue in the browser. It seems to me that caching is getting more aggressive in some cases and it's hard to flush it. Could just be perception on my part though.
In most cases deleting the browser cache should help already. But that's actually a quite common phenomenon in HA, play around with cards and you will sooner or later run into this and become an expert on flushing cache ;-)
You lost me at YAML... 🙂
Lol. It's really not that scary. It's just a config file if you think of it that way.
I would like to add a ‘go to #### dashboard’ button on or below my apex chart. Is this possible? And what would the code look like?
where is the code ?