You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ive successfully managed to dump my AC remote & i believe I've managed to gather the correct info required to be able to control it through this library. Is there any possibility it could be added or someone could help me add it?.
----- AC Unit brand -----
electriQ - [I believe its a rebadge / redesign of a TROTEC unit]
----- Protocol ------
TROTEC_3550 - Reported protocol when using IRremoteDumpV3
you need to add your new model into the HeatpumpIRFactory, so that you can create new instances of it
you need to provide the implementation
the header file should contain all constants, and the definition of your device-specific class, which has the HeatpumpIR class as its parent class
the cpp file has the implementation, in the simplest form it has a constructor, generic public 'send' method (transforms the generic parameter format into device-specific parameter format, validates parameter ranges etc) and a private 'send' method which will then implement the actual sending of the IR signal
Hi All,
Ive successfully managed to dump my AC remote & i believe I've managed to gather the correct info required to be able to control it through this library. Is there any possibility it could be added or someone could help me add it?.
----- AC Unit brand -----
electriQ - [I believe its a rebadge / redesign of a TROTEC unit]
----- Protocol ------
TROTEC_3550 - Reported protocol when using IRremoteDumpV3
----- Code -----
0x5503000100002180FA (72 Bits)
----- Raw Dump -----
----- Trotec3550 Protocol Structure -----
----- Timings -----
The text was updated successfully, but these errors were encountered: