ioBroker / ioBroker.wolf

Connect WOLF heating, solar and domestic ventilation
MIT License
25 stars 16 forks source link

State value to set for "wolf.0.bm1_t.65" has value "-1" less than min "0" #109

Open Marv2190 opened 11 months ago

Marv2190 commented 11 months ago

Getting Errors for t65 and t66 as they cant be less than 0.

{ "type": "state", "common": { "name": "Sparfaktor", "role": "tempd", "type": "number", "read": true, "write": true, "unit": "K", "min": 0, "max": 1000

But they can be 0 or less. That is an issue with the automatically generated Datapoint.

fastsonic commented 10 months ago

edit MIN in the Datapoint to MIN -10 so error Message gone. on my side.

fred0815 commented 10 months ago

saved...

Marv2190 commented 10 months ago

edit MIN in the Datapoint to MIN -10 so error Message gone. on my side.

Yes that works, but should be implemented.