Hello everyone!
To the Energy module, I transfer the values of my counter, which are constantly growing: sensor.pzem_004t_v3_energy. I have a one-rate meter, I set it to a fixed value of 4.15 rubles per kilowatt. Once the sensor.pzem_004t_v3_energy sensor caught a glitch, and the values momentarily increased by 2125489.74 kWh (cost $ 8820785.85) and returned back. The energy module has caught this jump, and now, in the statistics of one day, there is this high jump in the cost and consumption of electricity, which spoils the data during the period of the day, week, month and year.
I installed the phpMyAdmin module via Supervisor to make changes to the database and adjust the values. I found tables that store the values of consumed electricity and cost in the Energy module, I display them with the commands
SELECT * FROM
statistics WHERE metadata_id = 8 AND created> '2021-10-27 12: 00: 00.0' ORDER BY
created ASC
AND
SELECT * FROM
statistics WHERE metadata_id = 7 AND created> '2021-10-27 12: 00: 00.0' ORDER BY
created ASC
I successfully adjusted the data in the table, the changes are instantly displayed in the Energy module, I rebooted the device, and was pleased, but after an hour I found out that the deleted value of 2125489.74 kWh (cost $ 8820785.85) appears an hour later, in the last hour.
Please help me solve my problem with deleting data from the Energy module
the text was translated in google translate, under the spoiler the original text in Russian
Всем привет!
В модуль Энергия я передаю значения моего счетчика, которые постоянно растут: sensor.pzem_004t_v3_energy . У меня однотарифный счетчик, я задал ему фиксированное значение в 4.15₽ за киловатт. Однажды сенсор sensor.pzem_004t_v3_energy поймал глюк, и значения на мгновение выросли на 2125489.74 kWh (стоимость 8820785,85₽) и вернулись обратно. Модуль энергия уловил этот скачек, и теперь, в статистике одного дня есть этот высокий скачек стоимость и расхода электроэнергии, который портит данные в период дня, недели, месяца и года.
Я установил через Supervisor модуль phpMyAdmin, чтобы внести изменения в базу данных и скорректировать значения. Я нашел таблицы, которые хранят значения потребляемой электроэнергии и стоимости в модуле Энергия, вывожу их командами
SELECT * FROM
statisticsWHERE metadata_id = 8 AND created > '2021-10-26 17:30:00.0' ORDER BY
created ASC
И
SELECT * FROM
statisticsWHERE metadata_id = 7 AND created > '2021-10-26 17:30:00.0' ORDER BY
created ASC
Я успешно скорректировал данные в таблице, изменения мгновенно отображаются в модуле Энергия, я перезагрузил устройство, и был доволен, однако спустя час выяснил, что удаленное значение 2125489.74 kWh (стоимость 8820785,85₽) появляется через час, в последнем часу.
Помогите пожалуйста решить мою проблему с удалением данных из модуля Энергия