andig / pimatic-fritz

Pimatic plugin for Fritz!Box SmartHome and FritzDect!200 Node
GNU General Public License v2.0
8 stars 6 forks source link

Aktive Verbindungen abfragen #3

Closed raphael-sch closed 8 years ago

raphael-sch commented 9 years ago

Ich würde mich freuen wenn das Plugin dahingehend erweitert wird, wenn man abfragen könnte welche devices gerade aktiv sind im wlan. damit lässt sich dann realisieren dass sich z.b. die lichter abschalten, wenn man das haus (mit smartphone in der tasche) verlässt

n3roGit commented 9 years ago

I like. Aber das könntest du auch mit ping devices machen

raphael-sch commented 9 years ago

naja aber die ip kann sich ja ändern, und der name(bzw mac adresse) innerhalb der fritzbox bleibt ja gleich

Edit: ok hab mir das plugin mal genauer angeschaut. das basiert ja auf so ner neuen api für smart home, die nur diese beiden funktionen unterstützt. denke aber es gibt noch eine allgemeinere api für die fritz boxen, die umfangreichere funktionen unterstützt

Edit2: Stichwort: TR-064

Edit3: https://github.com/hendrikw01/tr-064

andig commented 9 years ago

Stichwort: TR-064

Good suggestion. Better than screen scraping. The docs are actually here: http://avm.de/service/schnittstellen/

I'll take a look when I find some spare time...

andig commented 9 years ago

Unfortunately https://github.com/hendrikw01/tr-064 is not on npm yet and seems pretty much dead

andig commented 9 years ago

Update lib is on npm now so this seems doable.

andig commented 8 years ago

@Raphaellll could you look at TR64 and let me know which information you're interested in? Or rather: does this need to be a part of this module? You can use the npm tr64 lib on its own.