motioneye-project / motioneye

A web frontend for the motion daemon.
GNU General Public License v3.0
3.94k stars 649 forks source link

Can't getting run 1-wire Temperatursensor #774

Closed TheKitro closed 6 years ago

TheKitro commented 6 years ago

Hi I'd like to read the temperatur with my motioneye Raspi too. I use the DS1820 1-wire sensor with 3 pins and 4,7kOhm resistor. With an other Raspian raspi I tested it and it works. But under Motioneye it won't. Under: /sys/bus/w1/devices/ i can't see any wire-1 devices.

I try the
"w1-gpio" "w1-therm" in "/etc/modules" file.

and the "dtoverlay=w1-gpio,gpiopin=4" addition in the "/boot/config.txt" file.

But only on the Motioneye I don't get it running. I used beside other tutorials this "http://www.netzmafia.de/skripten/hardware/RasPi/Projekt-Onewire/index.html" tutorial.

Is there something special to know on Motioneye?

Regards Kitro

chrisf4lc0n commented 6 years ago

Are you talking about MotionEyeOS?

TheKitro commented 6 years ago

yes

chrisf4lc0n commented 6 years ago

I think you have answered your own question. MotionEyeOS is not Raspbian. https://github.com/ccrisan/motioneyeos/wiki

chrisf4lc0n commented 6 years ago

If you want the full functionality, you will need to install Raspbian and the MotionEye on top of it.

TheKitro commented 6 years ago

ok I thought that can be installed after

chrisf4lc0n commented 6 years ago

@ccrisan I think we can close this one down.