Temperature sensor in evok not showing
-
Hi,
I installed evok using the install-evok.sh script. When starting evok it says:
pi@raspberrypi ~ $ sudo python /opt/evok/evok.py Listening on port: 80 Entering measure loop Entering 1wire loop new sensor 2840125306000015
So I added the sensor in /etc/evok.conf and the new sensor message doesn't show on restart anymore.
I also triedmrvn@book:~% wget -qO- http://rpi/rest/sensor/1 {"interval": 1, "lost": false, "address": "2840125306000015", "value": 21.75, "dev": "temp", "circuit": "1", "time": 1419519457.341512} ```So it looks like the temperature sensor works fine. But when I open [http://your.pi.ip.address](http://your.pi.ip.address) in a browser the temperature sensor is not listed under inputs / sensors. What could be wrong?
-
Hi,
I installed evok using the install-evok.sh script. When starting evok it says:
pi@raspberrypi ~ $ sudo python /opt/evok/evok.py Listening on port: 80 Entering measure loop Entering 1wire loop new sensor 2840125306000015
So I added the sensor in /etc/evok.conf and the new sensor message doesn't show on restart anymore.
I also triedmrvn@book:~% wget -qO- http://rpi/rest/sensor/1 {"interval": 1, "lost": false, "address": "2840125306000015", "value": 21.75, "dev": "temp", "circuit": "1", "time": 1419519457.341512} ```So it looks like the temperature sensor works fine. But when I open [http://your.pi.ip.address](http://your.pi.ip.address) in a browser the temperature sensor is not listed under inputs / sensors. What could be wrong?