David Rapan

Results 637 comments of David Rapan

Try to select **Modbus TCP** instead of **TCP** as the transport protocol in device configuration.

> i've updated sofar hyd 10ktl-3ph to version v000001_v120005 and lsw3 logger to LSW3_15_MQTT_270A_1.2B Try to set Working mode: Transparency at logger's `/config_hide.html` (don't forget to restart the logger) and...

Well, that's unfortunate... the suggestion I gave should work for LSW3_15_MQTT_270A_1.22, so your only option is to ask solarman support to downgrade.

Hi @CerebralBypass, they were most likely renamed, prolly to: * `sensor.inverter_battery_power` * `sensor.inverter_power` * `sensor.inverter_grid_power`

Hi @army2025-hash, please do the following: 1. Remove all devices 2. Restart HA 3. Enable debug logging 4. Add all devices 5. Wait 15 minutes 6. Restart HA (w/ debug...

Hi guys, could you please list all entries/rows from `/homeassistant/.storage/core.device_registry` and `/homeassistant/.storage/core.config_entries` that contain "solarman"?

[fix: Unset serial number used as identifier](https://github.com/davidrapan/ha-solarman/commit/3521a749a31bbf0761f445cb0c92442653da1761)

Hi @DennisBaerlin, you need to pressure Deye to provide us with documentation on Modbus RTU and you can even mention a link to this repository, I don't mind.

Hi @bartjackbakker, I haven't had much time to look at it, but please make sure the entity names are aligned w/ the existing profiles. :) \+ New profiles should also...

`eaton_xstorage_hybrid_` is not needed. Note: "Battery SOC" should be just "Battery". Example: ``` - name: "Battery" unique_id: "battery_soc" class: "battery" state_class: "measurement" uom: "%" scale: 0.1 registers: [0x273F] ```