You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the slave uses node-dht-sensor which depends on bcm2835 which can only be installed directly on a raspberry pi and i can not find any way around this issue to generically implement this package into the docker image
@thelittlebug this is already used for the DS18B20, but the DHT22 npm package uses the bcm2835 library which i don't know how to install on my development machine. The only possibility i can think of is to develop directly on a Raspberry Pi...
Currently the master is limited to the DS18B20 in OneWire mode and the slave is hardcoded to the AM2302
The text was updated successfully, but these errors were encountered: