Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

white westinghouse AC with broadlink #751

Open
Atif911 opened this issue Jun 30, 2023 · 0 comments
Open

white westinghouse AC with broadlink #751

Atif911 opened this issue Jun 30, 2023 · 0 comments

Comments

@Atif911
Copy link

Atif911 commented Jun 30, 2023

i have a white westinghouse split ac and it works great with the json code below and in Homebridge Broadlink RM Pro @kiwi_cam
and im using the broadlink mini rm3 or 4 iam not sure

code
{
"platform": "BroadlinkRM",
"name": "Broadlink RM",
"accessories": [
{
"name": "Home theater Cooler",
"type": "heater-cooler",
"minTemperature": 16,
"maxTemperature": 30,
"heatingThresholdTemperature": 20,
"data": {
"cool": {
"on": "26002401000120....00",
"off": "260024010001208f1.....0",
"temperatureCodes": {
"16": "260024.....00",
"17": "2600240100.....",
"18": "2600240100011f9.............",
"19": "2600240>.....",
"20": "2600240100012..........",
"21": "2600240100011f901436141...............",
"22": "2600240100011f901436141215121435141314.............",
"23": "2600240100011f9114351413141215351512141314361412153.............",
"24": "2600240100011............",
"25": "260024010001......",
"26": "2600240100011...........",
"27": "2600240100011f9114361412......",
"28": "260024010001218f15351512151214........",
"29": "2600240100012..........",
"30": "26002401000120901436141.....00"
}
}
}
}
],
"hosts": [
{
"address": "192.168.*.",
"mac": "ec:0b:ae:9e:
:**",
"isRFSupported": true,
"isRM4": true
}
]
}

however I want to add fan control as a typical air conditioner would. I tried changing the code from heater-cooler to air-conditioner, but when the app is displayed in Homekit, any changing of the parameters, such as cool or heat or auto, crashes the entire Homebridge. Could you possibly help me figure this out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant