1.1.1 • Published 2 years ago

@programie/node-red-aircon-rac-wf v1.1.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

node-red-aircon-rac-wf

This node is based on the ioBroker implementation from wolkeSoftware.

Nodes

Currently, there are two nodes available.

Both nodes require at least the target host of the aircon to be configured (i.e. by hostname or IP address).

Optionally, you can specify the operator ID and device ID if that is required by your device.

mitsubishi-aircon-getstat

This node is used to retrieve the current state of the air con.

Any input is ignored. The decoded state is written to the payload property of the message.

mitsubishi-aircon-setstat

This node is used to change the current state of the air con.

The payload sent to this node is encoded and transferred to the air con.

You may specify any property contained in the payload property returned by the mitsubishi-aircon-getstat node.

Example payload (changes operation mode to cooling and turns on the device):

{
  "operationMode": 1,
  "operation": true
}

Aircon Stat

FieldValuesChangeable?Description
airFlow0: Auto, 1-4: Fan speedyesFan speed
coolHotJudgeyesVacant Property Mode
electricno
entrustno
errorCodeno
indoorTempnoRoom temperature
isAutoHeatingno
isSelfCleanOperationno
isSelfCleanResetno
isVacantPropertyno
modelNono
operation0: Off, 1: OnyesPower state (on/off)
operationMode0: Auto, 1: Cooling, 2: Heating, 3: Fan, 4: DryyesCurrent operation mode
outdoorTempnoOutdoor temperature
presetTempyesTarget temperature
windDirectionLR0: Auto, 1-6 (Left, Middle, Right), 6: Left + Right, 7: SpotyesHorizontal fan direction
windDirectionUD0: Auto, 1-4 (Top, Middle, Down)yesVertical fan direction
1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago