-
Notifications
You must be signed in to change notification settings - Fork 10
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
Send temperature from remote controller #27
Comments
What do you mean? If it its possible to set a target temperature? If that's the question, the answer is yes and it is done by function air_set_temp at toshiba_air_cond/air/toshiba_serial.hpp Line 136 in 9bd7224
|
Well, re-reading your message maybe you mean the status messages that remote sends to indoor unit like this one:
In such a case, you are true I do not have a function to build these messages. I just decode them because I used remote and my pcb together. A function for sending temp status would be like the following one. Of course without wired controller you need an external thermometer to read the date and set it to sensor_temp variable.
|
If there is not remote and the pcb is alone, it would be necessary to have a ping function
|
Thank you for all of your tips on this! I will have a go at it when I have some time. |
I've discovered when trying to install my PCB that my heatpump is missing several components on the AB terminal board (most notably a transformer) so unfortunately I can't install it. But thanks for your help! |
Ooops. Could you post a photo? Maybe there is an easy fix. |
Hi there,
Is your code able to send a temperature measurement from the remote (or from your PCB/wifi) to the indoor unit? I've had a look through the code and I don't think it's there but I might be missing it. Would it be hard to add?
The text was updated successfully, but these errors were encountered: