-
Notifications
You must be signed in to change notification settings - Fork 6
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
Gs514sz with vl702s topside hasn’t got full functionality #17
Comments
Since that display is different than I developed the code for you need to go back to the basis. The only way I figured out was to study the communication behaviour between the control unit and the display using oscilloscope to determine and mimic each button push. |
If you using the https://github.com/MagnusPer/Balboa-GS510SZ/tree/main/examples/Balboa_GS_Read example and try increasing the temp by enter “1” in serial console, does anything change on display? |
Thank you for your comment, I now just need to plug the board back in with the Home Assistant firmware on to see if that works as expected. Thank you for your help. edit: using the mqtt firmware I can remotely send temp up / temp down commands but there seems to be a problem with the temp commands / set temp when using Home Assistant. |
Are you using the MQTT example or this one examples/Balboa_GS_HomeAssistant/Balboa_GS_HomeAssistant.ino @awallace24335 ? |
Try adding a space in the name here so the command mapping matches the name of this button.
|
I was trying to use the Home assistant example but I could get the temp commands working. I then started from the start and used the read example which was working other than lights / pump3 was mixed up. I have just tried the Mqtt example and I can get everything working other that the lights / pump3 being mixed up, so i thing there must be a problem in the home assistant example |
Yeah there is a fault in the home assistant example, the line I listed should be "Temp Up” not "TempUp" and similar for down |
adding this space on both up and down fixed this issue of the Temp Up and Temp Down commands. The only thing that I am missing is the Climate option (temp) I don't think its receiving all the values. Thank you |
Edit: I have partially sorted it but feel it’s not the correct way as the update target temp isn’t working just yet. |
The current and target match between the climate and sensors in that image, so I'm guessing you mean the spa itself hasn't changed? |
Correct, the only reason the target temp works is because i added "hvac.setTargetTemperature(Balboa.setTemperature);" which i now believe is wrong. when i press pump 3 it activates the lights, do you know if this can be switched around? thank you for your help |
Clearly different outputs have been used on your controller to the author of the library Just swap this line else if (s_payload == "Pump3") { With the line about light |
No problem i will do that. Thank you I don't think the status is tracked of Pump 3 to verify if its on or not. Is it possible to add it here or will it not work? |
I've created a PR with some untested code that might help you along #19 |
Hello and thank you so much for this project.
I have set everything up using the HA example and 1/2 of the functions seem to work fine and the rest don’t.
The functions that are not functioning are:
Mode button
Temp up
Temp down
Lights button + lights on data
Heater status, pump 1, pump 2, display data and temp all work fine.
My topside is slightly different being the Vl702s so wondering if there could be a slight variation in the coding.
is there anything I can try to do, to get this fully functioning.
these are the results using the serial reader:
Water temperature): 34.50
Set temperature: 39.50
LCD Display: 34.5C
Display button: 0
Standard mode: 1
Heater: 1
Pump 1: 0
Pump 2: 0
Light: 0
Many thanks
The text was updated successfully, but these errors were encountered: