HA ESPHome code for replacement of the WiFi module inside the KaiDeng WVC-Life Micro Inverters.
Then the micro inverter is directly sending the actual values to Home Assistant. No cloud communication is active anymore. The App "Cloud Intelligence" is no longer needed.
In the folder ESPHome are 3 exapmles of YAML code for ESP-07S for the inverter models WVC-600W, WVC-700W and WVC-800W.
That code needs to be changed in some of the default values in order to mach your Inverter model settings.
The code can cover the following WVC Inverter models of the "Wireless Series R3" with the HF-LPT270 WiFi module.- WVC-600W-Life
- WVC-700W-Life
- WVC-800W-Life
- WVC-1200W-Life
- WVC-1400W-Life
- WVC-1600W-Life
- WVC-2000W-Life
- WVC-2400W-Life
- WVC-2800W-Life
It does not work for the older WVC inverter models with a 433MHz communication module!
The example code for ESP-07S incudes:
- a Web-Server interface for Online status and OTA
- a WiFi Fallback Hotspot" to setup Wifi network logon data in your W-LAN
- a Home Assistant service "wvc????_write_uart0" to send commands to the interters microcontroller
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Edit: 2025-02-02