chaozmc / ioBroker.oekofen-json

Connect ioBroker to OekoFEN Pellematic via JSON
MIT License
3 stars 4 forks source link

Objects with max null value #8

Closed looxer01 closed 2 years ago

looxer01 commented 2 years ago

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

chaozmc commented 2 years ago

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

looxer01 commented 2 years ago

Thank you. Looks good so far