ronhks / panasonic-aquarea-smart-cloud-mqtt

MQTT transfer layer for Panasonic Smart Cloud platform for manage the Aquarea device
MIT License
29 stars 8 forks source link

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

Open svillar opened 1 year ago

svillar commented 1 year ago

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 commented 1 year ago

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.

jvuotila commented 1 year ago

Any news for this problem?

ronhks commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

hmm, that's interesting :/ I check it