diff --git a/docs/source/Plugin/P093.rst b/docs/source/Plugin/P093.rst index 19dba41dd..684da6fec 100644 --- a/docs/source/Plugin/P093.rst +++ b/docs/source/Plugin/P093.rst @@ -74,7 +74,7 @@ See: :ref:`SerialHelper_page` Once we hit submit, the plugin will start sending messages through controller, i.e. MQTT with payload: -``{"roomTemperature":25.5,"wideVane":"|","power":"OFF","mode":"COOL","fan":"AUTO","vane":"AUTO","iSee":true,"operating":true,"compressorFrequency":5,"temperature":24.0}`` +``{"roomTemperature":19.5,"wideVane":"|","power":"OFF","mode":"HEAT","fan":"AUTO","vane":"AUTO","iSee":false,"operating":false,"compressorFrequency":2,"temperature":22.0,"remoteTemperature":19.5}`` Message is send every time a change is detected (i.e. one changes settings using IR remote control) and every X seconds, as set in the settings (60 seconds in above screenshot). @@ -127,6 +127,12 @@ Special thanks Change log ---------- +.. versionchanged:: 2023/09/25 + ... + + |added| + Set Remote Temperature (greater than 0.0 external Temperature Sensor is used. equal 0.0 internal Temperature Sensor is used.) + .. versionchanged:: 2021/08/03 ... diff --git a/docs/source/Plugin/P093_commands.repl b/docs/source/Plugin/P093_commands.repl index 4f7a036f0..d6668022f 100644 --- a/docs/source/Plugin/P093_commands.repl +++ b/docs/source/Plugin/P093_commands.repl @@ -32,3 +32,8 @@ "," Value = ``<<``, ``<``, ``|``, ``>``, ``>>``, ``<>`` or ``SWING`` " + " + ``MitsubishiHP,remotetemperature,`` + "," + Value equal ``0.0`` uses internal Temperature Sensor and greater than ``0.0`` external Temperature Sensor . + " diff --git a/docs/source/Plugin/P093_config_values.repl b/docs/source/Plugin/P093_config_values.repl index 23940e311..1279b80f3 100644 --- a/docs/source/Plugin/P093_config_values.repl +++ b/docs/source/Plugin/P093_config_values.repl @@ -6,6 +6,7 @@ | ``[#roomTemperature]`` "," | Value as received from the connected device, includes 1 decimal. + | When Remote Temperature is used, received value is rounded by 0.5. " " | ``[#wideVane]`` @@ -52,3 +53,8 @@ "," | Value as received from the connected device, when ``Include AC status`` is enabled. " + " + | ``[#remoteTemperature]`` + "," + | Value as received from the connected device, includes 1 decimal. + "