RaresAil / homebridge-temperature-sensor-dht

A Temperature accessory for RPi using DHT 11 or 22
Apache License 2.0
4 stars 1 forks source link

Support for DS18b20 #3

Closed svenbla closed 1 year ago

svenbla commented 1 year ago

Could you add support for ds18b20 so no humidity and stuff. Would be great!

RaresAil commented 1 year ago

Hey, is the sensor integrated on the PI or you need wiring?

svenbla commented 1 year ago

It is not integrated in the pi it's just like the dht22 but it has no humidity sensor and I tried to connect it but it didn't work. If you don't know the sensor google it, it's one of the most famous temperature sensors

RaresAil commented 1 year ago

I will work on it

RaresAil commented 1 year ago

After more research, i will not add support for that, since the plugin name contains dht in it and that sensor is a different type of temperature sensor, i would suggest to try a plugin designed for that sensor.

I found this plugin on NPM: https://www.npmjs.com/package/homebridge-ds18b20

@svenbla