SmartIR
SmartIR copied to clipboard
Turning on fans with only 1 on/off button (not triggered by speed options)
Hi all,
Got a box fan with limited remote control options, being an on/off button, speed toggle (toggling between low/medium/high options), and an oscillate function. https://kdk.jp/product/sd30h
Tried creating a json code, but I can't seem to get the fan to turn on (from an off state). It seems that a "on" command triggers the fan speed option, which doesn't work for my fan.
Have created a "on" toggle within the json but it didn't work either.
Thanks!
{
"manufacturer": "KDK",
"supportedModels": [
"C3SRK"
],
"supportedController": "Broadlink",
"commandsEncoding": "Base64",
"speed": [
"up",
"down"
],
"commands": {
"on": "JgBsAHBwHFUcVB0cHFUcVB1UHB0cHB0cHB0cHRxUHB0cHRxUHRwcHRwcHVQcVRxUHVQcVB0cHQAEWHFwHVQcVB0cHFUcVB5THB0cHB4bHB0cHRxUHRwcHRxUHRwcHRwcHVQcVR5SHVQcVB0cHQANBQ==",
"off": "JgBsAHBwHFUcVB0cHFUcVB1UHB0cHB0cHB0cHRxUHB0cHRxUHRwcHRwcHVQcVRxUHVQcVB0cHQAEWHFwHVQcVB0cHFUcVB5THB0cHB4bHB0cHRxUHRwcHRxUHRwcHRwcHVQcVR5SHVQcVB0cHQANBQ==",
"default": {
"up": "JgBsAHJxHFIeUh8aH1IeUh9SHlMeUh5THlIfUh4bHhofGh1UHhoeGx4bHhseGh4bHRweGx1THgAEVnNvHlMdUx4bHlMdUx5THVQdUx1UHVMeUx0cHRseGx1UHRseGx4bHRwdGx4bHhsdHB1THgANBQ==",
"down": "JgBsAHJxHFIeUh8aH1IeUh9SHlMeUh5THlIfUh4bHhofGh1UHhoeGx4bHhseGh4bHRweGx1THgAEVnNvHlMdUx4bHlMdUx5THVQdUx1UHVMeUx0cHRseGx1UHRseGx4bHRwdGx4bHhsdHB1THgANBQ=="
},
"oscillate": "JgBsAHFwHVMeUx0cHVMdVB1THhsdVB1THlMdUx4bHRwdHB1THRwdHB0bHlMdHB0cHRseGx1UHQAEV3JwHVMeUx0cHVMdVB1THhsdVB1THlMdUx4bHRwdHB1THhsdHB0cHVMdHB0cHRseGx1UHQANBQ=="
}
}
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
have the same issue here, just wondering if you found a way to resolve it?
I have a fan which I have this same issue with, and I've been trying to understand the JSON structure to no avail.
My specific fan is a Yale Prima EFTF36B-LED (Stirling / ALDI). The remote looks like this.
The "Speed" button is a single command which increases the fan's speed. By default, when switched on the fan starts on low, and hitting the "Speed" button on the remote cycles through low/medium/high and then back to low. With my configuration as it stands I can get it switching the fan on/off and oscillating, but having issues getting it controlling the speed.
Bumping this since I have the same issue.