Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home Assistant "unknown" status #16

Closed
DrSpaldo opened this issue Apr 21, 2023 · 3 comments
Closed

Home Assistant "unknown" status #16

DrSpaldo opened this issue Apr 21, 2023 · 3 comments

Comments

@DrSpaldo
Copy link

I've been having troubles getting the integration working. I had the system installed yesterday and have the AquaTemp app working. It only shows the inlet, outlet and target temp though. I have turned on debug and this is the error message in the log:

2023-04-21 10:47:59.660 DEBUG (MainThread) [custom_components.aquatemp.climate] {'error_code': '0', 'error_msg': 'Success', 'error_msg_code': '', 'object_result': {'role_name': 'User', 'user_type': 'Customer', 'user_id': '16488989809809', 'user_name': 'my@email.com', 'nick_name': 'DrSpaldo', 'roleName': 'User', 'x-token': '1F7B5F63E163D4E8493B98089FF', 'real_name': None}, 'is_reuslt_suc': True}
2023-04-21 10:48:02.477 DEBUG (MainThread) [custom_components.aquatemp.climate] {'error_code': '0', 'error_msg': 'Success', 'error_msg_code': '', 'object_result': [], 'is_reuslt_suc': True}
2023-04-21 10:48:02.477 ERROR (MainThread) [custom_components.aquatemp.climate] Error logging in. Will keep on trying.

Note, a few little changes to not give out my details above. But the info listed in the real log is correct...

Here is my HA code:

- platform: aquatemp
    name: aquatemp
    username: !secret aquatemp_username
    password: !secret aquatemp_password
    min_temp: 20
    max_temp: 35
    temperature_unit: C
    unique_id: plum_pool
    expose_codes: true
    attribute_map:
      T05: ambient_temperature
      T03: outlet_temperature
      T02: inlet_temperature
      T01: suction_temperature

A few other things; I have uninstalled & reinstalled four times. No change. I have changed my password in the app, so it is not so complicated (removed symbols). No change. I have used the user/pass in the config.yaml, then moved it into secrets, then moved it into climate.yaml. All no change.

I will post in both the forum and make a github issue, so it is easier to find. I have searched both areas and have found one similar issue and that person fixed it by re-installing, it hasn't fixed mine :(

Any ideas?

@elad-bar
Copy link
Collaborator

fixed in v3.0.1, pls check and update (will require to read README and adjust configuration / reintegrate)

thanks

@elad-bar
Copy link
Collaborator

elad-bar commented Jun 9, 2023

Closing the issue, if still relevant, please open another issue with details and logs

Thanks

@elad-bar elad-bar closed this as completed Jun 9, 2023
@DrSpaldo
Copy link
Author

DrSpaldo commented Jun 9, 2023

Thanks @elad-bar , it is connecting much better. I will double check over the weekend to make sure all the values are coming through

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants