Geyserwise max IoT panel with Wifi and MQTT communication.
Use the latest firmware from the firmware directory. A simple way to do that is to use a Wemos D1 mini and flash it via USB. Setting up WIFI and MQTT.
And then desoldering it from the D1 mini using a hot air station. Before transplanting it to the display board.
Care!! you want to use a hot air station if you can to remove the old chip. The ESP-12F/ESP8266MOD is a drop-in replacement for the chip it ships with.
You can also use a Wemos D1 mini to burn the firmware, then transplant the chip to this PCB.
This PCB is fairly sensitive, so take care not to bubble the PCB when lifting the old one.
A great video on replacing Tuya based wifi chips
When the device starts up, it will be in AP mode. Join this wifi device, and it will open your browser to complete the WIFI setup.
Once it successfully connects to your MQTT server, you should be able to see the device on your network.
Check your router for the new IP address, which you can browse to to manage the device / reboot it, upload new firmware.
See the sample configs, found in the home assistant folder.
This makes use of MQTT sensors, MQTT select and MQTT climate.
Add this to your configuration.yaml
, check your configuration and reload your home assistance instance. It should start pulling information into HA.
Be sure to merge it with your existing MQTT configuration if you have.
home assistant/configuration.yaml
The example dashboard makes use of the mushroom cards, be sure to install that if you would like to make use of it. Also available through HACS