Using Different Temperature Sensors (MCP9600)
Posted: Mon Jan 16, 2023 7:17 pm
Hello everyone
New to BierBot and I am trying to use a MCP9600 temperature sensor connected to a raspberry pi 3 over I2C serial port. I know the sensor works fine with the Pi but when running BierBot set up it does not find the temperature sensor. I believe this is because BierBot uses W1ThermSensor to find and get readings which does not seem to support the MCP9600.
My current thoughts on a solution are changing main.py and setup.py where W1ThermSensor is used to an alternative which works with MCP9600
Any advice would be greatly appreciated
New to BierBot and I am trying to use a MCP9600 temperature sensor connected to a raspberry pi 3 over I2C serial port. I know the sensor works fine with the Pi but when running BierBot set up it does not find the temperature sensor. I believe this is because BierBot uses W1ThermSensor to find and get readings which does not seem to support the MCP9600.
My current thoughts on a solution are changing main.py and setup.py where W1ThermSensor is used to an alternative which works with MCP9600
Any advice would be greatly appreciated