Code Monkey home page Code Monkey logo

Comments (7)

manolitto avatar manolitto commented on June 16, 2024 2

have a similar problem:

  • version 1.4.5
  • completely uninstalled the integration and deleted all old data
  • reinstalled and reconfigured everything a week ago (when 1.4.5 came out)
  • historic data (statistics) loading worked ok (once after setup), but
  • on the next day I had a huge negative "consumption"
  • and from next day on I get no data any longer at all

Screenshot 2024-02-01 at 21 21 54

Screenshot 2024-02-01 at 21 22 11

from wienernetzesmartmeter.

DarwinsBuddy avatar DarwinsBuddy commented on June 16, 2024 1

Please upgrade to v1.4.6 and follow instructions in FAQs How can I start over with a fresh data import?

from wienernetzesmartmeter.

simmac avatar simmac commented on June 16, 2024

Similar issue for me. Look into your logs to see whether you get the same message, this is what I see in my logs:

Unable to load consumption

Please file an issue with this error and (anonymized) payload in github {'hasSmartMeter': True, 'isDataDeleted': False, 'zaehlpunkt': 'AT0010000000000000001000000[redacted], 'type': 'TAGSTROM', 'address': '[redacted]', 'zip': '[redacted]'} {'consumptionYesterdayValue': 10569, 'consumptionYesterdayValidated': True, 'consumptionYesterdayTimestamp': '2024-01-28T23:00:00.000Z', 'consumptionDayBeforeYesterdayValue': 14475, 'consumptionDayBeforeYesterdayValidated': True, 'consumptionDayBeforeYesterdayTimestamp': '2024-01-27T23:00:00.000Z'} {} {'optIn': True, 'consumptionAverage': 0, 'consumptionMinimum': 0, 'consumptionMaximum': 0}

from wienernetzesmartmeter.

tixoman avatar tixoman commented on June 16, 2024

had the same problem.
My solution: deleting the 0 entries in the recorder database every day.

DELETE
FROM statistics
WHERE metadata_id IN (
SELECT ID FROM statistics_meta WHERE statistic_id LIKE '%AT00%'
)
AND state = 0 AND SUM = 0 AND start_ts >= UNIX_TIMESTAMP( DATE_ADD( UTC_DATE(), INTERVAL -1 DAY) )

So i have no negative consumption and the import is also running correct every day.

from wienernetzesmartmeter.

manolitto avatar manolitto commented on June 16, 2024

Please upgrade to v1.4.6 and follow instructions in FAQs How can I start over with a fresh data import?

Hmm, I upgraded and followed the FAQ guide (btw. small typo there, guess it should be "Days to keep" instead of "Days to remove"?)
After a restart and the reinstall of the integration everything looked fine.
A little later after another restart (actually a reboot) the Energy Board again shows a huge negative consumption for today (!?).

Will report what happens tomorrow after the next data import run...

from wienernetzesmartmeter.

lukas-berger avatar lukas-berger commented on June 16, 2024

Same here, followed the guide in the FAQ and seeing -1096.2 kWh consumption for today.

from wienernetzesmartmeter.

stefanschramek avatar stefanschramek commented on June 16, 2024

I have the same issues, as mentioned here #219

from wienernetzesmartmeter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.