Initial commit
This commit is contained in:
69
appdata/homeassistant/configuration.yml
Normal file
69
appdata/homeassistant/configuration.yml
Normal file
@@ -0,0 +1,69 @@
|
||||
climate:
|
||||
- platform: mqtt
|
||||
unique_id: mhi0001a
|
||||
name: MHI
|
||||
initial: 21
|
||||
min_temp: 18
|
||||
max_temp: 30
|
||||
modes:
|
||||
- "auto"
|
||||
- "dry"
|
||||
- "cool"
|
||||
- "fan_only"
|
||||
- "heat"
|
||||
- "off"
|
||||
swing_modes:
|
||||
- "1"
|
||||
- "2"
|
||||
- "3"
|
||||
- "4"
|
||||
- "Swing"
|
||||
- "?"
|
||||
fan_modes:
|
||||
- "1"
|
||||
- "2"
|
||||
- "3"
|
||||
- "4"
|
||||
mode_command_topic: "MHI-AC-Ctrl-F/set/Mode"
|
||||
temperature_command_topic: "MHI-AC-Ctrl-F/set/Tsetpoint"
|
||||
fan_mode_command_topic: "MHI-AC-Ctrl-F/set/Fan"
|
||||
swing_mode_command_topic: "MHI-AC-Ctrl-F/set/Vanes"
|
||||
current_temperature_topic: "MHI-AC-Ctrl-F/Troom"
|
||||
mode_state_topic: "MHI-AC-Ctrl-F/Mode"
|
||||
temperature_state_topic: "MHI-AC-Ctrl-F/Tsetpoint"
|
||||
fan_mode_state_topic: "MHI-AC-Ctrl-F/Fan"
|
||||
swing_mode_state_topic: "MHI-AC-Ctrl-F/Vanes"
|
||||
- platform: mqtt
|
||||
unique_id: mhi0002a
|
||||
name: MHI
|
||||
initial: 21
|
||||
min_temp: 18
|
||||
max_temp: 30
|
||||
modes:
|
||||
- "auto"
|
||||
- "dry"
|
||||
- "cool"
|
||||
- "fan_only"
|
||||
- "heat"
|
||||
- "off"
|
||||
swing_modes:
|
||||
- "1"
|
||||
- "2"
|
||||
- "3"
|
||||
- "4"
|
||||
- "Swing"
|
||||
- "?"
|
||||
fan_modes:
|
||||
- "1"
|
||||
- "2"
|
||||
- "3"
|
||||
- "4"
|
||||
mode_command_topic: "MHI-AC-Ctrl-B/set/Mode"
|
||||
temperature_command_topic: "MHI-AC-Ctrl-B/set/Tsetpoint"
|
||||
fan_mode_command_topic: "MHI-AC-Ctrl-B/set/Fan"
|
||||
swing_mode_command_topic: "MHI-AC-Ctrl-B/set/Vanes"
|
||||
current_temperature_topic: "MHI-AC-Ctrl-B/Troom"
|
||||
mode_state_topic: "MHI-AC-Ctrl-B/Mode"
|
||||
temperature_state_topic: "MHI-AC-Ctrl-B/Tsetpoint"
|
||||
fan_mode_state_topic: "MHI-AC-Ctrl-B/Fan"
|
||||
swing_mode_state_topic: "MHI-AC-Ctrl-B/Vanes"
|
||||
Reference in New Issue
Block a user