Well, I'm really pleased to announce, something I wanted has been implemented into the Openelec build tree and will be in future releases.
A while ago I wanted to do 1-wire temperature sensing using my raspberry pi's around the house running openelec. Seemed a good use of hardware that was low power, small and generally always on.
A while ago I wanted to do 1-wire temperature sensing using my raspberry pi's around the house running openelec. Seemed a good use of hardware that was low power, small and generally always on.
In my quest for this I found what was needed (addition of modules to the kernel build) and set about testing and using it myself. And it works great, for a while now I've been logging temperature around my house and slowly building my own thermostatic control system for the house heating. Truly intelligent heating control!
And now the kind developers at Openelec have seen my feature request :
https://github.com/OpenELEC/OpenELEC.tv/issues/3975
And given it the green light, it's now implemented in change:
https://github.com/OpenELEC/OpenELEC.tv/commit/413817a9d765c49014baed1d9224c86022ce7b12
Sad as it is, this gives me a huge self confidence boost and a big pride boost! (told you it was sad!) I love open source, and dedicate a lot of my spare time to developing projects using open source, and returning things to the community (breakinguard, kodi scripts and plugins, and my contributions in the past to Tvheadend) and when something I wanted implemented has been done and will be available to all future users gives me something to smile about!
To all those that contacted me via my blog about using this, compiling themselves, etc, here you go, problem solved!
-- Update 10/08/2015
Thanks to Jo (https://www.blogger.com/profile/09579014828121678108) he confirms the action to get the module loaded on the PI as follows:
mount -o remount,rw /flash (To get the flash filesystem into rw mode)
echo "dtoverlay=w1-gpio" >> /flash/config.txt
Then reboot and you should be good to go!