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
I am struggling with esphome and pn532. My wemos d1 mini found i2c device on address 0x28 while yaml seeks some device on 0x24. I guess it is main issue why my pn532 was reported as Component pn532 is marked FAILED
[21:34:48][I][app:100]: ESPHome version 2024.12.4 compiled on Feb 11 2025, 21:14:37
[21:34:48][I][app:102]: Project adonno.tag_reader version 1.4
Does anyone know how change i2c address, or show different way to resolve my issues?
[20:50:44][I][i2c.arduino:096]: Results from i2c bus scan: [20:50:44][I][i2c.arduino:102]: Found i2c device at address 0x28
[20:50:44][C][esp8266_pwm:022]: ESP8266 PWM:
[20:50:44][C][esp8266_pwm:023]: Pin: GPIO13
[20:50:45][C][esp8266_pwm:024]: Frequency: 1000.0 Hz
[20:50:45][C][light:092]: Light 'TagReader LED'
[20:50:45][C][light:094]: Default Transition Length: 1.0s
[20:50:45][C][light:095]: Gamma Correct: 2.80
[20:50:45][C][template.switch:068]: Template Switch 'TagReader Buzzer Enabled'
[20:50:45][C][template.switch:070]: Icon: 'mdi:volume-high'
[20:50:45][C][template.switch:090]: Restore Mode: restore defaults to ON
[20:50:45][C][template.switch:057]: Optimistic: YES
[20:50:45][C][template.switch:068]: Template Switch 'TagReader LED enabled'
[20:50:45][C][template.switch:070]: Icon: 'mdi:alarm-light-outline'
[20:50:45][C][template.switch:090]: Restore Mode: restore defaults to ON
[20:50:45][C][template.switch:057]: Optimistic: YES
[20:50:45][C][restart.button:017]: Restart Button 'TagReader Restart'
[20:50:45][C][restart.button:017]: Icon: 'mdi:restart'
[20:50:45][C][pn532:431]: PN532:
[20:50:45][C][pn532:443]: Update Interval: 1.0s [20:50:45][C][pn532_i2c:125]: Address: 0x24
[20:50:45][E][component:082]: Component pn532 is marked FAILED
The text was updated successfully, but these errors were encountered:
Hi
I am struggling with esphome and pn532. My wemos d1 mini found i2c device on address 0x28 while yaml seeks some device on 0x24. I guess it is main issue why my pn532 was reported as Component pn532 is marked FAILED
[21:34:48][I][app:100]: ESPHome version 2024.12.4 compiled on Feb 11 2025, 21:14:37
[21:34:48][I][app:102]: Project adonno.tag_reader version 1.4
Does anyone know how change i2c address, or show different way to resolve my issues?
[20:50:44][I][i2c.arduino:096]: Results from i2c bus scan:
[20:50:44][I][i2c.arduino:102]: Found i2c device at address 0x28
[20:50:44][C][esp8266_pwm:022]: ESP8266 PWM:
[20:50:44][C][esp8266_pwm:023]: Pin: GPIO13
[20:50:45][C][esp8266_pwm:024]: Frequency: 1000.0 Hz
[20:50:45][C][light:092]: Light 'TagReader LED'
[20:50:45][C][light:094]: Default Transition Length: 1.0s
[20:50:45][C][light:095]: Gamma Correct: 2.80
[20:50:45][C][template.switch:068]: Template Switch 'TagReader Buzzer Enabled'
[20:50:45][C][template.switch:070]: Icon: 'mdi:volume-high'
[20:50:45][C][template.switch:090]: Restore Mode: restore defaults to ON
[20:50:45][C][template.switch:057]: Optimistic: YES
[20:50:45][C][template.switch:068]: Template Switch 'TagReader LED enabled'
[20:50:45][C][template.switch:070]: Icon: 'mdi:alarm-light-outline'
[20:50:45][C][template.switch:090]: Restore Mode: restore defaults to ON
[20:50:45][C][template.switch:057]: Optimistic: YES
[20:50:45][C][restart.button:017]: Restart Button 'TagReader Restart'
[20:50:45][C][restart.button:017]: Icon: 'mdi:restart'
[20:50:45][C][pn532:431]: PN532:
[20:50:45][C][pn532:443]: Update Interval: 1.0s
[20:50:45][C][pn532_i2c:125]: Address: 0x24
[20:50:45][E][component:082]: Component pn532 is marked FAILED
The text was updated successfully, but these errors were encountered: