ESPHome new device, DIN power mon PMB

This commit is contained in:
root
2025-08-27 00:11:56 +12:00
parent 8adb0a63ba
commit c547bd8cb9
6 changed files with 776 additions and 16 deletions

View File

@@ -27,7 +27,8 @@ substitutions:
api_key: !secret esp-api_key # unfortunately you can't use substitutions inside secrets names
ota_pass: !secret esp-ota_pass # unfortunately you can't use substitutions inside secrets names
static_ip_address: !secret esp-officeusbhubpower_ip
mqtt_main_command_topic: !secret mqtt_main_command_topic
mqtt_command_main_topic: !secret mqtt_command_main_topic
mqtt_status_main_topic: !secret mqtt_status_main_topic
# Device Settings
relay_icon: "mdi:generator-portable"
@@ -40,7 +41,7 @@ substitutions:
# MQTT Controls
mqtt_device_name: "office-usbhub-power"
mqtt_main_topic: "${mqtt_main_command_topic}/${mqtt_device_name}" # Topic we will use to command stuff from external without HA
mqtt_main_topic: "${mqtt_command_main_topic}/${mqtt_device_name}" # Topic we will use to command stuff from external without HA
##########################################################################################
# PACKAGES: Included Common Packages