stas-demydiuk / ewpe-smart-mqtt

MQTT bridge for EWPE Smart powered devices
MIT License
64 stars 26 forks source link

Domoticz switches stop responding after system reboot #10

Closed shalwia closed 4 years ago

shalwia commented 4 years ago

After system reboots and Docker container with "ewpe-smart-mqtt" stands automatically, the switches created in the Domoticz previously stops responding. The problem may be fixed by click UPDATE button on the "EwpeSmart Air Conditioners via MQTT" hardware item in the Domoticz (each time after system reboots).

stas-demydiuk commented 4 years ago

Issue could be that Domoticz starts prior to mqtt and ewpe-smart-mqtt

geschriever commented 4 years ago

Have the same issue (without Docker). I have to restart the plugin to get it running. It seems to be that MQTT is not available yet and the plugin stops. However a nice plugin! Is it also possible to add the functionality to change the temperature?

stas-demydiuk commented 4 years ago

@geschriever It is already possible to change the temperature. Try to send such payload

{
  "TemUn": 0,
  "SetTem": 22,
  "TemRec": 0
}

It should set temperature to 22.0 by celsius see https://github.com/tomikaa87/gree-remote#getting-the-current-temperature-reading-from-the-internal-sensor for more info

geschriever commented 4 years ago

It is now working okay. Start Domoticz now with a delay of 20 second. It is a command line setting.