[solved] No sensors available.

Hi,

I just installed an FLM02B (firmware 247), and added it to my account - it was added successfully, and is receiving the heartbeat correctly.

However, the Sensors tab is showing "No sensors available.".

I should have two sensors enabled (port 1 - electricity, port 4 - water), and both seem to be reporting correctly when looking at syslog:

  1. Oct 16 06:05:09 flukso-* daemon.info fluksod[1042]: POST https://api.flukso.net/sensor/[sensor ID water]: 200
  2. Oct 16 06:05:09 flukso-* daemon.info fluksod[1042]: POST https://api.flukso.net/sensor/[sensor ID electricity]: 200

(It also contains plenty of "processed pulse" messages.)

I also get seemingly valid readings from my MQTT pane:

  1. [1444976954,137,"W"]
  2. 1444976953: /sensor/[Sensor ID elec]/gauge ~> [1444976953,138,"W"]
  3. 1444976952: /sensor/[Sensor ID water]/counter ~> [1444975992,157,"L"]
  4. 1444976952: /sensor/[Sensor ID elec]/counter ~> [1444976940,2607,"Wh"]
  5. 1444976951: /sensor/[Sensor ID water]/gauge ~> [1444975992,378,"L/day"]
  6. 1444976951: /sensor/[Sensor ID elec]/gauge ~> [1444976951,139,"W"]

Any idea what could be wrong?

Thank you

andbez's picture

Same with me. Just installed an additional Water Meter Sensor to my Flukso (247) and it is not visible on the Flukos-Website.

ksofluk's picture

Andreas,

Good to hear it is not just me.

In the meantime I succesfully setup gas monitoring as well, and am able to monitor things locally using the excellent fmlocal visualizations of gebhardm.

Would be nice if things would work with flukso.net as well though...

andbez's picture

I am using the local data (including the new sensor!) succesfully with FHEM (Home Automation Software).
In another thread, somebody has similar problems after upgrading the firmware (i also upgraded to 247). Let's see, if somebody can help us.

For the Log: I also restarted my Flukso and disabled and enabled the new sensor again.

tld's picture

Hi,

My dash sensor listing also has not updated since reconfiguring my sensors 4 days ago, adding 2 pulse counters and removing 1 analog clamp.

Sensors are reporting correctly, showing in mqtt, and with gebhardm's modified FLM local.

The gas sensor is still showing and working on the dash.
Analog clamp is still listed but no longer connected to a circuit, its was intended to use as a floating test sensor of my breaker circuits if needed, but in the FLM local, there is no option in the consumption screen to ignore its reading in the graphic.

Frank

ksofluk's picture

Hi - problem is still persisting - no sensors in flukso.net - locally everything works perfectly.

Sounds like a server-side problem to me.

Any tips how I can further debug this?

Thanks!

icarus75's picture

All seems to be running fine server-side. Since r247 sensor configuration data is synced via MQTT instead of HTTP. So there might still be a corner case where this syncing fails, e.g. when the MQTT bridge with the server is not established. Could you try "saving" the sensor data once more on the local web interface and check the sensor listing on flukso.net? If this does not work, I'll do some remote debugging. Just make sure to leave your FLM running as-is.

ksofluk's picture

Saving again in the local web interface did the trick - thanks a lot!

andbez's picture

I tried saving the Sensor a few Times before. This Time it worked. Thanks.

tld's picture

Hi, I guess I should of updated as well, my sensors came back online the day this website went down for a few hours last week.

When that happened, I reseted my network settings and re-savings sensors, etc. When the website came back, so did my updated sensors.

I did like how the unit also uploaded a few days backlog of data.

icarus75's picture

Thanks for the feedback. We'll have to include an extra MQTT check in the next firmware release. Putting a lock on this thread.