chaozmc/ioBroker.oekofen-json

Objects with max null value

Closed this issue · 2 comments

Hi,
I have received the following messages when running the adapter

oekofen-json.0 | 2022-07-20 07:12:20.125 | warn | State value to set for "oekofen-json.0.pe1.L_resttimeburner" has value "78" greater than max "null"
oekofen-json.0 | 2022-07-20 07:12:20.125 | warn | State value to set for "oekofen-json.0.pe1.L_runtimeburner" has value "179.4" greater than max "null"

the object is set to max null but receiving higher values

I am using the latest Branch

Looxer

Hi @looxer01 thanks for pointing that out.
It should work now; The conversion to number caused null values instead of undefined.

Thank you. Looks good so far