From 6480ef59113d3df66107288f819822db40542697 Mon Sep 17 00:00:00 2001 From: Wouter Date: Sat, 14 Dec 2024 22:13:13 +0100 Subject: [PATCH] Update compatible-adaptors.md Added a Wifi - RS485 option --- docs/compatible-adaptors.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/compatible-adaptors.md b/docs/compatible-adaptors.md index 8c07d7a3..abe2b4ea 100644 --- a/docs/compatible-adaptors.md +++ b/docs/compatible-adaptors.md @@ -66,6 +66,14 @@ Note that port 8899 is also open on the LSW-3 logger, but any ModBus TCP connect - Pocket WiFi 3.0 with Firmware V3.004.03 and above is only officially supported. - SolaX only mentions Gen4 Hybrid, other inverters may work? +## Wifi - RS485 + +### [Tasmota modbus bridge on ESP8266](https://tasmota.github.io/docs/Modbus-Bridge) + +An ESP8266 dongle with Tasmota installed and setup as a modbus bridge works great. +Use a RS485 module to convert the modbus serial interface to RS485. +This works flawless for my Solis hybrid inverter. + ## Untested but should work according to the specs... ### [USR-N510 RS485 to Ethernet](https://www.pusr.com/products/1-rs485-serial-port-etherne-device-servers-usr-n510.html) @@ -115,4 +123,4 @@ This RS485 adaptor is very problematic: **Not to be confused with the DIN Rail mounted Waveshare RS485 TO ETH (B) mentioned above.** - This adaptor does not support "Modbus Transmission" it is a passive device. - You can't submit requests to the Inverter. -- It does not work! \ No newline at end of file +- It does not work!