-
Notifications
You must be signed in to change notification settings - Fork 22
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
Heat transfer and the yet unknown values #12
Comments
Nope, 12V is not needed to access heat transfer mode. |
The heat transfer mode (in the app) has just 3 settings. Temperature. Fan speed above temp, and fan speed below temp. Default are: |
Actually all the characteristics are now decoded. I just haven't updated the manifest properly. Try the |
Oh yes, I saw that once I started to play with the API. Sorry for not updating. I also added setMode and setHeatDistributor and tested. Seems when changing mode (setMode), it also resets all(?) settings. Eg. I can flip between mode 0 (normal with sensors) and 4 (heat transfer), but has to reconfigure all settings when switching mode. I do understand why heat-transfer doesn't work with sensor mode. What takes prescience if over temperature and humid at the same time? However, it would have been nice to have both at the same time. |
In my humble opinion, it should simply be decided by what requires the highest speed. But they have almost surely taken the easy route and created different flows depending on which mode is configured. Reconfiguring is not that bad when it's scripted/automatic. But as you say, you need to externally decide which mode should be configured at the moment, which slightly defeats the autonomy of the device. |
Hi, just bought two Pax Calima and found this. Gonna test it in a few hours.
However, reading the protocol manifest so far, I think the missing pieces might be related to the heat transfer feature. If you take the app, (on ios atleat) and reset the fan. Connect again, you get a series of questions to determine what ”mode” or ”profile” the fan is in. One is ”heat transfer”. Where you set a temperature where is starts. Manual says defailt is 25C (and off at 22C).
Bad part is that if it is in this mode, every other feature is disabled (sensors).
I bought them to ventilate a combined pool area and outdoor room, all completely glassed in. I want both the humidity sensor and heat transfer (cooling during summer).
I hope these scripts can solve my issues. Any ideas on this?
Edit: I forgot. I powered my fan using 12V after I couldnt find the heat transfer settings. Also switched from Android to IOS in an attempt to get what I wanted. Not until I hit ”reset device” and reconnected did I get the questions which switched to heat transfer mode. I dont know if 12V powering is a must. Ill test it :-)
The text was updated successfully, but these errors were encountered: