[solved] Reading DS18b20

I’m runing DS18b20 sensors to get temperatures via GPIO 17 which works fine in the terminal. I get all tempartures in /sys/bus/w1/devices/28-02131d9b36aa , each line one reading. Now I want to create a interface and nodes in emonhub.conf.

I don’t findany hint how to start. Can someone give me needed dirction.
Thanks
Hans

Could be deleted. I found that
curl --data “node=1&data={power1:100,power2:200,power3:300}&apikey=abc123etc” “http://99.968.212.12/emoncms/input/post

will post the node data