DanTheMan827 / homebridge-ds18b20

25 stars 10 forks source link

Merge in one single branch #5

Closed jchassin closed 7 years ago

jchassin commented 7 years ago

Not really familiar with Pull Requests

As your branch does not seem to work and as I forked and modified the branch, would you merge it back in order to publish it ?

tks,

DanTheMan827 commented 7 years ago

You said it doesn't work...

Have you loaded the kernel modules before trying to use it?

sudo modprobe wire
sudo modprobe w1-gpio
sudo modprobe w1-therm

My temperature sensor is currently being used for another project so I can't really test anything on my end...

As of about a year ago this homebridge plugin still worked with the raspbian released at that time (I know, a lot can change in a year...)

jchassin commented 7 years ago

Finally the reality is more that i were not able to make it work. I am not at home and not not sure to have these modules installed. What is sure is that i have an operationnal One wire file system (owfs) with thermal sensors visible. The modification i've made in your plugin is to interface directly owfs. If this is not the way you intended to interface, just tell me and i'll move that code in another plugin. Sorry if i missed something Jean

Le ven. 23 déc. 2016 à 07:24, DanTheMan827 notifications@github.com a écrit :

You said it doesn't work...

Have you loaded the kernel modules before trying to use it?

sudo modprobe wire

sudo modprobe w1-gpio

sudo modprobe w1-therm

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DanTheMan827/homebridge-ds18b20/pull/5#issuecomment-268946113, or mute the thread https://github.com/notifications/unsubscribe-auth/AHm_csZMLvdBRK2rd4Z8PHsfXuriWJBxks5rK2k0gaJpZM4LLyif .

jchassin commented 7 years ago

Finally, I am closing this request as I've created another plugin based on owfs. tks, jean