data not flowing to server
by
onDear FSM experts,
I encounter a strange problem: our FSM is connected to internet (ping to Flukso server is successful, from SSH session on FSM we can ping flukso.net) and measured values provided on the local API (MQTT) show correct measured values.
However these measurements do not get (correctly) to the server.
This is what the (locally connecting) MQTT client shows:
/sensor/44363c3bd479bf47f9d3c70290dd3315/gauge [1393862764,3055286,"W"]
/sensor/44363c3bd479bf47f9d3c70290dd3315/gauge [1393862765,3201220,"W"]
/sensor/44363c3bd479bf47f9d3c70290dd3315/gauge [1393862767,3052326,"W"]
/sensor/44363c3bd479bf47f9d3c70290dd3315/gauge [1393862768,3201220,"W"]
This is the same data on the server:
https://api.flukso.net/sensor/44363c3bd479bf47f9d3c70290dd3315?version=1...
[[1393862760,"nan"],[1393862820,"nan"],[1393862880,"nan"],[1393862940,"nan"],[1393863000,"nan"]
Further on there are no datapoints shown on the server.
This behavior is identical on both our FLM02A units (both upgraded to firmware 232).
Note that we have re-configured these systems quite a lot.
We also tried a full reset but no improvements.
Any idea on the cause?
Is there anything specific that can be checked on the FSM itself (e.g. with SSH session)?
Kind Regards,
Frederik