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:
20
devices_v0_7-v0_9/ina219.yaml
Normal file
20
devices_v0_7-v0_9/ina219.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
12
devices_v0_7-v0_9/lm75b.yaml
Normal file
12
devices_v0_7-v0_9/lm75b.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
15
devices_v0_7-v0_9/one_wire.yaml
Normal file
15
devices_v0_7-v0_9/one_wire.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
one_wire:
|
||||
- platform: gpio
|
||||
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"
|
||||
21
devices_v0_7-v0_9/pcf.yaml
Normal file
21
devices_v0_7-v0_9/pcf.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
25
devices_v0_7-v0_9/pcf_mosfet.yaml
Normal file
25
devices_v0_7-v0_9/pcf_mosfet.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
18
devices_v0_7-v0_9/pcf_with_mcp.yaml
Normal file
18
devices_v0_7-v0_9/pcf_with_mcp.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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