issalig
issalig
Sorry, I wanted to say PM (private message). For some reason I cannot see your address it is shown like this *** @ *** . ****** @ *** . ***...
Ok, pass me you email and I will contact you. You can write it here and I will delete it as soon as I read it.
Is this the pcb from @makusets, right? From your image I see it is not receiving anything, not sure if a HW/signal issue or your unit has a different protocol....
16v are fine. If you have an oscilloscope you can see if there is activity but use a resistor divider to lower down voltage. I assume you have checked AB...
Afaik, that board has a diode that prevents problems if reversed connection. Anyway, to check if they are correct check voltages at the pcb AB connector (green one), put the...
Interesting, it seems that your master identifies as 01 instead of 00 in my setup so instead of 00 FE 10 02 80 8A E6 you have **01** FE 10...
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...
and the functions in toshiba_serial.hpp air_set_power_on and the rest. byte 0 is normally source and byte 1 is destination https://github.com/issalig/toshiba_air_cond/blob/3881bce2d6d0b48492f64b32a3a713a573effbe0/air/toshiba_serial.hpp#L114
Looks like ArduinoJson is complaining. Probably they have change something in the APIs I am using ArduinoJson 6.21.3 and it seems you are using v7 Maybe downgrading it will work....
Nice, there is some progress. Regarding this line 42 #define TIMER_HW_CANCEL 0x01 , this is not the culprit, this just affect timer functions but that feature is not working well....