Hey there,
I am using a bme280 sensor. It is working perfectly under my original installation using the following setup in configuration.yaml
:
- platform: bme280
name: Temperature1
i2c_address: "0x76"
operation_mode: 3
time_standby: 5
monitored_conditions:
- temperature
- humidity
- pressure
I have created a full snapshot and loaded it on a second SD-card by using the wipe&restore
option. Both instances were running the same most recent version of hassio even before restoring on the second card.
With the new card inserted into my RPi4, the bme280 is nowhere to be found. Switching back to the old SD-card containing the exact same setup it shows up again. Everything else has been restored successfully. The bme280 is the only device connected to my RPi4’s pins, though. Just in case it matters: I deleted my database file on the restored installation.
Does anyone have an idea?
Thank you!