I've got a Swimmax branded heat pump and it uses Alsavo Pro to manage it. I seem to be having an issue connecting to it using your wonderful app, however and was hoping you might be able to help?
When I run the command ./AlsavoCtrl -s xxx -l xxx I get the following:
date time ( uptime ) [ thread name/id ] file:line v|
2024-01-04 20:41:08.326 ( 0.001s) [main thread ] loguru.cpp:647 INFO| arguments: ./AlsavoCtrl -s 824500049722 -l yellow01
2024-01-04 20:41:08.326 ( 0.001s) [main thread ] loguru.cpp:650 INFO| Current dir: /home/john/AlsavoCtrl/build
2024-01-04 20:41:08.326 ( 0.001s) [main thread ] loguru.cpp:652 INFO| stderr verbosity: 0
2024-01-04 20:41:08.326 ( 0.001s) [main thread ] loguru.cpp:653 INFO| -----------------------------------
2024-01-04 20:41:08.326 ( 0.001s) [main thread ] AlsavoCtrl.cpp:360 INFO| Disconnecting.
2024-01-04 20:41:08.326 ( 0.002s) [main thread ] AlsavoCtrl.cpp:293 INFO| Connecting to 47.254.157.150:-14344...
2024-01-04 20:41:08.587 ( 0.263s) [main thread ] AlsavoCtrl.cpp:311 ERR| Invalid auth challenge packet (pump offline?), disconnecting
I came across another issue or discussion on here where you advised someone to use PCAPdroid to capture packets so I did that and saw that the app was making a connection to a server at 47.88.188.100 on port 51192 so I tried ./AlsavoCtrl -s xxx -l xxx -a 47.88.188.100 -p 51192 and was successfully able to connect to the Chinese server.
However, I cannot for the life of me figure out how to connect to the heat pump directly over the LAN, I know the IP but port 1194 doesn't work. I've tried running a port scanner (nmap) on the heat pump's IP but that didn't reveal much. Any other ideas?
I've got a Swimmax branded heat pump and it uses Alsavo Pro to manage it. I seem to be having an issue connecting to it using your wonderful app, however and was hoping you might be able to help?
When I run the command
./AlsavoCtrl -s xxx -l xxxI get the following:I came across another issue or discussion on here where you advised someone to use PCAPdroid to capture packets so I did that and saw that the app was making a connection to a server at 47.88.188.100 on port 51192 so I tried
./AlsavoCtrl -s xxx -l xxx -a 47.88.188.100 -p 51192and was successfully able to connect to the Chinese server.However, I cannot for the life of me figure out how to connect to the heat pump directly over the LAN, I know the IP but port 1194 doesn't work. I've tried running a port scanner (nmap) on the heat pump's IP but that didn't reveal much. Any other ideas?