mitsubishi2MQTT
mitsubishi2MQTT copied to clipboard
Mitsubishi to MQTT with ESP8266 module
This patch automates the version string in the firmware by using the most recent available git tag. python script is automatically called by platformio upon build which appends a GIT_VERSION...
Hello, I've recently changed my router and I've started seeing that anytime I bounce the router, my heatpumps reconnect with a temperature of 61F. This has been happening every time...
Hi i recently installed the esp in one of my acs and it worked perfectly so i bought more esps. I installed the program without problems conencted it to the...
After flashing and connecting to WiFi and setting up the MQTT-connection, openHAB discovered the device, but showed no available channels. After looking through the openhab.log, I discovered that the HA-config...
Hello folks, My Mitsubishi works correctly but sometime, probably because it losts the Wifi connection, suddenly the Wemos module starts blinking the blu led for some seconds, sometime also minutes......
### Problem the `String` returned by the `server::arg` methods (like `server::arg("POWER")`) drops out of scope right after its `c_str()` method is called. I'm using a ESP32. That implementation (https://github.com/espressif/arduino-esp32/blob/2.0.14/libraries/WebServer/src/WebServer.cpp#L549) returns...
This MR contains a whole bunch of changes in separate commits, let me know if you'd prefer them split out into separate MR's. * Allow specifying the UART number to...
I have tried the ESPHome version in the HR25VF ac unit and i had the issues with everything being unavailable when i connect to the pump but it works with...
In mitsubishi2mqtt.ino the variable wifi_timeout is compared to millis() to implement a delay in a few places in a way that doesn't work properly when millis() nears the unsigned long...
Periodically I get a situation when HVAC connection is stuck in disconnected state. Going to web interface and rebooting helps, so probably reconnect logic is not resetting connection state well...