-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fill Duration #6
Comments
Hi, the duration is set separately. Since that is something that is typically set during initial setup and changed rarely, I didn’t look into the related BLE packets |
I appreciate you can set the default fill duration and temperature, however the app allows multiple profiles each with a different temperature and duration. Therefore I assume the control command send when calling control_outlets Includes information as to using the default fill duration or a custom one for as im guessing it does for another profile? Alternatively the profiles are saved on the mixer and it’s calling different profiles that include the temperature and duration. Any thoughts how you might be able to set the full duration using control_outlets or another function? Many Thanks |
Given that now we have a (near) complete protocol documentation, it is possible to also set the preset data via Python, I'll add that to the CLI as well. |
@alexpilotti firstly thank you! This is fantastic.
Do you know of a way to control the bath full duration?
In the app you set both the temperature and duration, I’m guessing the duration is one of the non parameterised bytes in control_outlets?
Thanks
The text was updated successfully, but these errors were encountered: