Eugene Schava
Eugene Schava
pip also should be from Python 3 e.g. `pip3` or `python3 -m pip install -r requirements.txt`
"Authentication failed" means that the Broadlink device is currently connected to the phone application. In order to use it by this tool you need to reset the device and connect...
I'm not sure. You have either remove it from the mobile app or reset device settings to wipe out the connection between device and application
> just need to work out now how to add additional sockets what mode (device_type) do you use in your configuration?
You should use multiple_lookup type to use autodiscovery for multiple devices
Yes, this is what auto-lookup is for The only thing that is essential for lookup modes is correct local_address if your device is connected to multiple networks
Looks like you changed mqtt_multiple_subprefix_format to {type}_{host} So now you need to send commands to the topic like `broadlink/BG1_192.168.1.71/power/1` not `broadlink/power/1`
Sorry, but why it was required to move all these files to data folder?
Sorry, I'm not aware of autodiscovery feature of Home Assistant Could you please provide me with more information or at least point out where I can read about it?
You can try value_template: "{{ value_json.asus[0] }}" because that value is an array