Git Product home page Git Product logo

Comments (4)

modestindustries avatar modestindustries commented on July 23, 2024

I'm seeing similar behaviour. On homebridge-broadlink-rm, temperatures have always worked, but now that I'm on this fork, the AC comes on at 30C and stays there until I drop the interface temp to 19C, which causes the AC unit to set to 26C.

This also appears to affect the AC fan. If the AC comes on at 30C, and I then adjust the fan speed, the temp changes to 25C, which has never happened before. Config is as follows:

                    "name": "Air Conditioner",
                    "type": "air-conditioner",
                    "temperatureDisplayUnits": "C",
                    "temperatureUpdateFrequency": 10,
                    "maxTemperature": 30,
                    "minTemperature": 10,
                    "defaultCoolTemperature": 26,
                    "pseudoDeviceTemperature": 26,
                    "replaceAutoMode": "cool",
                    "turnOnWhenOff": true,
                    "ignoreTemperatureWhenOff": true,
                    "minimumAutoOnOffDuration": 30,
                    "allowResend": true,
                    "preventResendHex": true,
                    "data": {
                        "on": "hexData",
                        "off": "hexData",
                        "temperature30": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature29": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature28": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature27": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature26": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature25": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature24": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature23": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature22": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature21": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature20": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature19": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature18": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature17": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        },
                        "temperature16": {
                            "pseudo-mode": "cool",
                            "data": "hexData"
                        }
                    }
                },
                {
                    "name": "AC Fan",
                    "type": "fan",
                    "data": {
                        "on": "hexData",
                        "off": "hexData",
                        "fanSpeed10": "hexData",
                        "fanSpeed50": "hexData",
                        "fanSpeed100": "hexData"
                    }
                }

from homebridge-broadlink-rm.

modestindustries avatar modestindustries commented on July 23, 2024

Looks like removing the pseudo-mode settings from the config, and changing the temperaturexx to coolxx has fixed the temperature issue. Fan issues persist.

from homebridge-broadlink-rm.

Faisalthe01 avatar Faisalthe01 commented on July 23, 2024

Looks like removing the pseudo-mode settings from the config, and changing the temperaturexx to coolxx has fixed the temperature issue. Fan issues persist.

Its fixed because it cannot find temperature30 anymore, if you see the logs it still send temperature30 when Its turned on but since you changed them to cool, it sends nothing. It is a bug

from homebridge-broadlink-rm.

benjaminbogdanovic avatar benjaminbogdanovic commented on July 23, 2024

Whether to heat or cool is determined by this:
Screenshot 2020-07-06 at 03 09 53

from homebridge-broadlink-rm.

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.