Problems with input to local Raspberry Pi

I seem to have problems inputting data to emoncms on my local Raspberry Pi 2 model B.

If I don't specify a node, the inputs don't seem to update, but rather get added as a new key in Node NoGroup
(example: "http://172.16.3.108/emoncms/input/post.json?json={power:200}" )

However, when I specify a node, the inputs seem to update as they should.
(example: "http://172.16.3.108/emoncms/input/post.json?node=1&csv=100,200,300" )

Does anybody have any idea as to what could be wrong with my local emoncms?

pb66's picture

Re: Problems with input to local Raspberry Pi

That is the way emoncms has evolved since the v8.3.6 currently used by emoncms.org. This has come up numerous times and the best way forward is to use node ID's (1-30) as the same could happen at emoncms.org if updated with the current version. Explicitly defining a node id makes your data more robust and less prone to anomalies of this type.

Paul 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.