Dev corner

Calling all engineers, tinkerers, hackers and geeks.

Flukso V3 get data via php?

Hi,
In the fluksometer v2 there was an option to get the data local as well in the "services" tab. Apparently this is vanished in v3.
What's the best way to move forward in getting the info from the device and read it in with php to forward it to my domotica system?

Get data from device

Hello, I wonder if it is possible to take the data information from the device, I would like to create an GUI to save the data daily in one file and be able to do deeper analysis of the information beacause I noticed that the accuracy of the values are less after one day , week, months.

Is there any code or tutorial to do this?

Thanks and regards.

Search option in forum

Would it be possible to add a search option in the forum?

Current clamp on domotica (loxone)?

Good morning,

I'm very interested in flukso. I'm going to use the gasprobe and connect this to my domotica (loxone). This is easy because it just gives pulses... But can the current clamp also be connected to my domotica? Or how does it send it's values? And is this going to work with 3x400N net? I would like to monitor my 'main' electiricty cable. And I also got solar panels, how is this going to affect the monitoring of my main elektricity cable?

Thanks in advance!

Kube name to sensor

The local visualization currently lacks a capability to detect a kube's name to show it. Digging into the code, there should be a corresponding configuration that also is published as mqtt topic: https://github.com/flukso/flm-ui/blob/flm03/app/scripts/controllers/kube...

  1. var kube = JSON.parse(msg.payloadString);
  2. $scope.kube.data.push({
  3. ...
  4. name: kube[kid].name,
  5. ...
  6. });

Sadly this seems not set as an example message shows - refer to https://github.com/gebhardm/flmlocal/issues/6
  1. {
  2.         "main" : {
  3.                 "encryption" : 0,
  4.                 "max_nodes" : 30,
  5.                 "pair_group" : 212,
  6.                 "null_key" : "0123456789abcdef0123456789abcdef",
  7.                 "cache" : "/usr/share/kube",
  8.                 "collect_group" : 174,
  9.                 "key" : "key-guid"
  10.         },
  11.         "1" : {
  12.                 "sw_version" : 1,
  13.                 "enable" : 1,
  14.                 "hw_type" : 19218,
  15.                 "hw_id" : "hw_guid"
  16.         }
  17. }

Hmm, so, bug or feature request?