Coder Social home page Coder Social logo

Comments (11)

 avatar commented on August 14, 2024

Interesting. Isn't your remote control send the ON command every time you change the mode, temperature etc..? What's your AC model?

from smartir.

acidquest avatar acidquest commented on August 14, 2024

I'm not at home now, I can not give you the exact model number. AC Fujitsu General. The remote control is off in its normal state. The display on the remote control is also turned off. I press the button - turn on, then the air conditioner turns on and the display appears on the remote and it can control the modes and temperature.

I read some commands from the remote and put them in the configuration file. Everything works except the tuned on AC.
For example the command:

"cool": {
"auto": {
"18": "JgD2AGs2Dg4NDg0pDg4NKQ0ODQ8NDg0pDSkNDw0ODQ4NKQ4pDQ4NDg0PDQ4NDg4ODQ4NDg0PDQ4NDg4ODQ4NKQ0PDQ4NDg0PDQ4NDg0PDSkNDg0ODg4NDg0ODikNKQ0pDSkNKQ4pDQ4NDg0PDSkNDg0ODg4NDg0ODg4NDg0ODikNKQ0ODQ4ODgwPDQ8NDg0ODSkODg0ODSkNDw0ODQ4ODg0ODQ4ODg0ODA8ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ8NDg0ODA8ODg0ODQ8NKQ0pDSkNKQ0PDSkNDg0pDQANBQAA==",

I can turn on the AC with this switch:

  • platform: broadlink
    host: 10.5.254.25
    mac: 'C8:F7:42:16:97:5D'
    timeout: 15
    switches:
    fujitsu_ac:
    friendly_name: "Fujitsu General AC ON_OFF"
    command_on: 'JgD2AGw2DQ4NDg4pDQ4NKQ0ODg4NDg0pDSkODg0ODQ4OKQ0pDQ4NDg4ODQ4NDw0ODQ4NDw0ODQ4NDw0ODQ4NKQ4ODQ4NDg4ODQ4NDg4ODSkNDg0PDQ4NDg4ODSkNKQ0pDSkOKQ0pDQ4NDg4ODSkNDg0PDQ4NDg0PDQ4NDg4ODSkNKQ0ODg4NKQ0ODQ8NDg0ODSkODg0ODSkNDw0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ8NDg0ODQ8NDg0ODQ8NDg0ODQ8NDg0pDSkNKQ4ODSkNDg0pDgANBQAA=='
    command_off: 'JgBmAGw2DQ4ODg0pDQ4NKQ4ODQ4NDg4pDSkNDg0ODg4NKQ0pDQ4ODg0ODQ8NDg0ODQ8NDg0ODQ8NDg0ODQ8NKQ0ODQ4ODg0ODQ4ODg0ODSkODg0ODQ4ODg0pDQ4NDw0ODQ4NDw0ODQANBQAA=='

But in this operation, the climate component of course remains in the off mode.

Is it possible to add a command ON in the component?

I will read all the commands from the remote and send you a complete file later to add to the AC code DB.

from smartir.

 avatar commented on August 14, 2024

Does your unit have indicators to display the current operation mode?

from smartir.

acidquest avatar acidquest commented on August 14, 2024

No, indication only in the pult

from smartir.

 avatar commented on August 14, 2024

Please do the following. Turn on your unit from the remote control, set the mode to heat and turn it off. Go to another room or hide the IR led of your remote and press the on button, change the mode to cool and press the off button. Unhide the IR led and turn on your AC. Is your unit in heat or cool mode?

from smartir.

acidquest avatar acidquest commented on August 14, 2024

ok, I'll check this scenario in the evening when I'm at home

from smartir.

acidquest avatar acidquest commented on August 14, 2024

I test. Result - cool mode.
Thank you very much. After checking your test, I understood how to read the codes. I set the necessary parameters on the remote control, turn it off, then start the broadlink_learn service in HA and turn on the remote control. Thus I get the command to turn on the AC in the right mode and temperature. After few day i send you file with ir code of my AC.

from smartir.

 avatar commented on August 14, 2024

However, this is not the correct behavior of an AC unit. In the 99% of units, every time you change the mode or temperature from the remote control, an On command is also sent. So you don't have to turn off / on every time your device in order to learn the code
Please compare the code you receive when you went from cold to heat and from off to heat. Of course, at the same temperature, swing etc.
I really appreciate your help.

from smartir.

 avatar commented on August 14, 2024

Also, consider using the broadlink manager windows app to get your codes.
Broadlink Manager

from smartir.

acidquest avatar acidquest commented on August 14, 2024

I compare, code is different.
This code remote send if it in on state:
JgD2AGs2Dg4NDg0pDg4NKQ0ODQ8NDg0pDSkNDw0ODQ4NKQ4pDQ4NDg0PDQ4NDg4ODQ4NDg0PDQ4NDg4ODQ4NKQ0PDQ4NDg0PDQ4NDg0PDSkNDg0ODg4NDg0ODikNKQ0pDSkNKQ4pDQ4NDg0PDSkNDg0ODg4NDg0ODg4NDg0ODikNKQ0ODQ4ODgwPDQ8NDg0ODSkODg0ODSkNDw0ODQ4ODg0ODQ4ODg0ODA8ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ4ODg0ODQ8NDg0ODA8ODg0ODQ8NKQ0pDSkNKQ0PDSkNDg0pDQANBQAA==

This code if it in OFF state:
JgD2AG01DwwPDA8oDg0PJxAMDg0ODQ8nDygPDA8MDw0OKA8nDwwPDQ4NDwwPDQ4NDwwPDQ4NDwwPDQ4NDwwPKA8MDwwPDQ4NDwwPDQ4NDycQCw8NDg0PDA8NDigPJxAmECcPJw8nDwwPDQ4NDycPDA8NDg0PDA8NDg0PDA8NDigPJxALDw0OKA8MDw0ODQ8MDygPDA8MDycQDA4NDwwPDQ4NDwwPDQ4NDwwPDQ4NDw0ODQ4NDw0ODQ4NDw0ODQ8MDw0ODQ8MDw0ODQ8MDw0ODQ8MDw0ODQ8MDw0ODQ8MDw0ODQ8MDw0ODQ8nECYQJw8MDycQCw8oDwANBQAA==

both codes - cool, auto, 18

from smartir.

ramelito avatar ramelito commented on August 14, 2024

Interesting. Isn't your remote control send the ON command every time you change the mode, temperature etc..? What's your AC model?

Daikin ATXC-B is not sending ON command every time mode or temperature sent; More, off command can turn on the device;
So seems app logic needs to be tuned;

from smartir.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.