Component to integrate with WattBox.
This component should work with or without a battery. It reports all values available in the API, and creates outlets for each plug based on the API return.
It also creates a master switch that should function the same as the master switch on the unit. It will turn on / off all the switches that the physical switch on the box does. You can config that through the UI on the wattbox directly. I have not found an API to control it yet.
Be careful, if the WattBox controls the power to its own networking equipment you can turn it off and not have remote access until you fix it. You may even have to plug it in elsewhere to get back online and turn that outlet back on in HA.
{% if not installed %}
- Click install.
- Configure via
configuration.yaml
wattbox:
- host: [IP ADDRESS OF WATTBOX]
name: [OPTIONAL: Default wattbox]
username: [OPTIONAL: Default wattbox]
password: [OPTIONAL: Default wattbox]
scan_interval: [OPTIONAL: Default 00:00:30]
{% endif %}