Hello, Thanks for the tips with it i am able to compile. However i not able to get value with the custom component this is my log : [11:21:00][V][sensor:013]: 'BME680 Temperature': Received new state 0.000000
[11:21:00][D][sensor:092]: 'BME680 Temperature': Sending state 0.00000 V with 1 decimals of accuracy
[11:21:00][VV][api.service:120]: send_sensor_state_response: SensorStateResponse { key: 3640870636 state: 0 missing_state: NO}
[11:21:00][V][sensor:013]: 'BME680 Pressure': Received new state 0.000000
[11:21:00][D][sensor:092]: 'BME680 Pressure': Sending state 0.00000 hPa with 1 decimals of accuracy
[11:21:00][VV][api.service:120]: send_sensor_state_response: SensorStateResponse { key: 1365279611 state: 0 missing_state: NO}
[11:21:00][V][sensor:013]: 'BME680 relative Humidity': Received new state 0.000000
[11:21:00][D][sensor:092]: 'BME680 relative Humidity': Sending state 0.00000 % with 1 decimals of accuracy
[11:21:00][VV][api.service:120]: send_sensor_state_response: SensorStateResponse { key: 1973480034 state: 0 missing_state: NO}
[11:21:00][V][sensor:013]: 'BME680 IAQ': Received new state 0.000000
[11:21:00][D][sensor:092]: 'BME680 IAQ': Sending state 0.00000 with 1 decimals of accuracy
[11:21:00][VV][api.service:120]: send_sensor_state_response: SensorStateResponse { key: 2104753181 state: 0 missing_state: NO I dont understand why i change the i2c_adress to 0x76, and my BME680 is working if i use the platform BME680. Do you have any idea ? Regards,
... View more