Physical Change Energy Smart Meter Topic is solved
Moderators: leecollings, remb0
-
- Posts: 145
- Joined: Wednesday 12 August 2020 17:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.2
- Location: Fryslan
- Contact:
Physical Change Energy Smart Meter
I run P1 smart Energy Meter for almost 5 years (from 2018 till now) on Pi Zero. So i have a lot of data over the years. Once a year i make a copy of the SD Card and place a brand new one.
In a couple of days i wil getting a new energy meter. Is there a way to make domoticz " build further" with the data from the new meter, or do i have to start from scratch and the Data from the old meters stops on change day of meter and new meter starts new?
PS: my Gasmeter is not yet connected to the Energy meter, because the Energymeter is to old, thats why i am getting a new Energy meter, so the Gasmeter can be coupled and read from distance, until now i manualy had to give my Gasmeter counts to energy company.
My current meter only measures total energy ( A x V) although i have 3 phase + N
The new meters can all read L1, L2, L3, N, Does this have influence for Domoticz?
In a couple of days i wil getting a new energy meter. Is there a way to make domoticz " build further" with the data from the new meter, or do i have to start from scratch and the Data from the old meters stops on change day of meter and new meter starts new?
PS: my Gasmeter is not yet connected to the Energy meter, because the Energymeter is to old, thats why i am getting a new Energy meter, so the Gasmeter can be coupled and read from distance, until now i manualy had to give my Gasmeter counts to energy company.
My current meter only measures total energy ( A x V) although i have 3 phase + N
The new meters can all read L1, L2, L3, N, Does this have influence for Domoticz?
Last edited by njlammerts on Thursday 22 February 2024 13:33, edited 1 time in total.
- psubiaco
- Posts: 222
- Joined: Monday 20 August 2018 9:38
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Italy
- Contact:
Re: Physical Change Energy Smart Meter
You can use the "Replace" button inside the meter device, to pass all data from old meter device to the new one.
It works good.
It works good.
Paolo
--
I use DomBus modules to charge EV car, get a full alarm system, control heat pump, fire alarm detection, lights and much more. Video
Facebook page - Youtube channel
--
I use DomBus modules to charge EV car, get a full alarm system, control heat pump, fire alarm detection, lights and much more. Video
Facebook page - Youtube channel
- waltervl
- Posts: 5779
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Physical Change Energy Smart Meter
You probably will continue reading on the same Domoticz device when the meter is getting replaced.
And you probably will get some spike in your graph. To solve it see
viewtopic.php?p=276025#p276025
And you probably will get some spike in your graph. To solve it see
viewtopic.php?p=276025#p276025
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: 145
- Joined: Wednesday 12 August 2020 17:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.2
- Location: Fryslan
- Contact:
Re: Physical Change Energy Smart Meter
@Waltervl: i think also the reading wil continue on the same Domoticz. But now Domoticz is showing metercounts of the current meter. The new meter wil start (almost) at 0 (zero) i think, does these different values not conflict?
@psubiaco: I dont know if the Dutch meter has the "Replace" function (i think you mean the P1 meter and not Domoticz)? Maybe dutch users can confirm?
@psubiaco: I dont know if the Dutch meter has the "Replace" function (i think you mean the P1 meter and not Domoticz)? Maybe dutch users can confirm?
- waltervl
- Posts: 5779
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Physical Change Energy Smart Meter
Seems solvable see for example viewtopic.php?p=289015
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: 631
- Joined: Saturday 21 September 2019 17:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.1
- Location: The Netherlands
- Contact:
Re: Physical Change Energy Smart Meter
The change from current readings to zero will cause a large negative value in the 5 minute counter (in the meter table) and a large positive spike in the daily values (in the meter_calendar table) because the daily switchover routine looks at minimum and maximum to determine the daily change value.njlammerts wrote: ↑Thursday 22 February 2024 13:26 @Waltervl: i think also the reading wil continue on the same Domoticz. But now Domoticz is showing metercounts of the current meter. The new meter wil start (almost) at 0 (zero) i think, does these different values not conflict?
@psubiaco: I dont know if the Dutch meter has the "Replace" function (i think you mean the P1 meter and not Domoticz)? Maybe dutch users can confirm?
The 5 minute counter will disappear automatically after a few days (depending on your history setting). The daily value you will have to remove yourself the day after the meter switch. In the current domoticz version this can be done by the shift-right-click method on the graph. From then on the values will be calculated correctly again.
If you don't want to delete the daily record but update it to the correct values, then you have to use sqlite3 or the sql browser. Check the references or do a search.
-
- Posts: 145
- Joined: Wednesday 12 August 2020 17:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.2
- Location: Fryslan
- Contact:
Re: Physical Change Energy Smart Meter
As i understand correct, CTRL-right mouse wil delete only the day value but not the total week/month/year count?
Edit Waltervl: it is shift+ left mouseclick
Edit Waltervl: it is shift+ left mouseclick
- waltervl
- Posts: 5779
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Physical Change Energy Smart Meter
Depends from which graph you delete it from.njlammerts wrote: ↑Monday 26 February 2024 14:21 As i understand correct, CTRL-right mouse wil delete only the day value but not the total week/month/year count?
Edit waltervl: it is shift + left mouseclick
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: 145
- Joined: Wednesday 12 August 2020 17:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.2
- Location: Fryslan
- Contact:
Re: Physical Change Energy Smart Meter
These are the "spikes" . is deleting the spike from " usage Last Year" enough to remove the spikes from all 3 diagrams.
I dont mind to loose some exact values for a day or so, if the month/year data stays correct.
I dont mind to loose some exact values for a day or so, if the month/year data stays correct.
- waltervl
- Posts: 5779
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Physical Change Energy Smart Meter
Last week, last month and last year all use the same data.
Only last days use different data.
Only last days use different data.
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: 145
- Joined: Wednesday 12 August 2020 17:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.2
- Location: Fryslan
- Contact:
Re: Physical Change Energy Smart Meter (Solved)
I deleted the "Usage Last Month" data spike and this deleted also the "Usage Last Week" data. I can live with this.
Thanks to everyone for the support!
Thanks to everyone for the support!
-
- Posts: 210
- Joined: Thursday 12 October 2017 20:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Dev
- Location: the Netherlands
- Contact:
Re: Physical Change Energy Smart Meter
Hey,
I've been trying the right-click with ctrl to delete data, but I just get the context menu. Something I'm doing wrong? Is in both the top graph with last 5 days as well as the 'compare months per year' graph on the bottom.
Also, could not find anything about this on the wiki, hidden feature?
Running latest beat btw, currently build 15910 on rPI. Tried the clicking thing on my Windows 11 laptop with Chrome as browser.
I've been trying the right-click with ctrl to delete data, but I just get the context menu. Something I'm doing wrong? Is in both the top graph with last 5 days as well as the 'compare months per year' graph on the bottom.
Also, could not find anything about this on the wiki, hidden feature?
Running latest beat btw, currently build 15910 on rPI. Tried the clicking thing on my Windows 11 laptop with Chrome as browser.
RPi 3, Domoticz dev version, Aeon ZWave stick (with a whole bunch of slaves), Zigbee using Zigbee2MQTT, Nest thermo, P1 smart meter on RPi Zero
- waltervl
- Posts: 5779
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Physical Change Energy Smart Meter
In the wiki you can find the instructions here
https://www.domoticz.com/wiki/Managing_ ... m_database
It is shift+left mouseclick, not right-click with ctrl
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: 210
- Joined: Thursday 12 October 2017 20:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Dev
- Location: the Netherlands
- Contact:
Re: Physical Change Energy Smart Meter
Ah clear, tnx. I was searching for 'delete', perhaps good to add that word in the wiki
RPi 3, Domoticz dev version, Aeon ZWave stick (with a whole bunch of slaves), Zigbee using Zigbee2MQTT, Nest thermo, P1 smart meter on RPi Zero
- waltervl
- Posts: 5779
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Physical Change Energy Smart Meter
Added
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
Who is online
Users browsing this forum: No registered users and 1 guest