2025-02-04 17:05:59 -06:00
|
|
|
i2c:
|
|
|
|
- id: i2c_mlx90393
|
|
|
|
scl: ${scl_pin}
|
|
|
|
sda: ${sda_pin}
|
|
|
|
|
|
|
|
sensor:
|
|
|
|
- platform: mlx90393
|
|
|
|
oversampling: 1
|
|
|
|
filter: 0
|
2025-02-27 19:28:12 +01:00
|
|
|
gain: 1X
|
|
|
|
temperature_compensation: true
|
2025-02-04 17:05:59 -06:00
|
|
|
x_axis:
|
|
|
|
name: mlxxaxis
|
2025-02-27 19:28:12 +01:00
|
|
|
resolution: DIV_2
|
2025-02-04 17:05:59 -06:00
|
|
|
y_axis:
|
|
|
|
name: mlxyaxis
|
2025-02-27 19:28:12 +01:00
|
|
|
resolution: DIV_1
|
2025-02-04 17:05:59 -06:00
|
|
|
z_axis:
|
|
|
|
name: mlxzaxis
|
2025-02-27 19:28:12 +01:00
|
|
|
resolution: DIV_2
|
2025-02-04 17:05:59 -06:00
|
|
|
temperature:
|
|
|
|
name: mlxtemp
|
|
|
|
oversampling: 2
|