Home Assistant integration for my-PV's AC•THOR.
AC•THOR only supports one active connection. It's impossible to connect to the device while another connection is active.
If you want to control it through another device you need to add them both to Home Assistant and use an automation to call the acthor.set_power
service.
Please be aware that I can't guarantee that this will work well for your use case. I'm trying to make it work for all possible use cases but because of the poor documentation on AC•THOR's side some features might not work as expected.
Don't hesitate to open an issue if something seems off.
Make sure you have HACS installed.
- Add this repository as a custom repository to HACS:
- Use HACS to install the integration.
- Restart Home Assistant.
- Set up the integration using the UI:
If you want to contribute to this please read the Contribution guidelines
If you would like to use the integration in another language, you can help out by providing the necessary translations.
Head over to GitLocalize to start translating.
If your desired language isn't available there, just open an issue to request it.
You can also just do the translations manually in custom_components/acthor/translations/ and open a pull request with the changes.
The load_nominal_power
isn't perfectly accurate which means that the switch might not provide full power.
Devices only seem to use about half of their allocated power. The integration compensates for this by multiplying the value by 2 before writing it to the device.