Replies: 1 comment 1 reply
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a problem with the Pump communication. After the Start of the ESP32 everything looks fine. I get connection to the WLAN an also DATA from the Pump for eg. the Temperature. In the MQTT Explorer also the IntexSpa is visible with the right data. But after a few seconds the communication between the ESP32 and the pumps seem to be broken. I get only Messages like this from the debug console.
First:
IntexSpa/Communication with pump 1
after few Seconds
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Pump data : 38 00 00 00 01 15 15 25 00 00 00 00 00 00 00 6D 90
Debug Send command : 38 00 00 00 00 00 22 CE
and so on
Have anyone an Idea?
Beta Was this translation helpful? Give feedback.
All reactions