From 6b847fca660d9631e6bb21aa7ec1fd5755e0ddaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20T=C5=99e=C5=A1t=C3=ADk?= Date: Wed, 17 Apr 2024 11:04:22 +0200 Subject: [PATCH 1/2] Adding available entities to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b96db93..8a2bd8f 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,11 @@ Let me know if you have other device and you are interested in integrating it. P # Installation This repository is compatible with HACS. You can use this link to install the integration. [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=PatrikTrestik&repository=homeassistant-solax-http&category=integration) + +# Available entities +![image](https://github.com/PatrikTrestik/homeassistant-solax-http/assets/17616747/e7faad55-d647-4736-93a3-8fc22917d20c) +![image](https://github.com/PatrikTrestik/homeassistant-solax-http/assets/17616747/299655fc-cb52-41d0-97d4-0ff0c9a103af) +![image](https://github.com/PatrikTrestik/homeassistant-solax-http/assets/17616747/2bad6d88-91ca-4656-aea1-4bf53a12fa38) +![image](https://github.com/PatrikTrestik/homeassistant-solax-http/assets/17616747/659b9fff-2898-4cb8-a911-38eaa7261fe0) + + From 6b637f89275255778f11ab322c449785133ad1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20T=C5=99e=C5=A1t=C3=ADk?= Date: Wed, 17 Apr 2024 11:08:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a2bd8f..9f50258 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ This is Home Assistant integration for SolaX local API. Work is based on https://github.com/wills106/homeassistant-solax-modbus and all credits for initial conception work go there. +There are some Modbus registers which I skipped because I think it is not interesting. If you see something useful in EVC Modbus document what is not here, let me know. +HTTP API is not 1:1 to Modbus but there is high chance that I can add required sensor. + This has to be taken as only other mean of communication where Modbus is not possible. Please write only issues specific to Http API here.