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

Unable to use the Aquarea web interface when the container is running #3

Open
svillar opened this issue Jul 28, 2022 · 6 comments · Fixed by #12
Open

Unable to use the Aquarea web interface when the container is running #3

svillar opened this issue Jul 28, 2022 · 6 comments · Fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@svillar
Copy link

svillar commented Jul 28, 2022

I'm running the software using the docker image. I've found that I cannot use the Aquarea web interface whenever the service is running because shorthly after login I get a

You have been logged out due to inactivity. Please log in again.
(1001-0001)

dialog that logs me out.

@ronhks
Copy link
Owner

ronhks commented Aug 9, 2022

Yeah, I know that. Actually the solution uses the website interface which is closes out the paralell usage in the same time.
The solution righnt know, not closes the session. I have to redesign this section.

@ronhks ronhks added the bug Something isn't working label Aug 9, 2022
@ronhks ronhks self-assigned this Aug 9, 2022
@jvuotila
Copy link

jvuotila commented Apr 7, 2023

Any news for this problem?

@ronhks
Copy link
Owner

ronhks commented Jun 28, 2023

Sorry guys, my daughter born at december, so I have a little few time. But right now, I will check. Sorry again for the late reply!

@ronhks ronhks linked a pull request Jun 28, 2023 that will close this issue
@ronhks
Copy link
Owner

ronhks commented Jun 28, 2023

I made the changes.
Previously, the application logged in and stayed in.
After the changes, It logs in, and logs out after the data arrive. I happens in every refresh time.
Because, the https://aquarea-smart.panasonic.com/ could not handle multiple logins, If you browsing the webpage, meanwhile the app refreshes the data, you will be logged out from the web. There is no other solution right now :/.

@svillar
Copy link
Author

svillar commented Jul 1, 2023

There are still errors showing up in the logs, for example


ERRO[2023-07-01T00:06:23Z]/Users/ronhks/dev/src/git/github/ronhks/panasonic-aquarea-smart-cloud-mqtt/main.go:78 main.getStatusData() <nil>                                        
ERRO[2023-07-01T00:06:23Z]/Users/ronhks/dev/src/git/github/ronhks/panasonic-aquarea-smart-cloud-mqtt/main.go:79 main.getStatusData() Error while get DeviceData                   
INFO[2023-07-01T00:06:25Z]/Users/ronhks/dev/src/git/github/ronhks/panasonic-aquarea-smart-cloud-mqtt/src/login/login.go:64 github.com/ronhks/panasonic-aquarea-smart-cloud-mqtt/src/login.GetLogin() Login success                                
ERRO[2023-07-01T00:06:48Z]/Users/ronhks/dev/src/git/github/ronhks/panasonic-aquarea-smart-cloud-mqtt/main.go:78 main.getStatusData() <nil>                                        
ERRO[2023-07-01T00:06:48Z]/Users/ronhks/dev/src/git/github/ronhks/panasonic-aquarea-smart-cloud-mqtt/main.go:79 main.getStatusData() Error while get DeviceData                   
INFO[2023-07-01T00:06:50Z]/Users/ronhks/dev/src/git/github/ronhks/panasonic-aquarea-smart-cloud-mqtt/src/login/login.go:64 github.com/ronhks/panasonic-aquarea-smart-cloud-mqtt/src/login.GetLogin() Login success                                

@ronhks
Copy link
Owner

ronhks commented Jul 1, 2023

hmm, that's interesting :/ I check it

@ronhks ronhks reopened this Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants