{"id":31853522,"url":"https://github.com/programie/node-red-aircon-rac-wf","last_synced_at":"2025-10-12T13:29:36.999Z","repository":{"id":180770013,"uuid":"638472932","full_name":"Programie/node-red-aircon-rac-wf","owner":"Programie","description":"Node-RED nodes for interacting with Mitsubishi Aircon RAC-WF WiFi modules","archived":false,"fork":false,"pushed_at":"2025-09-14T09:18:18.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T09:36:08.063Z","etag":null,"topics":["air-conditioner","heatpump","mitsubishi","node-red","rac-wf"],"latest_commit_sha":null,"homepage":"https://flows.nodered.org/node/@programie/node-red-aircon-rac-wf","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Programie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-09T12:46:48.000Z","updated_at":"2025-09-14T09:18:15.000Z","dependencies_parsed_at":"2024-01-01T09:52:42.706Z","dependency_job_id":"6d4016c4-f48d-4599-ba96-be86237d64e9","html_url":"https://github.com/Programie/node-red-aircon-rac-wf","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":0.09090909090909094,"last_synced_commit":"0816fd07b36dbecd388677348518d8fd83f494f9"},"previous_names":["programie/node-red-aircon-rac-wf"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Programie/node-red-aircon-rac-wf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2Fnode-red-aircon-rac-wf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2Fnode-red-aircon-rac-wf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2Fnode-red-aircon-rac-wf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2Fnode-red-aircon-rac-wf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Programie","download_url":"https://codeload.github.com/Programie/node-red-aircon-rac-wf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2Fnode-red-aircon-rac-wf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011446,"owners_count":26084947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["air-conditioner","heatpump","mitsubishi","node-red","rac-wf"],"created_at":"2025-10-12T13:29:36.106Z","updated_at":"2025-10-12T13:29:36.992Z","avatar_url":"https://github.com/Programie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-red-aircon-rac-wf\n\nThis node is based on the [ioBroker implementation from wolkeSoftware](https://github.com/wolkeSoftware/ioBroker.woso_mitsu_aircon_rac).\n\n## Nodes\n\nCurrently, there are two nodes available.\n\nBoth nodes require at least the target host of the aircon to be configured (i.e. by hostname or IP address).\n\nOptionally, you can specify the operator ID and device ID if that is required by your device.\n\n### mitsubishi-aircon-getstat\n\nThis node is used to retrieve the current state of the air con.\n\nAny input is ignored. The decoded state is written to the `payload` property of the message.\n\n### mitsubishi-aircon-setstat\n\nThis node is used to change the current state of the air con.\n\nThe payload sent to this node is encoded and transferred to the air con.\n\nYou may specify any property contained in the `payload` property returned by the `mitsubishi-aircon-getstat` node.\n\nExample payload (changes operation mode to cooling and turns on the device):\n\n```json\n{\n  \"operationMode\": 1,\n  \"operation\": true\n}\n```\n\n## Aircon Stat\n\n| Field                | Values                                                       | Changeable? | Description              |\n|----------------------|--------------------------------------------------------------|-------------|--------------------------|\n| airFlow              | 0: Auto, 1-4: Fan speed                                      | yes         | Fan speed                |\n| coolHotJudge         |                                                              | yes         | Vacant Property Mode     |\n| electric             |                                                              | no          |                          |\n| entrust              |                                                              | no          |                          |\n| errorCode            |                                                              | no          |                          |\n| indoorTemp           |                                                              | no          | Room temperature         |\n| isAutoHeating        |                                                              | no          |                          |\n| isSelfCleanOperation |                                                              | no          |                          |\n| isSelfCleanReset     |                                                              | no          |                          |\n| isVacantProperty     |                                                              | no          |                          |\n| modelNo              |                                                              | no          |                          |\n| operation            | 0: Off, 1: On                                                | yes         | Power state (on/off)     |\n| operationMode        | 0: Auto, 1: Cooling, 2: Heating, 3: Fan, 4: Dry              | yes         | Current operation mode   |\n| outdoorTemp          |                                                              | no          | Outdoor temperature      |\n| presetTemp           |                                                              | yes         | Target temperature       |\n| windDirectionLR      | 0: Auto, 1-6 (Left, Middle, Right), 6: Left + Right, 7: Spot | yes         | Horizontal fan direction |\n| windDirectionUD      | 0: Auto, 1-4 (Top, Middle, Down)                             | yes         | Vertical fan direction   |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramie%2Fnode-red-aircon-rac-wf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramie%2Fnode-red-aircon-rac-wf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramie%2Fnode-red-aircon-rac-wf/lists"}