fixing exphome devices and getting rid of grocy

This commit is contained in:
CeeWeasel
2025-03-10 20:00:56 -04:00
parent 28c2087ac3
commit ab4a65387e
26 changed files with 37 additions and 1151 deletions
+4 -1
View File
@@ -21,4 +21,7 @@ logger:
packages:
wifi: !include common/wifi.yaml
device_base: !include common/device_base.yaml
hx711: !include common/hx711_single_verbose.yaml
hx711: !include common/hx711_single_verbose.yaml
esp8266:
board: nodemcuv2
+2 -2
View File
@@ -1,7 +1,7 @@
esphome:
name: ${devicename}
platform: ${platform}
board: ${board}
# platform: ${platform}
# board: ${board}
# Enable logging
logger:
+3 -1
View File
@@ -3,7 +3,7 @@ substitutions:
entity_name: front_yard_plant_monitor
friendly_name: Front Yard Plant Monitor
platform: ESP32
board: esp32-poe-iso #nodemcu-32s
board: esp32-poe-iso
static_ip: !secret front-yard-plant-monitor-ip
packages:
@@ -12,6 +12,8 @@ packages:
device_base: !include common/device_base.yaml
ble_proxy: !include common/ble_proxy.yaml
esp32:
board: esp32-poe-iso
logger:
level: DEBUG
+3
View File
@@ -12,6 +12,9 @@ packages:
device_base: !include common/device_base.yaml
ble_proxy: !include common/ble_proxy.yaml
esp32:
board: esp32-poe-iso
logger:
level: DEBUG
logs:
+3
View File
@@ -23,3 +23,6 @@ packages:
device_base: !include common/device_base.yaml
hx711: !include common/hx711_single_verbose.yaml
ble_proxy: !include common/ble_proxy.yaml
esp32:
board: wemos_d1_mini32
+3
View File
@@ -10,6 +10,9 @@ packages:
wifi: !include common/wifi.yaml
device_base: !include common/device_base.yaml
esp8266:
board: d1_mini
esphome:
# If buzzer is enabled, notify on api connection success
on_boot:
+3
View File
@@ -82,6 +82,9 @@ packages:
# device_base: !include common/complex_esp32_base.yaml
device_base: !include common/device_base.yaml
esp32:
board: nodemcu-32s
# web_server:
# port: 80
+3
View File
@@ -22,3 +22,6 @@ packages:
wifi: !include common/wifi.yaml
device_base: !include common/device_base.yaml
hx711: !include common/hx711_single_verbose.yaml
esp8266:
board: nodemcuv2