Dev corner

Calling all engineers, tinkerers, hackers and geeks.

improved charting

You can find a first alpha version of the new charting page at [1]. These features are lacking and will be gradually implemented:
1/ dynamically adding and removing your sensors to/from the chart
2/ community charting so you can plot other Fluksonian's sensor data to your chart

[1]: https://www.flukso.net/chart

All comments are welcome. Please append them to this forum thread.
-Bart.

Bug in local API?

I'm querying the unit for the real time data over local api and it looks there is a bug there. Sensor 1 is returned properly but sensor 2 and 3 ALWAYS have a "nan" value in the last row of the JSON Array. So they only return 59 proper values.

And that screws around with the parsing of the array to display it as a real time plot if we want to plot all 3 phases.

Traffic Over 3G

I am looking at trying to get the Flukso to talk over 3G mobile wireless and have been looking at the amount of data that is being sent.

It appears that the device is consuming about 1KB per minute in data - or 43M per month.

The surprising things was that 67% was in received data and only 33% was transmitted data. I was expecting the ratio to be 1:100 rather 2:1. And also much much less data being sent.

Is this consistent with what other people are getting?

WIFI out

Hello,

you can disable the WiFi interface completely?

Regards Heinz

Setup an API Server

Hello,

I have managed to get the Flukso device image compiled and flashed onto the device - now I am trying to replicate the API server.

I hope that I am right is assuming that the API server receives the data from the device and it is written in Erland and WebMachine.

I am coming across several issues that I want to both point out for anyone following me and/or get help on if anyone has an answer,