mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
206a1912f2 | ||
|
|
8412fb6fe5 | ||
|
|
1befa8554a | ||
|
|
3741466e05 | ||
|
|
501155c99e | ||
|
|
866a2c99ea | ||
|
|
6b44f23693 | ||
|
|
ac9c9d6ac5 | ||
|
|
8733d0f625 | ||
|
|
9a5c78334d | ||
|
|
28c60689c6 | ||
|
|
3ac8e38f75 | ||
|
|
ea52b3d40e | ||
|
|
f03b078855 | ||
|
|
f152ce0508 | ||
|
|
dce79eadf6 | ||
|
|
a36cac224a |
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-24-sw-06
|
name: boneio-24-sw-06
|
||||||
friendly_name: 'BoneIO ESP 24x16 Switches'
|
friendly_name: 'BoneIO ESP 24x16 Switches'
|
||||||
|
serial_prefix: 'esp24' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-24x16_switches_v0_5-v0_6.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-24x16_switches_v0_5-v0_6.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
'devices_v0_5-v0_6/time.yaml',
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
'devices_v0_5-v0_6/i2c.yaml',
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
@@ -40,13 +42,11 @@ packages:
|
|||||||
'devices_v0_5-v0_6/pcf_with_mcp.yaml',
|
'devices_v0_5-v0_6/pcf_with_mcp.yaml',
|
||||||
'boards/24x16_output.yaml',
|
'boards/24x16_output.yaml',
|
||||||
# 'devices_v0_5-v0_6/one_wire.yaml',
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
# 'devices_v0_5-v0_6/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -577,3 +577,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin3_1
|
||||||
|
# rx_pin: GPIO3
|
||||||
|
# tx_pin: GPIO1
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-24-sw-07
|
name: boneio-24-sw-07
|
||||||
friendly_name: 'BoneIO ESP 24x16 Switches'
|
friendly_name: 'BoneIO ESP 24x16 Switches'
|
||||||
|
serial_prefix: 'esp24' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-24x16_switches_v0_7.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-24x16_switches_v0_7.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
'devices_v0_7/i2c.yaml',
|
'devices_v0_7/i2c.yaml',
|
||||||
'devices_v0_7/ina219.yaml',
|
'devices_v0_7/ina219.yaml',
|
||||||
@@ -39,13 +41,11 @@ packages:
|
|||||||
'devices_v0_7/pcf_with_mcp.yaml',
|
'devices_v0_7/pcf_with_mcp.yaml',
|
||||||
'boards/24x16_output.yaml',
|
'boards/24x16_output.yaml',
|
||||||
# 'devices_v0_7/one_wire.yaml',
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
# 'devices_v0_7/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -573,3 +573,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin14_15
|
||||||
|
# rx_pin: GPIO14
|
||||||
|
# tx_pin: GPIO15
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-32-l-06
|
name: boneio-32-l-06
|
||||||
friendly_name: 'BoneIO ESP 32x10 Lights'
|
friendly_name: 'BoneIO ESP 32x10 Lights'
|
||||||
|
serial_prefix: 'esp32' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-32x10_lights_v0_5-v0_6.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_lights_v0_5-v0_6.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
'devices_v0_5-v0_6/time.yaml',
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
'devices_v0_5-v0_6/i2c.yaml',
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
@@ -40,14 +42,12 @@ packages:
|
|||||||
'devices_v0_5-v0_6/pcf.yaml',
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
'boards/32x10_output.yaml',
|
'boards/32x10_output.yaml',
|
||||||
# 'devices_v0_5-v0_6/one_wire.yaml',
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
# 'devices_v0_5-v0_6/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
baud_rate: 0 #IMPORTANT FOR V0.5-V0.6 TO GET MODBUS WORKING
|
baud_rate: 0 #IMPORTANT FOR V0.5-V0.6 TO GET MODBUS WORKING
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -634,3 +634,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin3_1
|
||||||
|
# rx_pin: GPIO3
|
||||||
|
# tx_pin: GPIO1
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-32-l-07
|
name: boneio-32-l-07
|
||||||
friendly_name: 'BoneIO ESP 32x10 Lights'
|
friendly_name: 'BoneIO ESP 32x10 Lights'
|
||||||
|
serial_prefix: 'esp32' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-32x10_lights_v0_7.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_lights_v0_7.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
'devices_v0_7/i2c.yaml',
|
'devices_v0_7/i2c.yaml',
|
||||||
'devices_v0_7/ina219.yaml',
|
'devices_v0_7/ina219.yaml',
|
||||||
@@ -39,13 +41,12 @@ packages:
|
|||||||
'devices_v0_7/pcf.yaml',
|
'devices_v0_7/pcf.yaml',
|
||||||
'boards/32x10_output.yaml',
|
'boards/32x10_output.yaml',
|
||||||
# 'devices_v0_7/one_wire.yaml',
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
# 'devices_v0_7/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
|
reboot_timeout: 0s
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -629,3 +630,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin14_15
|
||||||
|
# rx_pin: GPIO14
|
||||||
|
# tx_pin: GPIO15
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-32-sw-06
|
name: boneio-32-sw-06
|
||||||
friendly_name: 'BoneIO ESP 32x10 Switches'
|
friendly_name: 'BoneIO ESP 32x10 Switches'
|
||||||
|
serial_prefix: 'esp32' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-32x10_switches_v0_5-v0_6.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_switches_v0_5-v0_6.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
'devices_v0_5-v0_6/time.yaml',
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
'devices_v0_5-v0_6/i2c.yaml',
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
@@ -40,13 +42,11 @@ packages:
|
|||||||
'devices_v0_5-v0_6/pcf.yaml',
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
'boards/32x10_output.yaml',
|
'boards/32x10_output.yaml',
|
||||||
# 'devices_v0_5-v0_6/one_wire.yaml',
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
# 'devices_v0_5-v0_6/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -633,3 +633,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin3_1
|
||||||
|
# rx_pin: GPIO3
|
||||||
|
# tx_pin: GPIO1
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-32-sw-07
|
name: boneio-32-sw-07
|
||||||
friendly_name: 'BoneIO ESP 32x10 Switches'
|
friendly_name: 'BoneIO ESP 32x10 Switches'
|
||||||
|
serial_prefix: 'esp32' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-32x10_switches_v0_7.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_switches_v0_7.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
'devices_v0_7/i2c.yaml',
|
'devices_v0_7/i2c.yaml',
|
||||||
'devices_v0_7/ina219.yaml',
|
'devices_v0_7/ina219.yaml',
|
||||||
@@ -39,13 +41,11 @@ packages:
|
|||||||
'devices_v0_7/pcf.yaml',
|
'devices_v0_7/pcf.yaml',
|
||||||
'boards/32x10_output.yaml',
|
'boards/32x10_output.yaml',
|
||||||
# 'devices_v0_7/one_wire.yaml',
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
# 'devices_v0_7/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -629,3 +629,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin14_15
|
||||||
|
# rx_pin: GPIO14
|
||||||
|
# tx_pin: GPIO15
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-cm-l-06
|
name: boneio-cm-l-06
|
||||||
friendly_name: 'BoneIO ESP Cover Mix Lights'
|
friendly_name: 'BoneIO ESP Cover Mix Lights'
|
||||||
|
serial_prefix: 'espcm' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_lights_v0_5-v0_6.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_lights_v0_5-v0_6.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
'devices_v0_5-v0_6/time.yaml',
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
'devices_v0_5-v0_6/i2c.yaml',
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
@@ -40,13 +42,11 @@ packages:
|
|||||||
'devices_v0_5-v0_6/pcf.yaml',
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
'boards/8_covers_16_output.yaml',
|
'boards/8_covers_16_output.yaml',
|
||||||
# 'devices_v0_5-v0_6/one_wire.yaml',
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
# 'devices_v0_5-v0_6/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -738,3 +738,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin3_1
|
||||||
|
# rx_pin: GPIO3
|
||||||
|
# tx_pin: GPIO1
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-cm-l-07
|
name: boneio-cm-l-07
|
||||||
friendly_name: 'BoneIO ESP Cover Mix Lights'
|
friendly_name: 'BoneIO ESP Cover Mix Lights'
|
||||||
|
serial_prefix: 'espcm' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_lights_v0_7.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_lights_v0_7.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
'devices_v0_7/i2c.yaml',
|
'devices_v0_7/i2c.yaml',
|
||||||
'devices_v0_7/ina219.yaml',
|
'devices_v0_7/ina219.yaml',
|
||||||
@@ -39,13 +41,11 @@ packages:
|
|||||||
'devices_v0_7/pcf.yaml',
|
'devices_v0_7/pcf.yaml',
|
||||||
'boards/8_covers_16_output.yaml',
|
'boards/8_covers_16_output.yaml',
|
||||||
# 'devices_v0_7/one_wire.yaml',
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
# 'devices_v0_7/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -734,3 +734,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin14_15
|
||||||
|
# rx_pin: GPIO14
|
||||||
|
# tx_pin: GPIO15
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-cm-sw-06
|
name: boneio-cm-sw-06
|
||||||
friendly_name: 'BoneIO ESP Cover Mix Switches'
|
friendly_name: 'BoneIO ESP Cover Mix Switches'
|
||||||
|
serial_prefix: 'espcm' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_switches_v0_5-v0_6.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_switches_v0_5-v0_6.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
'devices_v0_5-v0_6/time.yaml',
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
'devices_v0_5-v0_6/i2c.yaml',
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
@@ -40,13 +42,11 @@ packages:
|
|||||||
'devices_v0_5-v0_6/pcf.yaml',
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
'boards/8_covers_16_output.yaml',
|
'boards/8_covers_16_output.yaml',
|
||||||
# 'devices_v0_7/one_wire.yaml',
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
# 'devices_v0_7/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -737,3 +737,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin3_1
|
||||||
|
# rx_pin: GPIO3
|
||||||
|
# tx_pin: GPIO1
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-cm-sw-07
|
name: boneio-cm-sw-07
|
||||||
friendly_name: 'BoneIO ESP Cover Mix Switches'
|
friendly_name: 'BoneIO ESP Cover Mix Switches'
|
||||||
|
serial_prefix: 'espcm' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_switches_v0_7.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_switches_v0_7.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
'devices_v0_7/i2c.yaml',
|
'devices_v0_7/i2c.yaml',
|
||||||
'devices_v0_7/ina219.yaml',
|
'devices_v0_7/ina219.yaml',
|
||||||
@@ -39,13 +41,11 @@ packages:
|
|||||||
'devices_v0_7/pcf.yaml',
|
'devices_v0_7/pcf.yaml',
|
||||||
'boards/8_covers_16_output.yaml',
|
'boards/8_covers_16_output.yaml',
|
||||||
# 'devices_v0_7/one_wire.yaml',
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
# 'devices_v0_7/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -734,3 +734,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin14_15
|
||||||
|
# rx_pin: GPIO14
|
||||||
|
# tx_pin: GPIO15
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-c-06
|
name: boneio-c-06
|
||||||
friendly_name: 'BoneIO ESP Cover'
|
friendly_name: 'BoneIO ESP Cover'
|
||||||
|
serial_prefix: 'espc' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-cover_v0_5-v0_6.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_v0_5-v0_6.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
'devices_v0_5-v0_6/time.yaml',
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
'devices_v0_5-v0_6/i2c.yaml',
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
@@ -40,13 +42,11 @@ packages:
|
|||||||
'devices_v0_5-v0_6/pcf.yaml',
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
'boards/16_cover_pcf.yaml',
|
'boards/16_cover_pcf.yaml',
|
||||||
# 'devices_v0_5-v0_6/one_wire.yaml',
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
# 'devices_v0_5-v0_6/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -840,3 +840,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin3_1
|
||||||
|
# rx_pin: GPIO3
|
||||||
|
# tx_pin: GPIO1
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-c-07
|
name: boneio-c-07
|
||||||
friendly_name: 'BoneIO ESP Cover'
|
friendly_name: 'BoneIO ESP Cover'
|
||||||
|
serial_prefix: 'espc' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -23,15 +24,16 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-cover_v0_7.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_v0_7.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.4
|
ref: v1.0.16
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
|
'devices/serial_no.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
'devices_v0_7/i2c.yaml',
|
'devices_v0_7/i2c.yaml',
|
||||||
'devices_v0_7/ina219.yaml',
|
'devices_v0_7/ina219.yaml',
|
||||||
@@ -39,13 +41,11 @@ packages:
|
|||||||
'devices_v0_7/pcf.yaml',
|
'devices_v0_7/pcf.yaml',
|
||||||
'boards/16_cover_pcf.yaml',
|
'boards/16_cover_pcf.yaml',
|
||||||
# 'devices_v0_7/one_wire.yaml',
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
# 'devices_v0_7/uart.yaml',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -836,3 +836,25 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
######################
|
||||||
|
### MODBUS SECTION ###
|
||||||
|
######################
|
||||||
|
# UNCOMMENT BELOW TO USE MODBUS
|
||||||
|
# uart:
|
||||||
|
# id: uart_pin14_15
|
||||||
|
# rx_pin: GPIO14
|
||||||
|
# tx_pin: GPIO15
|
||||||
|
# baud_rate: 9600
|
||||||
|
# stop_bits: 1
|
||||||
|
|
||||||
|
# modbus:
|
||||||
|
# send_wait_time: 200ms
|
||||||
|
# uart_id: uart_pin14_15
|
||||||
|
# id: boneio_modbus
|
||||||
|
|
||||||
|
# modbus_controller:
|
||||||
|
# - id: YOURDEVICE ID
|
||||||
|
# address: 0x09
|
||||||
|
# modbus_id: mod_bus
|
||||||
|
# setup_priority: -10
|
||||||
|
# update_interval: 60s
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-dr-rgbw-03
|
name: boneio-dr-rgbw-03
|
||||||
friendly_name: 'BoneIO Dimmer LED'
|
friendly_name: 'BoneIO Dimmer LED'
|
||||||
|
serial_prefix: 'dim' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -13,6 +14,21 @@ esphome:
|
|||||||
esp32:
|
esp32:
|
||||||
board: esp32dev
|
board: esp32dev
|
||||||
|
|
||||||
|
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]
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.16
|
||||||
|
files:
|
||||||
|
[
|
||||||
|
'devices/serial_no.yaml',
|
||||||
|
'devices/dimmer_i2c.yaml',
|
||||||
|
'devices/dimmer_ina219.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
ethernet:
|
ethernet:
|
||||||
id: eth
|
id: eth
|
||||||
type: LAN8720
|
type: LAN8720
|
||||||
@@ -23,15 +39,9 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_1.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
i2c:
|
|
||||||
sda: GPIO4
|
|
||||||
scl: GPIO5
|
|
||||||
scan: True
|
|
||||||
frequency: 400kHz
|
|
||||||
|
|
||||||
pcf8574:
|
pcf8574:
|
||||||
- id: 'pcf_inputs'
|
- id: 'pcf_inputs'
|
||||||
address: 0x38
|
address: 0x38
|
||||||
@@ -39,7 +49,6 @@ pcf8574:
|
|||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -54,6 +63,13 @@ text_sensor:
|
|||||||
ip_address:
|
ip_address:
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
name: boneio-dimmer IP
|
name: boneio-dimmer IP
|
||||||
|
- platform: template
|
||||||
|
name: 'Hostname'
|
||||||
|
id: hostname
|
||||||
|
entity_category: diagnostic
|
||||||
|
lambda: |-
|
||||||
|
return id(eth).get_use_address();
|
||||||
|
update_interval: 5min
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
@@ -117,24 +133,6 @@ binary_sensor:
|
|||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
light:
|
|
||||||
- platform: rgbw
|
|
||||||
name: 'RGBW L'
|
|
||||||
red: chl01
|
|
||||||
green: chl02
|
|
||||||
blue: chl03
|
|
||||||
white: chl04
|
|
||||||
default_transition_length: 2s
|
|
||||||
gamma_correct: 0
|
|
||||||
- platform: rgbw
|
|
||||||
name: 'RGBW R'
|
|
||||||
red: chr01
|
|
||||||
green: chr02
|
|
||||||
blue: chr03
|
|
||||||
white: chr04
|
|
||||||
default_transition_length: 2s
|
|
||||||
gamma_correct: 0
|
|
||||||
|
|
||||||
output:
|
output:
|
||||||
- platform: ledc
|
- platform: ledc
|
||||||
pin: 33
|
pin: 33
|
||||||
@@ -178,46 +176,37 @@ output:
|
|||||||
inverted: false
|
inverted: false
|
||||||
id: chr04
|
id: chr04
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: rgbw
|
||||||
|
name: 'RGBW L'
|
||||||
|
red: chl01
|
||||||
|
green: chl02
|
||||||
|
blue: chl03
|
||||||
|
white: chl04
|
||||||
|
default_transition_length: 2s
|
||||||
|
gamma_correct: 0
|
||||||
|
- platform: rgbw
|
||||||
|
name: 'RGBW R'
|
||||||
|
red: chr01
|
||||||
|
green: chr02
|
||||||
|
blue: chr03
|
||||||
|
white: chr04
|
||||||
|
default_transition_length: 2s
|
||||||
|
gamma_correct: 0
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: tmp102
|
- platform: lm75
|
||||||
id: boneIO_temp
|
id: boneIO_temp
|
||||||
name: 'Temperature'
|
name: 'Temperature'
|
||||||
update_interval: 30s
|
update_interval: 30s
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
- platform: ina219
|
on_value_range:
|
||||||
address: 0x40
|
- above: 70.0
|
||||||
shunt_resistance: 1.0 ohm
|
then:
|
||||||
bus_voltage:
|
- switch.turn_on: buzzer
|
||||||
name: 'VDDL Supply'
|
- below: 70.0
|
||||||
unit_of_measurement: 'V'
|
then:
|
||||||
entity_category: diagnostic
|
- switch.turn_off: buzzer
|
||||||
current:
|
|
||||||
name: 'VDDL Current'
|
|
||||||
unit_of_measurement: 'A'
|
|
||||||
entity_category: diagnostic
|
|
||||||
shunt_voltage:
|
|
||||||
name: 'VDDL Shunt Voltage'
|
|
||||||
entity_category: diagnostic
|
|
||||||
max_voltage: 32V
|
|
||||||
max_current: 3.2A
|
|
||||||
update_interval: 5s
|
|
||||||
- platform: ina219
|
|
||||||
address: 0x41
|
|
||||||
shunt_resistance: 1.0 ohm
|
|
||||||
bus_voltage:
|
|
||||||
name: 'VDDR Supply'
|
|
||||||
unit_of_measurement: 'V'
|
|
||||||
entity_category: diagnostic
|
|
||||||
current:
|
|
||||||
name: 'VDDR Current'
|
|
||||||
unit_of_measurement: 'A'
|
|
||||||
entity_category: diagnostic
|
|
||||||
shunt_voltage:
|
|
||||||
name: 'VDDR Shunt Voltage'
|
|
||||||
entity_category: diagnostic
|
|
||||||
max_voltage: 32V
|
|
||||||
max_current: 3.2A
|
|
||||||
update_interval: 5s
|
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
230
boneio-dimmer_4cct-v0_3.yaml
Normal file
230
boneio-dimmer_4cct-v0_3.yaml
Normal file
@@ -0,0 +1,230 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-dr-4cct-03
|
||||||
|
friendly_name: 'BoneIO Dimmer LED'
|
||||||
|
serial_prefix: 'dim' #Don't change it.
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.dimmer-led
|
||||||
|
version: '0.3'
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
board: esp32dev
|
||||||
|
|
||||||
|
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]
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.16
|
||||||
|
files:
|
||||||
|
[
|
||||||
|
'devices/serial_no.yaml',
|
||||||
|
'devices/dimmer_i2c.yaml',
|
||||||
|
'devices/dimmer_ina219.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@latest
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
pcf8574:
|
||||||
|
- id: 'pcf_inputs'
|
||||||
|
address: 0x38
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
text_sensor:
|
||||||
|
- platform: version
|
||||||
|
name: 'boneio-dimmer- Version'
|
||||||
|
icon: mdi:cube-outline
|
||||||
|
entity_category: diagnostic
|
||||||
|
- platform: ethernet_info
|
||||||
|
ip_address:
|
||||||
|
entity_category: diagnostic
|
||||||
|
name: boneio-dimmer IP
|
||||||
|
- platform: template
|
||||||
|
name: 'Hostname'
|
||||||
|
id: hostname
|
||||||
|
entity_category: diagnostic
|
||||||
|
lambda: |-
|
||||||
|
return id(eth).get_use_address();
|
||||||
|
update_interval: 5min
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_01'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_02'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_03'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_04'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_05'
|
||||||
|
pin:
|
||||||
|
number: 36
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_06'
|
||||||
|
pin:
|
||||||
|
number: 39
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_07'
|
||||||
|
pin:
|
||||||
|
number: 34
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_08'
|
||||||
|
pin:
|
||||||
|
number: 35
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
output:
|
||||||
|
- platform: ledc
|
||||||
|
pin: 33
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl01
|
||||||
|
- platform: ledc
|
||||||
|
pin: 32
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl02
|
||||||
|
- platform: ledc
|
||||||
|
pin: 12
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl03
|
||||||
|
- platform: ledc
|
||||||
|
pin: 14
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl04
|
||||||
|
|
||||||
|
- platform: ledc
|
||||||
|
pin: 13
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr01
|
||||||
|
- platform: ledc
|
||||||
|
pin: 15
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr02
|
||||||
|
- platform: ledc
|
||||||
|
pin: 2
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr03
|
||||||
|
- platform: ledc
|
||||||
|
pin: 17
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr04
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: cwww
|
||||||
|
name: 'CHL_01_02'
|
||||||
|
cold_white: chl01
|
||||||
|
warm_white: chl02
|
||||||
|
cold_white_color_temperature: 6536 K
|
||||||
|
warm_white_color_temperature: 2000 K
|
||||||
|
- platform: cwww
|
||||||
|
name: 'CHL_03_04'
|
||||||
|
cold_white: chl03
|
||||||
|
warm_white: chl04
|
||||||
|
cold_white_color_temperature: 6536 K
|
||||||
|
warm_white_color_temperature: 2000 K
|
||||||
|
|
||||||
|
- platform: cwww
|
||||||
|
name: 'CHR_01_02'
|
||||||
|
cold_white: chl01
|
||||||
|
warm_white: chl02
|
||||||
|
cold_white_color_temperature: 6536 K
|
||||||
|
warm_white_color_temperature: 2000 K
|
||||||
|
|
||||||
|
- platform: cwww
|
||||||
|
name: 'CHR_03_04'
|
||||||
|
cold_white: chl03
|
||||||
|
warm_white: chl04
|
||||||
|
cold_white_color_temperature: 6536 K
|
||||||
|
warm_white_color_temperature: 2000 K
|
||||||
|
|
||||||
|
sensor:
|
||||||
|
- platform: lm75
|
||||||
|
id: boneIO_temp
|
||||||
|
name: 'Temperature'
|
||||||
|
update_interval: 30s
|
||||||
|
entity_category: diagnostic
|
||||||
|
on_value_range:
|
||||||
|
- above: 70.0
|
||||||
|
then:
|
||||||
|
- switch.turn_on: buzzer
|
||||||
|
- below: 70.0
|
||||||
|
then:
|
||||||
|
- switch.turn_off: buzzer
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: gpio
|
||||||
|
id: buzzer
|
||||||
|
name: 'Buzzer'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
name: boneio-dr-8ch-03
|
name: boneio-dr-8ch-03
|
||||||
friendly_name: 'BoneIO Dimmer LED'
|
friendly_name: 'BoneIO Dimmer LED'
|
||||||
|
serial_prefix: 'dim' #Don't change it.
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: '${name}'
|
name: '${name}'
|
||||||
@@ -13,6 +14,21 @@ esphome:
|
|||||||
esp32:
|
esp32:
|
||||||
board: esp32dev
|
board: esp32dev
|
||||||
|
|
||||||
|
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]
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.16
|
||||||
|
files:
|
||||||
|
[
|
||||||
|
'devices/serial_no.yaml',
|
||||||
|
'devices/dimmer_i2c.yaml',
|
||||||
|
'devices/dimmer_ina219.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
ethernet:
|
ethernet:
|
||||||
id: eth
|
id: eth
|
||||||
type: LAN8720
|
type: LAN8720
|
||||||
@@ -23,15 +39,9 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_1.yaml@v1.0.4
|
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
i2c:
|
|
||||||
sda: GPIO4
|
|
||||||
scl: GPIO5
|
|
||||||
scan: True
|
|
||||||
frequency: 400kHz
|
|
||||||
|
|
||||||
pcf8574:
|
pcf8574:
|
||||||
- id: 'pcf_inputs'
|
- id: 'pcf_inputs'
|
||||||
address: 0x38
|
address: 0x38
|
||||||
@@ -39,7 +49,6 @@ pcf8574:
|
|||||||
logger:
|
logger:
|
||||||
api:
|
api:
|
||||||
ota:
|
ota:
|
||||||
password: boneio
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
@@ -54,6 +63,13 @@ text_sensor:
|
|||||||
ip_address:
|
ip_address:
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
name: boneio-dimmer IP
|
name: boneio-dimmer IP
|
||||||
|
- platform: template
|
||||||
|
name: 'Hostname'
|
||||||
|
id: hostname
|
||||||
|
entity_category: diagnostic
|
||||||
|
lambda: |-
|
||||||
|
return id(eth).get_use_address();
|
||||||
|
update_interval: 5min
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
@@ -117,6 +133,49 @@ binary_sensor:
|
|||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
|
output:
|
||||||
|
- platform: ledc
|
||||||
|
pin: 33
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl01
|
||||||
|
- platform: ledc
|
||||||
|
pin: 32
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl02
|
||||||
|
- platform: ledc
|
||||||
|
pin: 12
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl03
|
||||||
|
- platform: ledc
|
||||||
|
pin: 14
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl04
|
||||||
|
|
||||||
|
- platform: ledc
|
||||||
|
pin: 13
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr01
|
||||||
|
- platform: ledc
|
||||||
|
pin: 15
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr02
|
||||||
|
- platform: ledc
|
||||||
|
pin: 2
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr03
|
||||||
|
- platform: ledc
|
||||||
|
pin: 17
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr04
|
||||||
|
|
||||||
light:
|
light:
|
||||||
- platform: monochromatic
|
- platform: monochromatic
|
||||||
output: chl01
|
output: chl01
|
||||||
@@ -168,91 +227,19 @@ light:
|
|||||||
default_transition_length: 2s
|
default_transition_length: 2s
|
||||||
gamma_correct: 0
|
gamma_correct: 0
|
||||||
|
|
||||||
output:
|
|
||||||
- platform: ledc
|
|
||||||
pin: 33
|
|
||||||
frequency: 1000Hz
|
|
||||||
inverted: false
|
|
||||||
id: chl01
|
|
||||||
- platform: ledc
|
|
||||||
pin: 32
|
|
||||||
frequency: 1000Hz
|
|
||||||
inverted: false
|
|
||||||
id: chl02
|
|
||||||
- platform: ledc
|
|
||||||
pin: 12
|
|
||||||
frequency: 1000Hz
|
|
||||||
inverted: false
|
|
||||||
id: chl03
|
|
||||||
- platform: ledc
|
|
||||||
pin: 14
|
|
||||||
frequency: 1000Hz
|
|
||||||
inverted: false
|
|
||||||
id: chl04
|
|
||||||
|
|
||||||
- platform: ledc
|
|
||||||
pin: 13
|
|
||||||
frequency: 1000Hz
|
|
||||||
inverted: false
|
|
||||||
id: chr01
|
|
||||||
- platform: ledc
|
|
||||||
pin: 15
|
|
||||||
frequency: 1000Hz
|
|
||||||
inverted: false
|
|
||||||
id: chr02
|
|
||||||
- platform: ledc
|
|
||||||
pin: 2
|
|
||||||
frequency: 1000Hz
|
|
||||||
inverted: false
|
|
||||||
id: chr03
|
|
||||||
- platform: ledc
|
|
||||||
pin: 17
|
|
||||||
frequency: 1000Hz
|
|
||||||
inverted: false
|
|
||||||
id: chr04
|
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
# Lower board temperature
|
- platform: lm75
|
||||||
- platform: tmp102
|
|
||||||
id: boneIO_temp
|
id: boneIO_temp
|
||||||
name: 'Temperature'
|
name: 'Temperature'
|
||||||
update_interval: 10s
|
update_interval: 30s
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
|
on_value_range:
|
||||||
- platform: ina219
|
- above: 70.0
|
||||||
address: 0x40
|
then:
|
||||||
shunt_resistance: 1.0 ohm
|
- switch.turn_on: buzzer
|
||||||
bus_voltage:
|
- below: 70.0
|
||||||
name: 'VDDL Supply'
|
then:
|
||||||
unit_of_measurement: 'V'
|
- switch.turn_off: buzzer
|
||||||
entity_category: diagnostic
|
|
||||||
current:
|
|
||||||
name: 'VDDL Current'
|
|
||||||
unit_of_measurement: 'A'
|
|
||||||
entity_category: diagnostic
|
|
||||||
shunt_voltage:
|
|
||||||
name: 'VDDL Shunt Voltage'
|
|
||||||
entity_category: diagnostic
|
|
||||||
max_voltage: 32V
|
|
||||||
max_current: 3.2A
|
|
||||||
update_interval: 5s
|
|
||||||
- platform: ina219
|
|
||||||
address: 0x41
|
|
||||||
shunt_resistance: 1.0 ohm
|
|
||||||
bus_voltage:
|
|
||||||
name: 'VDDR Supply'
|
|
||||||
unit_of_measurement: 'V'
|
|
||||||
entity_category: diagnostic
|
|
||||||
current:
|
|
||||||
name: 'VDDR Current'
|
|
||||||
unit_of_measurement: 'A'
|
|
||||||
entity_category: diagnostic
|
|
||||||
shunt_voltage:
|
|
||||||
name: 'VDDR Shunt Voltage'
|
|
||||||
entity_category: diagnostic
|
|
||||||
max_voltage: 32V
|
|
||||||
max_current: 3.2A
|
|
||||||
update_interval: 5s
|
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
@@ -21,7 +21,7 @@ firmware_destination = "../website/public/esp/firmware"
|
|||||||
def json_pattern(firmware_name):
|
def json_pattern(firmware_name):
|
||||||
return {
|
return {
|
||||||
"name": "ESPHome",
|
"name": "ESPHome",
|
||||||
"version": "2024.3.1",
|
"version": "2024.5.0",
|
||||||
"home_assistant_domain": "esphome",
|
"home_assistant_domain": "esphome",
|
||||||
"funding_url": "https://esphome.io/guides/supporters.html",
|
"funding_url": "https://esphome.io/guides/supporters.html",
|
||||||
"new_install_prompt_erase": False,
|
"new_install_prompt_erase": False,
|
||||||
|
|||||||
5
devices/dimmer_i2c.yaml
Normal file
5
devices/dimmer_i2c.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
i2c:
|
||||||
|
sda: GPIO4
|
||||||
|
scl: GPIO5
|
||||||
|
scan: True
|
||||||
|
frequency: 400kHz
|
||||||
37
devices/dimmer_ina219.yaml
Normal file
37
devices/dimmer_ina219.yaml
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
sensor:
|
||||||
|
- platform: ina219
|
||||||
|
address: 0x40
|
||||||
|
shunt_resistance: 0.005 ohm
|
||||||
|
bus_voltage:
|
||||||
|
name: 'VDDL Supply'
|
||||||
|
entity_category: diagnostic
|
||||||
|
power:
|
||||||
|
name: 'VDDL Power'
|
||||||
|
entity_category: diagnostic
|
||||||
|
current:
|
||||||
|
name: 'VDDL Current'
|
||||||
|
entity_category: diagnostic
|
||||||
|
shunt_voltage:
|
||||||
|
name: 'VDDL Shunt Voltage'
|
||||||
|
entity_category: diagnostic
|
||||||
|
max_voltage: 32V
|
||||||
|
max_current: 10A
|
||||||
|
update_interval: 5s
|
||||||
|
- platform: ina219
|
||||||
|
address: 0x41
|
||||||
|
shunt_resistance: 0.005 ohm
|
||||||
|
bus_voltage:
|
||||||
|
name: 'VDDR Supply'
|
||||||
|
entity_category: diagnostic
|
||||||
|
power:
|
||||||
|
name: 'VDDR Power'
|
||||||
|
entity_category: diagnostic
|
||||||
|
current:
|
||||||
|
name: 'VDDR Current'
|
||||||
|
entity_category: diagnostic
|
||||||
|
shunt_voltage:
|
||||||
|
name: 'VDDR Shunt Voltage'
|
||||||
|
entity_category: diagnostic
|
||||||
|
max_voltage: 32V
|
||||||
|
max_current: 10A
|
||||||
|
update_interval: 5s
|
||||||
42
devices/dimmer_outputs.yaml
Normal file
42
devices/dimmer_outputs.yaml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
output:
|
||||||
|
- platform: ledc
|
||||||
|
pin: 33
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl01
|
||||||
|
- platform: ledc
|
||||||
|
pin: 32
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl02
|
||||||
|
- platform: ledc
|
||||||
|
pin: 12
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl03
|
||||||
|
- platform: ledc
|
||||||
|
pin: 14
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chl04
|
||||||
|
|
||||||
|
- platform: ledc
|
||||||
|
pin: 13
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr01
|
||||||
|
- platform: ledc
|
||||||
|
pin: 15
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr02
|
||||||
|
- platform: ledc
|
||||||
|
pin: 2
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr03
|
||||||
|
- platform: ledc
|
||||||
|
pin: 17
|
||||||
|
frequency: 1000Hz
|
||||||
|
inverted: false
|
||||||
|
id: chr04
|
||||||
9
devices/serial_no.yaml
Normal file
9
devices/serial_no.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
text_sensor:
|
||||||
|
- platform: template
|
||||||
|
name: 'Serial No.'
|
||||||
|
lambda: |-
|
||||||
|
std::string mac = get_mac_address();
|
||||||
|
return to_string("${serial_prefix}") + mac.erase(0, mac.length()/2);
|
||||||
|
icon: mdi:expansion-card-variant
|
||||||
|
entity_category: diagnostic
|
||||||
|
update_interval: 60min
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
uart:
|
|
||||||
id: uart_pin3_1
|
|
||||||
rx_pin: GPIO3
|
|
||||||
tx_pin: GPIO1
|
|
||||||
baud_rate: 9600
|
|
||||||
stop_bits: 1
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
dallas:
|
dallas:
|
||||||
- pin: GPIO32
|
- pin: GPIO32
|
||||||
|
|
||||||
# sensor:
|
# sensor:
|
||||||
# - platform: dallas
|
# - platform: dallas
|
||||||
# address: 0x283c01d607d4df28
|
# address: 0x283c01d607d4df28
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
uart:
|
|
||||||
id: uart_pin14_15
|
|
||||||
rx_pin: GPIO14
|
|
||||||
tx_pin: GPIO15
|
|
||||||
baud_rate: 9600
|
|
||||||
stop_bits: 1
|
|
||||||
Reference in New Issue
Block a user