@seastate I just pushed the small missing SetUp but there's an issue with the revision to read_temp.print_temp that I don't know if you want me to resolve of if you want to think about since you're more familiar with the logging formatting. Currently, there's no output for the temperature sensor when not logging. Unlike the other sensors where measurements are collected outside of the logging if statement, the ds18b20 is only setup inside the if statement.
It looks like you did this to try to work out handling the logging when you have multiple temp sensors. I don't know if you want to retain the multiple sensors for non-logging reading or default to only using one (i.e., do you want the rooms loop to always happen?)
@seastate I just pushed the small missing SetUp but there's an issue with the revision to read_temp.print_temp that I don't know if you want me to resolve of if you want to think about since you're more familiar with the logging formatting. Currently, there's no output for the temperature sensor when not logging. Unlike the other sensors where measurements are collected outside of the logging if statement, the ds18b20 is only setup inside the if statement.
It looks like you did this to try to work out handling the logging when you have multiple temp sensors. I don't know if you want to retain the multiple sensors for non-logging reading or default to only using one (i.e., do you want the rooms loop to always happen?)