Replies: 5 comments 5 replies
-
There are several points in the documentation that cover this, see:
The TL;DR: is your model/protocol probably isn't supported yet. We can't tell till you follow some of the steps outlined above and provide us with the data. We are good, but we are not magicians. |
Beta Was this translation helpful? Give feedback.
-
Hello David,
I made an excel file with a lot of traced codes and analysed them as
good I can. I found main parameters for my purpose (on/off, temp
setting, mode,swing, (timer))
Btw, I´m using YTF IR with Tasmota and made some rules. Idea is to make
a kind of macro setting to Trotec air condition for example 1h to 18°C
next hour to 19°C ... and so on then A/C off. For individual setting of
night usage.
For analyse I used : https://github.com/ToniA/Raw-IR-decoder-for-Arduino
on Nano3 this was for me very helpful as it gave header info and a nice
0/1 bit structure makes it easier for me to analyse single bits.
A code looks in my case now so (power = on, mode=cool, fan speed=high,
temp=18°C, swing=on)
Irsend
raw,0,12024,5096,550,484,1910,010101010010001100000000000001010000000000000000001100011000100000110110
I can share my findings, but there must be some addional codes analytic
to find last 5% :-)
I attached a pictures of remote control and Trotec A/C.
Best Regards
Boris
Am 09.08.2021 um 15:08 schrieb David Conran:
…
@cool-lox <https://github.com/cool-lox> have you followed any of our
suggestions?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1507 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF474I2KS63NBA25KS357OLT37HOXANCNFSM47JEITWA>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I made this, can you please check if setting is o.k. ?
https://docs.google.com/spreadsheets/d/1j4H1TDJ2QRFLPnls_sxkTZ3c9922TWxqIxwyGWwBIn0/edit?usp=sharing
BR
Boris
Am 11.08.2021 um 10:52 schrieb David Conran:
…
FYI, there is nothing attached.
An excel file is okay, but something viewable by anyone with a web
browser is better. e.g. Google Sheets with read-only & comment share
permissions to /everyone/ etc, or similar.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1507 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF474I2275N52KEB5HCM3ALT4I245ANCNFSM47JEITWA>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Beta Was this translation helpful? Give feedback.
-
@cool-lox Can you please create a new Issue for this. Adding a new protocol shouldn't really be done in the "Discussion" section. |
Beta Was this translation helpful? Give feedback.
-
FYI, the changes mentioned above have been included in the just released v2.7.20 of the library. |
Beta Was this translation helpful? Give feedback.
-
Hello
I´m trying to use above IRhvac code for my Trotec AC PAC3550 which is not working I saw in code mainly with IRhvac code only PAC 3200 A/C is supported. Any chance to implement also PAC 3550 Pro Model? I tryed too option Model:1 or others. Im using YTF IR Bridge Module with Tasmota 9.0.0.2(ir).
As a workaround I´m using this:
Start AC Cooling 18° with:
IRSEND 0,+12005-5130+545-500+600-1950+540d+595fCdHfCdHf+550-495CjHfCdCdGdEf+590fCdGdCdCjCdCdCdGdCjCdCdCdGdHf+520lHfCdGdC-525+515dClLmLdGmLdGdCdGdClMjLlCd+570-475G-505KfHfCdGdO-470HfO-1975CdCdClOfIjCdCjOrIjHfOsCmOfHf+565pC
And Power off with:
IRSEND 0,+12005-5130+545-525+600-1940CcE-1915+550cE-1945CdEiCcCdEiCcCdCdCdE-1950CcCdC-495HcCkHkHcCdCdCdCdCdCk+630iC-530EfCdCkHdCcCdCdCcCdCkHkHcCcCcCkHdCkHcCdEjEiCkHcCdE-1920LiCcCcCdEjCkHdCcCcCdEiEiCd+605fCdCdC
For basic start/stop is o.k. but would be nice have more options with IRhvac command. Orignial remote control is available.
Any suggestions ?
BR
Boris
Beta Was this translation helpful? Give feedback.
All reactions