mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8412fb6fe5 | ||
|
|
1befa8554a | ||
|
|
3741466e05 | ||
|
|
501155c99e | ||
|
|
866a2c99ea | ||
|
|
6b44f23693 |
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
@@ -40,7 +40,6 @@ 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:
|
||||||
@@ -576,3 +575,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
@@ -39,7 +39,6 @@ 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:
|
||||||
@@ -572,3 +571,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
@@ -40,7 +40,6 @@ 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:
|
||||||
@@ -633,3 +632,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
|
||||||
|
|||||||
@@ -23,31 +23,13 @@ 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.5
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_lights_v0_7.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
modbus:
|
|
||||||
send_wait_time: 200ms
|
|
||||||
uart_id: uart_pin14_15
|
|
||||||
id: mod_bus
|
|
||||||
|
|
||||||
modbus_controller:
|
|
||||||
- id: sofarsolar
|
|
||||||
address: 0x09
|
|
||||||
modbus_id: mod_bus
|
|
||||||
setup_priority: -10
|
|
||||||
update_interval: 15s
|
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
# extra_boneio_package:
|
|
||||||
# url: github://boneIO-eu/esphome-packages
|
|
||||||
# file: sofar-inverter-ktl.yaml
|
|
||||||
# vars:
|
|
||||||
# sofar_modbus_id: sofarsolar
|
|
||||||
|
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
@@ -57,7 +39,6 @@ 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:
|
||||||
@@ -647,3 +628,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
@@ -40,7 +40,6 @@ 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:
|
||||||
@@ -632,3 +631,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
@@ -39,7 +39,6 @@ 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:
|
||||||
@@ -628,3 +627,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
@@ -40,7 +40,6 @@ 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:
|
||||||
@@ -737,3 +736,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
@@ -39,7 +39,6 @@ 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:
|
||||||
@@ -733,3 +732,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
@@ -40,7 +40,6 @@ 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:
|
||||||
@@ -736,3 +735,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
@@ -39,7 +39,6 @@ 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:
|
||||||
@@ -733,3 +732,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_5-v0_6/display.yaml',
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
@@ -40,7 +40,6 @@ 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:
|
||||||
@@ -839,3 +838,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
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ 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.5
|
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.5
|
ref: v1.0.15
|
||||||
files: [
|
files: [
|
||||||
'devices/buzzer.yaml',
|
'devices/buzzer.yaml',
|
||||||
'devices_v0_7/display.yaml',
|
'devices_v0_7/display.yaml',
|
||||||
@@ -39,7 +39,6 @@ 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:
|
||||||
@@ -835,3 +834,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
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ external_components:
|
|||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.10
|
ref: v1.0.15
|
||||||
files:
|
files:
|
||||||
[
|
[
|
||||||
'devices/dimmer_serial_no.yaml',
|
'devices/dimmer_serial_no.yaml',
|
||||||
@@ -38,7 +38,7 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@v1.0.10
|
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
pcf8574:
|
pcf8574:
|
||||||
@@ -62,6 +62,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
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ external_components:
|
|||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.10
|
ref: v1.0.15
|
||||||
files:
|
files:
|
||||||
[
|
[
|
||||||
'devices/dimmer_serial_no.yaml',
|
'devices/dimmer_serial_no.yaml',
|
||||||
@@ -38,7 +38,7 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.10
|
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
pcf8574:
|
pcf8574:
|
||||||
@@ -58,7 +58,6 @@ text_sensor:
|
|||||||
name: 'boneio-dimmer- Version'
|
name: 'boneio-dimmer- Version'
|
||||||
icon: mdi:cube-outline
|
icon: mdi:cube-outline
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
update_interval: 10m
|
|
||||||
- platform: ethernet_info
|
- platform: ethernet_info
|
||||||
ip_address:
|
ip_address:
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
@@ -69,7 +68,7 @@ text_sensor:
|
|||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
lambda: |-
|
lambda: |-
|
||||||
return id(eth).get_use_address();
|
return id(eth).get_use_address();
|
||||||
update_interval: 60s
|
update_interval: 5min
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ external_components:
|
|||||||
packages:
|
packages:
|
||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: v1.0.10
|
ref: v1.0.15
|
||||||
files:
|
files:
|
||||||
[
|
[
|
||||||
'devices/dimmer_serial_no.yaml',
|
'devices/dimmer_serial_no.yaml',
|
||||||
@@ -38,7 +38,7 @@ ethernet:
|
|||||||
power_pin: GPIO16
|
power_pin: GPIO16
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.10
|
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@latest
|
||||||
import_full_config: true
|
import_full_config: true
|
||||||
|
|
||||||
pcf8574:
|
pcf8574:
|
||||||
@@ -62,6 +62,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
|
||||||
|
|||||||
@@ -4,11 +4,12 @@ sensor:
|
|||||||
shunt_resistance: 0.005 ohm
|
shunt_resistance: 0.005 ohm
|
||||||
bus_voltage:
|
bus_voltage:
|
||||||
name: 'VDDL Supply'
|
name: 'VDDL Supply'
|
||||||
unit_of_measurement: 'V'
|
entity_category: diagnostic
|
||||||
|
power:
|
||||||
|
name: 'VDDL Power'
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
current:
|
current:
|
||||||
name: 'VDDL Current'
|
name: 'VDDL Current'
|
||||||
unit_of_measurement: 'A'
|
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
shunt_voltage:
|
shunt_voltage:
|
||||||
name: 'VDDL Shunt Voltage'
|
name: 'VDDL Shunt Voltage'
|
||||||
@@ -21,11 +22,12 @@ sensor:
|
|||||||
shunt_resistance: 0.005 ohm
|
shunt_resistance: 0.005 ohm
|
||||||
bus_voltage:
|
bus_voltage:
|
||||||
name: 'VDDR Supply'
|
name: 'VDDR Supply'
|
||||||
unit_of_measurement: 'V'
|
entity_category: diagnostic
|
||||||
|
power:
|
||||||
|
name: 'VDDR Power'
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
current:
|
current:
|
||||||
name: 'VDDR Current'
|
name: 'VDDR Current'
|
||||||
unit_of_measurement: 'A'
|
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
shunt_voltage:
|
shunt_voltage:
|
||||||
name: 'VDDR Shunt Voltage'
|
name: 'VDDR Shunt Voltage'
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ text_sensor:
|
|||||||
return "dim" + mac.erase(0, mac.length()/2);
|
return "dim" + mac.erase(0, mac.length()/2);
|
||||||
icon: mdi:expansion-card-variant
|
icon: mdi:expansion-card-variant
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
update_interval: 10m
|
update_interval: 10min
|
||||||
|
|||||||
@@ -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