Hi,
i know this are absolute beginners questions.
After setting up my emoncms, (and successfully logging in), I tried to set up a new node and feed.
Like described in the doc, i send new inputs with the api-helper to node 1
--> localhost/emoncms/input/post.json?node=1&csv=100,200,300
I got 3 lines in the Inputs-screen, as expected.
But then:
- the wrench icon in the line makes no action. (pencil and trash is working)
- cause of sending some data to node 1, I expected to see the new node in the node window. But its empty.
Tried on 2 computers. always the same
How to continue ????
Re: wrench icon in Inputs has no function. Emoncms v8.3.2 in windows7
Another user and I had the same issue. The fix cited here helped (I am unsure of any side-effects, but to this day everything works)
http://openenergymonitor.org/emon/node/5455
Re: wrench icon in Inputs has no function. Emoncms v8.3.2 in windows7
I've got the same issue...!
Brand new 8.3.2 install from GIT on a Centos box.
It may or may not be related but I am also getting the following on certain pages:
[Wed Jul 30 11:07:33 2014] [error] [client 31.54.146.222] PHP Notice: Undefined index: write in /var/www/emoncms/Modules/input/input_controller.php on line 22
Thanks
Tim
Re: wrench icon in Inputs has no function. Emoncms v8.3.2 in windows7
Another user and I had the same issue. The fix cited here helped (I am unsure of any side-effects, but to this day everything works)
http://openenergymonitor.org/emon/node/5455
Hey, thx. thats working for me too :)) And only two users have this prob?? Is nobody using this release?
EDIT:
I have seen that Trystan made some changes in that area (input_view.php) The release is now 8.3.5. But the wrench icon is still not working. :-(
How can we give feedback to the developers? I am not able to help with code-modifying. Therefor my knowledge is toooooo poor. But as an active user, i could perhaps help in another way.
Re: wrench icon in Inputs has no function. Emoncms v8.3.2 in windows7
Now the data logging works fine.
But there is another "problem":
How to edit the process list?
This is my logging structure
General I have seen, that i do not need the "node function" to save data. I made an input, then adding two processes
--> getting temperature values in Integer (e.g. 2300) emoncms is logging 23.00 degrees
Now I wanted to change the calibration, because one tenth is enough (230 -> 23.0)
I do not know how to do?????
In the node-menu i get an order-list.
But in the input-menu i do not get any order list. There is a "Node0: null config"
Yes, I can edit it in the mysql database. But its not easy to understand.