jchassin / homebridge-owfs

Home bridge plugin interfaced to OWFS (1-wire)
MIT License
5 stars 3 forks source link

Any way off adding ESP8266 support to this plugin #16

Closed tmur11 closed 7 months ago

tmur11 commented 2 years ago

Trying to add DS18B20 sensors connected to ESP8266 but owfs doesn't appear to be support on those devices. None of the other homebridge options for DS18B20 support the history characteristic like yours does!

jchassin commented 2 years ago

Not sure whether this is possible,

First of all, at HW level you need to manage I2C or USB bus master interface Secondly I don't think there is a port of OWFS on ESP there should be information on https://owfs.org Can't you put a Raspberrypi instead ?

tmur11 commented 2 years ago

I'm not using I2C (only communicating with single sensor directly with IO pin using the w1_gpio module on the pi. Reason I ask is esp8266 form factor and power consumption. I'm using your plugin on main RPI connected to multiple remote Pi OFWS webservers. Just would like to add sensors from my nodemcu's (ESP8266)

jchassin commented 1 year ago

Hi I forgot I have your issue here, definitively your case won't be addressed here your architecture is too different. Hope you've find a way to do it.