Got it running but then it stopped.
No devices defined.
Almost there!
I’ve defined the 2 AC devices (Ip and mac correct) in the config.yml but after running monitor.py still returning no devices found.
Any further assistance would be appreciated. Thanks
UPDATE:
Manged to get a dump from the monitor now with lots of config details for the 2 A/C units.
Do I place this in the HA climate yaml? Had issues trying to do this. ids/mf/pl_avil etc were not being recognized by ha.
- action_topic: /aircon/24dfa7cb98fc/homeassistant/set
availability_topic: /aircon/LWT
current_temperature_topic: /aircon/24dfa7cb98fc/ambient_temp/value
device:
ids: 24dfa7cb98fc
mf: Broadlink
model: Aircon
name:"
sw: 1.1.1
fan_mode_command_topic: /aircon/24dfa7cb98fc/fanspeed_homeassistant/set
fan_mode_state_topic: /aircon/24dfa7cb98fc/fanspeed_homeassistant/value
fan_modes:
- Auto
- Low
- Medium
- High
- Turbo
- Mute
max_temp: 32.0
min_temp: 16.0
mode_command_topic: /aircon/24dfa7cb98fc/mode_homeassistant/set
mode_state_topic: /aircon/24dfa7cb98fc/mode_homeassistant/value
modes:
- 'off'
- cool
- heat
- fan_only
- dry
name: "
pl_avail: online
pl_not_avail: offline
platform: mqtt
precision: 0.5
temperature_command_topic: /aircon/24dfa7cb98fc/temp/set
temperature_state_topic: /aircon/24dfa7cb98fc/temp/value
unique_id: 24dfa7cb98fc
Invalid config for [climate.mqtt]: [ids] is an invalid option for [climate.mqtt]. Check: climate.mqtt->device->ids. (See ?, line ?).
Fixed the configs with this:
device:
identifiers : 24DFA7CB8C91
manufacturer : Broadlink
model: Aircon
name: Office
sw_version: 1.1.1
Will try again