Bonjour,
c’est normal, les données plus clair sont des données a long terme. Pour les afficher dans apex_chart il faut ajouter l’option:
statistics
options
Name | Type | Default | Since | Description |
---|---|---|---|---|
type |
string | mean |
v2.0.0 | Type of long term statistic to pull. Can be one of min , max , mean , sum state or change |
period |
string | hour |
v2.0.0 | Period of statistics to pull. Can be one of 5minute , hour , day , week or month |
align |
string | middle |
v2.0.0 | Align the data points to the start , end or middle of the period of the statistics |
exemple:
type: custom:apexcharts-card
series:
- entity: sensor.temperature_salon
type: column
statistics:
type: mean
period: month
align: end
graph_span: 30d
span:
end: week
T’avais la solution, quelque messages plus haut: