SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
150 stars 81 forks source link

CurveInterpolator works only with max. 8 samples #565

Closed ruedigerO closed 2 years ago

ruedigerO commented 2 years ago

Is there a known limit for CurveInterpolator to 8 samples? I tried via add_sample and if there are more than 8 samples the WebUI shows an error: Error retrieving configuration /tank/freshWaterSTBcurve: null is not an object (evaluating 'Object.keys(schema)')

The same happens if I add the 9th sample vie WebUI and subsequently try to change something.

SensESP version: 2.1.1.

mairas commented 2 years ago

This is a duplicate of Issue #415. Let's continue tracking the problem there.