refactor config yaml into new files

This commit is contained in:
root
2025-04-28 15:28:48 -04:00
parent 873064d680
commit c31b8831af
23 changed files with 1106 additions and 0 deletions

26
modbus/meyer.yaml Normal file
View File

@@ -0,0 +1,26 @@
- name: "Meyer VFD"
type: rtuovertcp
host: "192.168.1.175" # IP address of your Modbus device
port: 502 # Default Modbus TCP port
delay: 5
message_wait_milliseconds: 45
timeout: 5
# Sensors for reading and controlling the inverter
sensors:
- name: "VFD Present Frequency"
slave: 1
address: 0 # Register for control word
scale: 0.01
- name: "Frequency Setpoint"
slave: 1
scan_interval: 1
address: 2002 # Register for frequency setpoint
switches:
- name: "Run Control"
scan_interval: 1
slave: 1
address: 2000
unique_id: meyer_