-
Notifications
You must be signed in to change notification settings - Fork 11
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
RBC-AMS55E reporting 01 as master and not 00 as expected #51
Comments
Interesting, it seems that your master identifies as 01 instead of 00 in my setup Maybe changing that line to #define MASTER 0x01 could do the trick. Not sure if MASTER is used in all the commands or I jsut hardcoded 0x00 value (in such a case you can replace it by MASTER) toshiba_air_cond/air/toshiba_serial.h Line 14 in 3881bce
|
oooops, I have checked the code and it is always hardcoded (toshiba_serial.hpp), I should change it but in the meantime you can replace all the 0x00 by 0x01 For example power functions should be like this void air_set_power_on(air_status_t *air) { void air_set_power_off(air_status_t *air) { |
only in toshiba_serial.h ? |
and the functions in toshiba_serial.hpp air_set_power_on and the rest. byte 0 is normally source and byte 1 is destination toshiba_air_cond/air/toshiba_serial.hpp Line 114 in 3881bce
|
Sorry i am a hardware type an not software. I change 0x00 to 0x01 but now ich get allways an error:
In file included from c:\Users\HP EliteDesk\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson.hpp:42, Compilation error: exit status 1 |
Discussed in #50
Originally posted by Gerhard1968 January 19, 2025
Hello friends, i build the project with the pcb from issalig and connect to my wall controller RBC-AMS55E. I can read the codes on the web side. It shows me the same setting of the RBC-AMS55E on the webside, but its not able to send the commands from webside to the RBC-AMS55E.
Its a different protocol? I see it´s a little differenc in the first and last bit.
And sorry about my bad english!
The text was updated successfully, but these errors were encountered: