Enever null values for next day results in an incomplete chart
Moderators: leecollings, remb0
Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
-
- Posts: 38
- Joined: Sunday 11 August 2019 17:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Enever null values for next day results in an incomplete chart
Sometimes the values from Enever have null values as shown below:
{
"datum": "2025-02-19 01:00:00",
"prijs": "0.099700",
"prijsANWB": "0.277377",
"prijsBE": "0.264487",
"prijsEE": "0.265277",
"prijsEN": "0.269137",
"prijsEVO": "0.277377",
"prijsEZ": "0.277377",
"prijsFR": "0.261697",
"prijsGSL": "0.277377",
"prijsMDE": "0.277377",
"prijsNE": "0.265397",
"prijsTI": "0.268302",
"prijsVDB": "0.265377",
"prijsVON": "0.263462",
"prijsWE": "0.268397",
"prijsZG": "0.277377",
"prijsZP": "0.263497"
},
{
"datum": "2025-02-19 02:00:00",
"prijs": null,
"prijsANWB": null,
"prijsBE": null,
"prijsEE": null,
"prijsEN": null,
"prijsEVO": null,
"prijsEZ": null,
"prijsFR": null,
"prijsGSL": null,
"prijsMDE": null,
"prijsNE": null,
"prijsTI": null,
"prijsVDB": null,
"prijsVON": null,
"prijsWE": null,
"prijsZG": null,
"prijsZP": null
},
{
"datum": "2025-02-19 03:00:00",
"prijs": "0.097670",
"prijsANWB": "0.274921",
"prijsBE": "0.262031",
As a result the chart stops at 01:00 hours:
Is there something I can do to solve this?
Regards,
Jan
{
"datum": "2025-02-19 01:00:00",
"prijs": "0.099700",
"prijsANWB": "0.277377",
"prijsBE": "0.264487",
"prijsEE": "0.265277",
"prijsEN": "0.269137",
"prijsEVO": "0.277377",
"prijsEZ": "0.277377",
"prijsFR": "0.261697",
"prijsGSL": "0.277377",
"prijsMDE": "0.277377",
"prijsNE": "0.265397",
"prijsTI": "0.268302",
"prijsVDB": "0.265377",
"prijsVON": "0.263462",
"prijsWE": "0.268397",
"prijsZG": "0.277377",
"prijsZP": "0.263497"
},
{
"datum": "2025-02-19 02:00:00",
"prijs": null,
"prijsANWB": null,
"prijsBE": null,
"prijsEE": null,
"prijsEN": null,
"prijsEVO": null,
"prijsEZ": null,
"prijsFR": null,
"prijsGSL": null,
"prijsMDE": null,
"prijsNE": null,
"prijsTI": null,
"prijsVDB": null,
"prijsVON": null,
"prijsWE": null,
"prijsZG": null,
"prijsZP": null
},
{
"datum": "2025-02-19 03:00:00",
"prijs": "0.097670",
"prijsANWB": "0.274921",
"prijsBE": "0.262031",
As a result the chart stops at 01:00 hours:
Is there something I can do to solve this?
Regards,
Jan
- waltervl
- Posts: 5777
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Enever null values for next day results in an incomplete chart
See the advise I also gave in another topic on this subject: contact Enever why they do this.... Perhaps they are not aware.
viewtopic.php?t=43181
viewtopic.php?t=43181
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 38
- Joined: Sunday 11 August 2019 17:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Enever null values for next day results in an incomplete chart
I just sent a message to Enever about this problem. I hope that helps.
It might be great, however, if Domoticz could handle these missing values.
Regards,
Jan
It might be great, however, if Domoticz could handle these missing values.
Regards,
Jan
- waltervl
- Posts: 5777
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Enever null values for next day results in an incomplete chart
Enever also has a Forum so perhaps post the bug report for Null values there too https://enever.nl/forums/
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 38
- Joined: Sunday 11 August 2019 17:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Enever null values for next day results in an incomplete chart
I tried to post the problem to the Enever forum, but all forums are closed, so no posting is possible.
-
- Posts: 601
- Joined: Sunday 01 November 2015 22:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2023.2
- Location: Twente
- Contact:
Re: Enever null values for next day results in an incomplete chart
At what time are you reading the data.
Enever writes in its website that the data for tomorrow are published at 15:00 and if not at 16:00 utmost.
Enever writes in its website that the data for tomorrow are published at 15:00 and if not at 16:00 utmost.
Bugs bug me.
-
- Posts: 32
- Joined: Wednesday 13 May 2015 9:05
- Target OS: Linux
- Domoticz version: Stable
- Location: Netherlands
- Contact:
Re: Enever null values for next day results in an incomplete chart
I am having the same problem.
I just did send a message to Enever, hoping that they can and will fix it.
I just did send a message to Enever, hoping that they can and will fix it.
-
- Posts: 32
- Joined: Wednesday 13 May 2015 9:05
- Target OS: Linux
- Domoticz version: Stable
- Location: Netherlands
- Contact:
Re: Enever null values for next day results in an incomplete chart
I deleted the Enever hardware, and added it again.
Now there are only 3 new devices added, not the one for Actual Electricity Price:
Now there are only 3 new devices added, not the one for Actual Electricity Price:
-
- Posts: 32
- Joined: Wednesday 13 May 2015 9:05
- Target OS: Linux
- Domoticz version: Stable
- Location: Netherlands
- Contact:
Re: Enever null values for next day results in an incomplete chart
Answer from Enever:
No, that's something that the developers from the plugin for Domoticz should fix.
So the Enever-plugin is useless for me now ( I am using the latest Stable Version: 2024.7).
Is there someone that can and will fix this?
No, that's something that the developers from the plugin for Domoticz should fix.
So the Enever-plugin is useless for me now ( I am using the latest Stable Version: 2024.7).
Is there someone that can and will fix this?
- waltervl
- Posts: 5777
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Enever null values for next day results in an incomplete chart
Make a GitHub issue related to this forum topic and hope someone can fix this (Domoticz is opensource software...)
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 38
- Joined: Sunday 11 August 2019 17:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Enever null values for next day results in an incomplete chart
I use the "Domoticz built-in Enever "hardware". I do not know when it is updated exactly, but normally the values for the next day are available in Domoticz after 15.00 hours.
-
- Posts: 38
- Joined: Sunday 11 August 2019 17:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Enever null values for next day results in an incomplete chart
-
- Posts: 601
- Joined: Sunday 01 November 2015 22:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2023.2
- Location: Twente
- Contact:
Re: Enever null values for next day results in an incomplete chart
What might be your problem is that most of the time 1 or 2 suppliers didn't deliver their values, so your choice has NIL values.
I solved it by calculating the average value per hour of the data provided.
These are the values for today.I solved it by calculating the average value per hour of the data provided.
Bugs bug me.
- waltervl
- Posts: 5777
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Enever null values for next day results in an incomplete chart
Looking at the first topic it seems enever sometimes shows null for all suppliers on a specific timeslot.
and null should perhaps be interpreted as 0 (zero). Or as the same value from the hour before (if that also is not null...)
and null should perhaps be interpreted as 0 (zero). Or as the same value from the hour before (if that also is not null...)
"datum": "2025-02-19 02:00:00",
"prijs": null,
"prijsANWB": null,
"prijsBE": null,
"prijsEE": null,
"prijsEN": null,
"prijsEVO": null,
"prijsEZ": null,
"prijsFR": null,
"prijsGSL": null,
"prijsMDE": null,
"prijsNE": null,
"prijsTI": null,
"prijsVDB": null,
"prijsVON": null,
"prijsWE": null,
"prijsZG": null,
"prijsZP": null
},
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 38
- Joined: Sunday 11 August 2019 17:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Enever null values for next day results in an incomplete chart
It will be solved in the next beta release. See https://github.com/domoticz/domoticz/issues/6265
Who is online
Users browsing this forum: No registered users and 1 guest