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
Using this attached config, bme280+sen54+scd40, I've only got some of it connected, I'd assumed it would ignore the failed ones and continue and I could plug them in later once in situ, alas it stops and boot loops.
Admittedly I threw some definitions from components repo and the bme280 config at copilot in vscode and it looked convincing but messed up the humidity ones.
02:50:50:290 -> [SD] Checksum OK!
02:50:50:290 -> Parsing components array...
02:50:50:291 -> Parsing exportedFromDevice object...
02:50:50:291 -> status LED brightness: 0
02:50:50:291 -> Configuring RTC...
02:50:50:291 -> RTC Type: DS3231
02:50:50:291 -> Begin DS3231 init
02:50:50:292 -> Parsing components array...
02:50:50:292 -> [SD] I2C component found, decoding JSON to PB...
02:50:50:293 -> [SD] I2C component found, decoding JSON to PB...
02:50:50:293 -> [SD] ERROR: Found unspecified SensorType - humidity
02:50:50:294 -> [SD] I2C component found, decoding JSON to PB...
02:50:50:294 -> [SD] ERROR: Found unspecified SensorType - humidity
02:50:50:300 -> [Offline] Attempting to configure hardware...
02:50:50:300 -> [SD] Created new log file on SD card: log_1740622352.log
02:50:50:301 -> -> I2C Device Add/Replace Message Type
02:50:50:301 -> [i2c] Decoding I2cDeviceAddOrReplace message...
02:50:50:302 -> Creating a new I2C driver
02:50:50:302 -> ERROR [HANG]: [i2c] Driver failed to initialize!
02:50:50:302 -> Did you set the correct value for i2cDeviceName?
02:50:50:302 -> Did you set the correct value fori2cDeviceAddress?
A healthy config gives this version of the same driver init failed message, but not which one:
02:57:56:763 -> Configuring RTC...
02:57:56:763 -> RTC Type: DS3231
02:57:56:763 -> Begin DS3231 init
02:57:56:764 -> Parsing components array...
02:57:56:764 -> [SD] I2C component found, decoding JSON to PB...
02:57:56:766 -> [SD] I2C component found, decoding JSON to PB...
02:57:56:766 -> [SD] I2C component found, decoding JSON to PB...
02:57:56:773 -> [Offline] Attempting to configure hardware...
02:57:56:773 -> [SD] Created new log file on SD card: log_1740622779.log
02:57:56:774 -> -> I2C Device Add/Replace Message Type
02:57:56:774 -> [i2c] Decoding I2cDeviceAddOrReplace message...
02:57:56:775 -> Creating a new I2C driver
02:57:56:775 -> ERROR [HANG]: [i2c] Driver failed to initialize!
02:57:56:775 -> Did you set the correct value for i2cDeviceName?
02:57:56:775 -> Did you set the correct value fori2cDeviceAddress?
---- Closed serial port COM32 due to disconnection from the machine ----
Using this attached config, bme280+sen54+scd40, I've only got some of it connected, I'd assumed it would ignore the failed ones and continue and I could plug them in later once in situ, alas it stops and boot loops.
Admittedly I threw some definitions from components repo and the bme280 config at copilot in vscode and it looked convincing but messed up the humidity ones.
Config Details
The text was updated successfully, but these errors were encountered: