mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
Add v0.9 test board
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
sensor:
|
||||
# Module power consmption
|
||||
- platform: ina219
|
||||
address: 0x40
|
||||
shunt_resistance: 0.1 ohm
|
||||
current:
|
||||
id: ina_current
|
||||
name: 'INA219 Current'
|
||||
power:
|
||||
id: ina_power
|
||||
name: 'INA219 Power'
|
||||
bus_voltage:
|
||||
id: ina_bus_voltage
|
||||
name: 'INA219 Bus Voltage'
|
||||
shunt_voltage:
|
||||
id: ina_shunt_voltage
|
||||
name: 'INA219 Shunt Voltage'
|
||||
max_voltage: 32.0V
|
||||
max_current: 3.2A
|
||||
update_interval: 30s
|
||||
@@ -1,12 +0,0 @@
|
||||
#i2c address: 0x48 output lm75b temp
|
||||
#LM75B
|
||||
external_components:
|
||||
- source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75
|
||||
components: [lm75]
|
||||
|
||||
sensor:
|
||||
# Lower board temperature
|
||||
- platform: lm75
|
||||
id: boneIO_temp
|
||||
name: 'LM75B Temperature'
|
||||
update_interval: 30s
|
||||
@@ -1,14 +0,0 @@
|
||||
dallas:
|
||||
- pin: GPIO32
|
||||
# sensor:
|
||||
# - platform: dallas
|
||||
# address: 0x283c01d607d4df28
|
||||
# name: "Dallas Sensor 1"
|
||||
#
|
||||
# - platform: dallas
|
||||
# address: 0xdfe67a061e64ff28
|
||||
# name: "Dallas Sensor 2"
|
||||
#
|
||||
# - platform: dallas
|
||||
# address: 0xa7a89f071e64ff28
|
||||
# name: "Dallas Sensor 3"
|
||||
@@ -1,21 +0,0 @@
|
||||
pcf8574:
|
||||
- id: 'pcf_inputs_1to14'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x20
|
||||
pcf8575: true
|
||||
- id: 'pcf_inputs_15to28'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x21
|
||||
pcf8575: true
|
||||
- id: 'pcf_inputs_28to35_menu'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x22
|
||||
pcf8575: false
|
||||
- id: 'pcf_left'
|
||||
address: 0x23
|
||||
pcf8575: true
|
||||
i2c_id: i2c_bus
|
||||
- id: 'pcf_right'
|
||||
address: 0x24
|
||||
pcf8575: true
|
||||
i2c_id: i2c_bus
|
||||
@@ -1,25 +0,0 @@
|
||||
pcf8574:
|
||||
- id: 'pcf_inputs_1to14'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x20
|
||||
pcf8575: true
|
||||
- id: 'pcf_inputs_15to28'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x21
|
||||
pcf8575: true
|
||||
- id: 'pcf_inputs_28to35_menu'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x22
|
||||
pcf8575: false
|
||||
- id: 'pcf_left'
|
||||
address: 0x23
|
||||
pcf8575: true
|
||||
i2c_id: i2c_bus
|
||||
- id: 'pcf_middle'
|
||||
address: 0x24
|
||||
pcf8575: true
|
||||
i2c_id: i2c_bus
|
||||
- id: 'pcf_right'
|
||||
address: 0x25
|
||||
pcf8575: true
|
||||
i2c_id: i2c_bus
|
||||
@@ -1,18 +0,0 @@
|
||||
pcf8574:
|
||||
- id: 'pcf_inputs_1to14'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x20
|
||||
pcf8575: true
|
||||
- id: 'pcf_inputs_15to28'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x21
|
||||
pcf8575: true
|
||||
- id: 'pcf_inputs_28to35_menu'
|
||||
i2c_id: i2c_bus
|
||||
address: 0x22
|
||||
pcf8575: false
|
||||
mcp23017:
|
||||
- id: 'mcp_left'
|
||||
address: 0x23
|
||||
- id: 'mcp_right'
|
||||
address: 0x24
|
||||
Reference in New Issue
Block a user