home-assistant-solaredge-modbus icon indicating copy to clipboard operation
home-assistant-solaredge-modbus copied to clipboard

Feature Request: Configure Button

Open alexborro opened this issue 4 years ago • 3 comments

After adding the integration, there is no Configure/Option button to change any parameter, like the IP of the inverter. One should to remove the integration and add again to change any param.

alexborro avatar Sep 28 '20 16:09 alexborro

Funny enough, I have ran into this issue myself (changing the IP address). Is there any way to manually change the IP address? I could not figure out in which file it is stored.

mirceadamian avatar Nov 16 '20 15:11 mirceadamian

Nope.. you need to remove and configure it again.

alexborro avatar Nov 16 '20 15:11 alexborro

It has to be stored somewhere. I have found a trace of it in the file .storage/core.config_entries locate under the config directory.

...
            {
                "entry_id": "9f52af74927c00286355c60e566ad371",
                "version": 1,
                "domain": "solaredge_modbus",
                "title": "solaredge",
                "data": {
                    "name": "solaredge",
                    "port": 1502,
                    "read_meter_1": false,
                    "read_meter_2": false,
                    "read_meter_3": false,
                    "scan_interval": 10,
                    "host": "192.168.178.53"
                },
                "options": {},
                "system_options": {
                    "disable_new_entities": false
                },
                "source": "user",
                "connection_class": "local_poll",
                "unique_id": "192.168.178.53"
            }
...

mirceadamian avatar Nov 16 '20 18:11 mirceadamian

reconfiguration of the integration documented in the discussions area.

  • this could probably be closed :)

ChristophCaina avatar Nov 02 '22 06:11 ChristophCaina