Toshiba home AC control

@m2k93 Can you please check with latest integration version (2021.8.5, you may need to manually remove old version of toshiba-ac as described in comment above)?
In this version you can enable logging for toshiba-ac module by adding this to your configuration.yaml:

logger:
  default: warning
  logs:
    # log level toshiba-ac
    toshiba_ac: debug

This will enable debug logs for toshiba-ac library. After reboot in HA logs you should see logs similar to this one:

2021-08-26 12:48:41 DEBUG (MainThread) [toshiba_ac.device_manager] Found devices: [ToshibaAcDeviceInfo(ac_id='xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', ac_unique_id='xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', ac_name='<name>'), ToshibaAcDeviceInfo(ac_id='xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', ac_unique_id='xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', ac_name='<name>'), ...]

It should include all your ACs. Please check if ac_unique_id for each device is truly unique (toshiba-ac assumes that it’s unique) and let me know in this thread or in this issue: https://github.com/KaSroka/Toshiba-AC-control/issues/2