nobl / ioBroker.senec

ioBroker adapter for Senec Home
Other
27 stars 7 forks source link

AllTime values are no longer up to date #194

Closed erik-schulze closed 8 months ago

erik-schulze commented 8 months ago

There is a bug in main.js, line 562, where all AllTime values are not updated since release v1.6.9 It is the following line of the async function insertAllTimeHistory(system, key, year, value, einheit): if (!isNaN(year) || !isNaN(value)) return; // Security fix

If this line is commented out, there are no issues with updating these values.

nobl commented 8 months ago

Ouch - that was a stupid bug. Fixed in 1.6.10

erik-schulze commented 8 months ago

Works now, thank you!