signalkraft
signalkraft
@qubidt I looked into the underlying auth lib (passport) but couldn't figure out a good way to get groups out of it. Its main purpose is authentication, so maybe I...
@qubidt Here's my two scripts as a starting point for anyone in a similar position. `get_ipa_client` is just a thin wrapper around FreeIPAs Python SDK. ```python import os import requests...
Are you calling the operation mode service in HA? Can you share exactly what parameters you are sending?
Should work in the latest release https://github.com/signalkraft/mypyllant-component/releases/tag/v0.8.4
Could you post debug logs, please? In theory, this integration should work with two controllers.
How does it look in the latest version? If the error persists, you would need to try [reverse engineering](https://signalkraft.com/mypyllant-component/3-reverse-engineering/) to find out what API endpoints your setup uses.
You would need to tell me the address of the login page that opens when you log into your MyVAILLANT account. For Germany, it looks like this: `https://identity.vaillant-group.com/auth/realms/vaillant-germany-b2c/protocol/openid-connect/auth?...`. I need...
There should be a service `set_ventilation_fan_stage` that you can call. Let me know if that works, or not. It's not very well tested, I don't have a recovair in my...
Should work in the latest release https://github.com/signalkraft/mypyllant-component/releases/tag/v0.8.4
@swDomass you need to enable debug logs and ideally also post test data. Instructions are in the documentation, or in the template when you open a new ticket.