mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac9c9d6ac5 | ||
|
|
8733d0f625 | ||
|
|
9a5c78334d | ||
|
|
28c60689c6 | ||
|
|
3ac8e38f75 |
@@ -13,17 +13,19 @@ esphome:
|
||||
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.7
|
||||
ref: v1.0.10
|
||||
files:
|
||||
[
|
||||
'devices/dimmer_buzzer.yaml',
|
||||
'devices/dimmer_serial_no.yaml',
|
||||
'devices/dimmer_i2c.yaml',
|
||||
'devices/dimmer_ina219.yaml',
|
||||
'devices/dimmer_lm75.yaml',
|
||||
'devices/dimmer_outputs.yaml',
|
||||
]
|
||||
|
||||
ethernet:
|
||||
@@ -36,7 +38,7 @@ ethernet:
|
||||
power_pin: GPIO16
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@v1.0.7
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@v1.0.10
|
||||
import_full_config: true
|
||||
|
||||
pcf8574:
|
||||
@@ -123,6 +125,49 @@ binary_sensor:
|
||||
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: rgbw
|
||||
name: 'RGBW L'
|
||||
@@ -140,3 +185,28 @@ light:
|
||||
white: chr04
|
||||
default_transition_length: 2s
|
||||
gamma_correct: 0
|
||||
|
||||
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
|
||||
|
||||
@@ -13,17 +13,19 @@ esphome:
|
||||
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.7
|
||||
ref: v1.0.10
|
||||
files:
|
||||
[
|
||||
'devices/dimmer_buzzer.yaml',
|
||||
'devices/dimmer_serial_no.yaml',
|
||||
'devices/dimmer_i2c.yaml',
|
||||
'devices/dimmer_ina219.yaml',
|
||||
'devices/dimmer_lm75.yaml',
|
||||
'devices/dimmer_outputs.yaml',
|
||||
]
|
||||
|
||||
ethernet:
|
||||
@@ -36,7 +38,7 @@ ethernet:
|
||||
power_pin: GPIO16
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.7
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.10
|
||||
import_full_config: true
|
||||
|
||||
pcf8574:
|
||||
@@ -56,10 +58,18 @@ text_sensor:
|
||||
name: 'boneio-dimmer- Version'
|
||||
icon: mdi:cube-outline
|
||||
entity_category: diagnostic
|
||||
update_interval: 10m
|
||||
- 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: 60s
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
@@ -123,6 +133,49 @@ binary_sensor:
|
||||
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'
|
||||
@@ -150,3 +203,28 @@ light:
|
||||
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
|
||||
|
||||
@@ -13,17 +13,19 @@ esphome:
|
||||
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.7
|
||||
ref: v1.0.10
|
||||
files:
|
||||
[
|
||||
'devices/dimmer_buzzer.yaml',
|
||||
'devices/dimmer_serial_no.yaml',
|
||||
'devices/dimmer_i2c.yaml',
|
||||
'devices/dimmer_ina219.yaml',
|
||||
'devices/dimmer_lm75.yaml',
|
||||
'devices/dimmer_outputs.yaml',
|
||||
]
|
||||
|
||||
ethernet:
|
||||
@@ -36,7 +38,7 @@ ethernet:
|
||||
power_pin: GPIO16
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.7
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.10
|
||||
import_full_config: true
|
||||
|
||||
pcf8574:
|
||||
@@ -123,6 +125,49 @@ binary_sensor:
|
||||
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: monochromatic
|
||||
output: chl01
|
||||
@@ -173,3 +218,28 @@ light:
|
||||
id: chr_04
|
||||
default_transition_length: 2s
|
||||
gamma_correct: 0
|
||||
|
||||
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,10 +0,0 @@
|
||||
switch:
|
||||
- platform: gpio
|
||||
id: buzzer
|
||||
name: 'Buzzer'
|
||||
pin:
|
||||
pcf8574: pcf_inputs
|
||||
number: 0
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
@@ -14,7 +14,7 @@ sensor:
|
||||
name: 'VDDL Shunt Voltage'
|
||||
entity_category: diagnostic
|
||||
max_voltage: 32V
|
||||
max_current: 3.2A
|
||||
max_current: 10A
|
||||
update_interval: 5s
|
||||
- platform: ina219
|
||||
address: 0x41
|
||||
@@ -31,5 +31,5 @@ sensor:
|
||||
name: 'VDDR Shunt Voltage'
|
||||
entity_category: diagnostic
|
||||
max_voltage: 32V
|
||||
max_current: 3.2A
|
||||
max_current: 10A
|
||||
update_interval: 5s
|
||||
|
||||
@@ -1,19 +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:
|
||||
- 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
|
||||
9
devices/dimmer_serial_no.yaml
Normal file
9
devices/dimmer_serial_no.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
text_sensor:
|
||||
- platform: template
|
||||
name: 'Serial No.'
|
||||
lambda: |-
|
||||
std::string mac = get_mac_address();
|
||||
return "dim" + mac.erase(0, mac.length()/2);
|
||||
icon: mdi:expansion-card-variant
|
||||
entity_category: diagnostic
|
||||
update_interval: 10m
|
||||
Reference in New Issue
Block a user