Masurov/Domoticz-MitsubishiHpMQTT-Plugin

Plugin non functional so far

Closed this issue · 1 comments

I managed to connect a Wemo D1 to my AC and I am able to control it via it's web page.

MQTT explorer shows that the Wemo is able to connect and publish state and settings.

loungeAc loungeAc state = {"roomTemperature":25.5,"temperature":22,"fan":"AUTO","vane":"AUTO","wideVane":"|","mode":"off","action":"off","compressorFrequency":0} settings = {"temperature":22,"fan":"AUTO","vane":"AUTO","wideVane":"|","mode":"off"}

The Domoticz plugin logs that it is successfully connecting to the MQTT broker.

2023-04-26 18:49:30.557 Lounge AC: MQTT CONNECT ID: 'Domoticz_MitsubishiHpMqtt_46_1682531370' 2023-04-26 18:49:30.557 Lounge AC: Sending 70 bytes of data 2023-04-26 18:49:30.557 Lounge AC: 10 44 00 04 4d 51 54 54 04 c2 00 3c 00 27 44 6f 6d 6f 74 69 .D..MQTT.®<.'Domoti 2023-04-26 18:49:30.557 Lounge AC: 63 7a 5f 4d 69 74 73 75 62 69 73 68 69 48 70 4d 71 74 74 5f cz_MitsubishiHpMqtt_ 2023-04-26 18:49:30.558 Lounge AC: 34 36 5f 31 36 38 32 35 33 31 33 37 30 00 02 70 69 00 0b 21 46_1682531370..pi..! 2023-04-26 18:49:30.558 Lounge AC: 44 6f 6d 6f 74 69 63 7a 32 33 .. .. .. .. .. .. .. .. .. .. Domoticz23 2023-04-26 18:49:30.608 Lounge AC: Received 4 bytes of data 2023-04-26 18:49:30.608 Lounge AC: 20 02 00 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .... 2023-04-26 18:49:30.609 Lounge AC: MqttClient::Subscribe 2023-04-26 18:49:30.609 Lounge AC: Sending 51 bytes of data 2023-04-26 18:49:30.609 Lounge AC: 82 31 00 01 00 11 6c 6f 75 6e 67 65 41 63 2f 6c 6f 75 6e 67 ±....loungeAc/loung 2023-04-26 18:49:30.609 Lounge AC: 65 41 63 00 00 18 6c 6f 75 6e 67 65 41 63 2f 6c 6f 75 6e 67 eAc...loungeAc/loung 2023-04-26 18:49:30.609 Lounge AC: 65 41 63 2f 73 74 61 74 75 73 00 .. .. .. .. .. .. .. .. .. eAc/status.

The devices are created in Domoticz.

However there seems to be no update of status in Domoticz and changing the devices does not affect the AC unit.

2023-04-26 18:52:31.854 Lounge AC: Sending 40 bytes of data 2023-04-26 18:52:31.854 Lounge AC: 30 26 00 15 6c 6f 75 6e 67 65 41 63 2f 6c 6f 75 6e 67 65 41 0&..loungeAc/loungeA 2023-04-26 18:52:31.854 Lounge AC: 63 2f 73 65 74 7b 22 70 6f 77 65 72 22 3a 20 22 4f 4e 22 7d c/set{"power":."ON"} 2023-04-26 18:52:31.842 Status: User: Phil (IP: 192.168.2.66) initiated a switch command (2590/Lounge AC - Power/On) 2023-04-26 18:52:39.088 Lounge AC: Sending 2 bytes of data 2023-04-26 18:52:39.089 Lounge AC: c0 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. � 2023-04-26 18:52:39.139 Lounge AC: Received 2 bytes of data 2023-04-26 18:52:39.140 Lounge AC: d0 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. Ю 2023-04-26 18:52:49.066 Lounge AC: Sending 2 bytes of data 2023-04-26 18:52:49.069 Lounge AC: c0 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. � 2023-04-26 18:52:49.121 Lounge AC: Received 2 bytes of data
Although messages are published to the MQTT broker

loungeAc loungeAc state = {"roomTemperature":25.5,"temperature":22,"fan":"AUTO","vane":"AUTO","wideVane":"|","mode":"off","action":"off","compressorFrequency":0} settings = {"temperature":22,"fan":"AUTO","vane":"AUTO","wideVane":"|","mode":"off"}

Please delete, all figured out now, I was unknowingly using the gysmo38 version.