Stuff/Change Shellyswitch Homeassistant IP: Unterschied zwischen den Versionen

Aus Zauberwiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „= How to Change the IP-Adress of a Shellyswitch device in Homeassistant = # SSH into the homeassistant-Device (Using the terminal&ssh Addon) # Edit the <code>config/.storage/core.config_entries</code> File <syntaxhighlight lang="bash"> { "entry_id": "f4508bf2d2ff5cd9fe68b5e894437b9a", "version": 1, "domain": "shelly", "title": "shellyplug-s-FDD988", "data": {…“)
 
 
Zeile 1: Zeile 1:
= How to Change the IP-Adress of a Shellyswitch device in Homeassistant =
# SSH into the homeassistant-Device (Using the terminal&ssh Addon)
# SSH into the homeassistant-Device (Using the terminal&ssh Addon)
# Edit the <code>config/.storage/core.config_entries</code> File
# Edit the <code>config/.storage/core.config_entries</code> File

Aktuelle Version vom 9. September 2022, 11:29 Uhr

  1. SSH into the homeassistant-Device (Using the terminal&ssh Addon)
  2. Edit the config/.storage/core.config_entries File
{
                "entry_id": "f4508bf2d2ff5cd9fe68b5e894437b9a",
                "version": 1,
                "domain": "shelly",
                "title": "shellyplug-s-FDD988",
                "data": {
                    "host": "192.168.0.229", # <-- Update the IP here
                    "sleep_period": 0,
                    "model": "SHPLG-S",
                    "gen": 1
                },
                "options": {},
                "pref_disable_new_entities": false,
                "pref_disable_polling": false,
                "source": "zeroconf",
                "unique_id": "F4CFA2FDD988",
                "disabled_by": null
            }