feat(zs500): initial device support for heat pump#61
feat(zs500): initial device support for heat pump#61JorgenEvens wants to merge 3 commits intoflz:masterfrom
Conversation
|
Thank you for the contribution! I'll spend some time reviewing the code when I get a chance but in the meantime, please add unittests similar to those that exist for iaqua. |
2040ed1 to
ead73d4
Compare
|
I've implemented the tests. There is a small set of tests that were implemented in the Test Base classes that were not relevant to the implementation using the AWS IOT Core SDK. |
|
Were the tests successful? What needs to be done to add support for this heat pump? |
|
Can i test the changed files myself? https://github.com/EvensSolutions/iaqualink-py does not match https://github.com/home-assistant/core/tree/dev/homeassistant/components/iaqualink so how can i import these files into Home Assistant? |
|
This project is the library used by the I prefer to get my changes merged into this library rather than publish another package. |
|
@flz Is there still any interest in this PR? |
ead73d4 to
b90e8aa
Compare
|
I've rebased this PR on the latest |
This adds support for a Zs500 series heat pump.
The mobile app uses AWS IOT Core to communicate with the heat pump so the code replicates that behaviour.