Skip to content
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

Open
Gozem opened this issue Sep 14, 2019 · 5 comments
Open

Heat transfer and the yet unknown values #12

Gozem opened this issue Sep 14, 2019 · 5 comments

Comments

@Gozem
Copy link

Gozem commented Sep 14, 2019

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 :-)

@Gozem
Copy link
Author

Gozem commented Sep 14, 2019

Nope, 12V is not needed to access heat transfer mode.

@Gozem
Copy link
Author

Gozem commented Sep 14, 2019

The heat transfer mode (in the app) has just 3 settings. Temperature. Fan speed above temp, and fan speed below temp.

Default are:
Temp = 25C
Speed above: Just a slider with no printed values. At about 80% on the scale.
Speed below: Default off

@Gozem Gozem changed the title Unknown values Heat transfer and the yet unknown values Sep 14, 2019
@PatrickE94
Copy link
Owner

Actually all the characteristics are now decoded. I just haven't updated the manifest properly. Try the getHeatDistributor() function, it will return a named tuple with TemperatureLimit FanSpeedBelow FanSpeedAbove. Rev-eng is still fun tho! If you enjoy it, you can simply not check and discover for yourself!

@Gozem
Copy link
Author

Gozem commented Sep 17, 2019

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.

@PatrickE94
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants