seydx / homebridge-fritz-platform

AiO Homebridge dynamic platform plugin for AVM hardware like Fritz!Box, Fritz!Repeater etc.
MIT License
223 stars 32 forks source link

Fritz dect 200 werden nicht erkannt #295

Open Michaek76 opened 1 year ago

Michaek76 commented 1 year ago

Hallo zusammen, Ich nutze die Fritzplatform zusammen mit hoobs, alles zusammen wurde neu aufgesetzt und die Verbindung zur fritzbox steht, allerdings werden meine dect 200 Steckdosen nicht erkannt.

Im Router ist alles konfiguriert, wie vorgegebene.

Unter configuration lässt sich smarthome auch nicht konfigurieren.

Eine idee was falsch läuft?

ein neu installieren der fritzplatform hat auch keine Lösung gebracht.

Michaek76 commented 1 year ago

Where can i get support?

Michaek76 commented 1 year ago

Hello, still need support

Michaek76 commented 9 months ago

What sould i do to get some support?

BKrnk1337 commented 9 months ago

@Michaek76 could you post your config file? You should be able to add the devices there.

Michaek76 commented 9 months ago

I tried to add the devices manually, but after I saved the config it was overwritten:

"accessories": [], "platforms": [ { "platform": "FritzPlatform", "name": "FritzPlatform", "options": { "polling": { "timer": 15 } }, "devices": [ { "active": true, "name": "FB7490", "host": "192.168xxx.xxx", "port": 49000, "username": "xxxxx", "password": "xxxxxx", "ssl": true, "tr064": true, "igd": false, "manufacturer": "Fritzbox", "model": "7490", "wifiUnits": 2, "connection": "dsl", "options": { "wifi_2ghz": "switch", "wifi_5ghz": "switch", "wifi_guest": "switch", "wps": "switch", "dect": "switch", "led": "switch", "reconnect": "switch" }, "master": true, "oldFW": true } ], "debug": true, "error": true, "warn": true } ] }

BKrnk1337 commented 9 months ago

I would recommend you to delete your username and password. This is a big security breach posting this details online!

Michaek76 commented 9 months ago

I would recommend you to delete your username and password. This is a big security breach posting this details online!

Am so stupid :-( thx

BKrnk1337 commented 9 months ago

But as I see your config is missing the smarthome part. You should go to the Homebridge GUI and follow the config for the plugin.

Mine looks like this:

  "smarthome" : [
    {
      "accType" : "thermostat",
      "active" : true,
      "ain" : "<your ain of the Device>",
      "battery" : true,
      "humidity" : false,
      "name" : "Thermostat KU",
      "temperature" : true,
      "window" : true
    },
    {
      "accType" : "thermostat",
      "active" : true,
      "ain" : "<your ain of the Device>",
      "battery" : true,
      "humidity" : false,
      "name" : "Thermostat BZ",
      "openWindow" : false,
      "temperature" : true,
      "window" : true
    },
    {
      "accType" : "thermostat",
      "active" : true,
      "ain" : "<your ain of the Device>",
      "battery" : true,
      "humidity" : false,
      "name" : "Thermostat SZ",
      "temperature" : true,
      "window" : true
    },
    {
      "accType" : "thermostat",
      "active" : true,
      "ain" : "<your ain of the Device>",
      "battery" : true,
      "humidity" : false,
      "name" : "Thermostat WZ",
      "temperature" : true,
      "window" : true
    },
    {
      "accType" : "switch",
      "active" : true,
      "ain" : "<your ain of the Device>",
      "energy" : true,
      "name" : "Steckdose Multimedia",
      "temperature" : true
    },
    {
      "accType" : "switch",
      "active" : true,
      "ain" : "<your ain of the Device>",
      "energy" : true,
      "name" : "Steckdose Schirmlampe",
      "temperature" : true
    }
  ],

But check out the example config.

https://github.com/SeydX/homebridge-fritz-platform/blob/master/example/example-config.json

As I mentioned before. The plugin supports a "guided" setup via the homebridge GUI (website)

Here some screenshots from the GUI: image

image

Michaek76 commented 9 months ago

That's the problem. I can't activate the smarthome settings because there ist smarthome outlet.

Bildschirmfoto 2023-10-07 um 13 00 32

I tried to add my dect 200 by editing the config file manually. But I can't see the changes, because after restarting the bridge, the text I added manually was deleted

BKrnk1337 commented 9 months ago

Are you using homebridge? Can you show a screenshot like I did from the config? @seydx mentioned your device as "supported"

And I see that you are already in a more "deep" config. But in your settings you did not add it. You should do this before.

And did you follow the setup steps correctly?

https://github.com/SeydX/homebridge-fritz-platform/blob/master/docs/Installation.md

Michaek76 commented 9 months ago

Yes, when I used hoobs 3.0, everything was still running. Then I wanted to make the update to hoobs 4.0 and then nothing ran anymore, so I had to reinstall everything completely.

In Hoobs I have only the deep config under Plugins-> Fritz!Box platform Bridge

Bildschirmfoto 2023-10-07 um 13 22 05

my router settings are

Bildschirmfoto 2023-10-07 um 13 17 55

and

Bildschirmfoto 2023-10-07 um 13 24 22
BKrnk1337 commented 9 months ago

I can't help you with hoobs. I am using homebridge