cgfoed

Results 7 comments of cgfoed

+1 Would be so great to have a similar functionality as in python

I solved it myself, here is the code if somebody is interested. It's very basic but it works for me. It's based on https://stackoverflow.com/questions/6195335/linear-regression-in-javascript ```javascript function linearRegression(x,y){ var lr =...

I think a small file transfer of a picture could be done with the ESP8266 but regardless it would be great if you could implement the /sendphoto command with the...

> Hello cgfoed, > have you tried the v3.0.0 branch? In that version I implemented some new functionalities, like sending binary data (images, documents etc). > The only limit is...

THIS ISSUE WAS **PURE GOLD** for me! I would never have figured out why my InfluxDB2 would not plot whatsoever. @ae3e : It would be great if you could put...

@LDossche I discovered a bug in Grafana, which maybe causes your problem. Grafana seems to ignore all other columns it receives from an influx query IF there is a column...

I **assume** it has to do with the max. data points. Try increasing it drastically: ![image](https://user-images.githubusercontent.com/53257619/103869576-ca257380-50ca-11eb-9067-b609828a877b.png) **IF** this helps this would be my explanation: Max data points checks AFTER parsing...