thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
83 stars 30 forks source link

Share room temperature between controllers #90

Closed gieljnssns closed 1 year ago

gieljnssns commented 1 year ago

I have a second controller now. I had to make another room sensor, isn't it possible to share the room sensor from my first controller to the second?

thorrak commented 1 year ago

Unfortunately, no. Individual controllers are intended to have separate hardware -- though once I can re-add Inkbird support to the firmware you would be able to emulate this by having both controllers listen to a single Inkbird bluetooth sensor.