Open Ed62641 opened 2 months ago
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