Skip to content

Commit

Permalink
Update Readme, add prebuilt binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
dzungpv committed Sep 29, 2019
1 parent 4a33b79 commit 08eb3c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ Control page

Config page
![](https://github.com/gysmo38/mitsubishi2MQTT/blob/master/images/config_page.png)

***
How to use:
Flash the sketch with flash size include SPIFFS option.
After flash, connect to device AP with name HVAC_XXXX (XXXX last 4 character MAC address), enter 192.168.1.1 and set Wifi information, save & reboot
Set MQTT information for use with Home Assistant (Optinal), find the device IP with last 4 character MAC address in your router
6 changes: 3 additions & 3 deletions src/mitsubishi2mqtt/mitsubishi2mqtt.ino
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#include <ESP8266WiFi.h> // WIFI for ESP8266
#include <ESP8266mDNS.h> // mDNS for ESP8266
#include <ESP8266WebServer.h> // webServer for ESP8266
#include <ArduinoJson.h> // json to process MQTT
#include <PubSubClient.h> // MQTT
#include <ArduinoJson.h> // json to process MQTT: ArduinoJson 6.11.4
#include <PubSubClient.h> // MQTT: PubSubClient 2.7.0
#include <DNSServer.h> // DNS for captive portal
#include "FS.h" // SPIFFS for store config

#include <ArduinoOTA.h> // for OTA
#include <HeatPump.h> // Swiacago library
#include <HeatPump.h> // Swiacago library: https://github.com/SwiCago/HeatPump
//#include <Ticker.h> // for LED status (Using a Wemos D1-Mini)
#include "config.h" // config file
#include "html_common.h" // common code HTML (like header, footer)
Expand Down
Binary file added src/mitsubishi2mqtt/wemos_d1_mini_041b.bin
Binary file not shown.

0 comments on commit 08eb3c8

Please sign in to comment.