GithubHelp home page GithubHelp logo

Comments (5)

kbr avatar kbr commented on June 11, 2024

If AVM can handle the communication with this third party device, chances your are just using a wrong service/action combination – provided that the communication with the Telekom device is accessible by the TR-064 protocol.

from fritzconnection.

MyGitIT avatar MyGitIT commented on June 11, 2024

AVM can handle the communication via DECT, other tools are working with this device.
I'm using the following:

from fritzconnection.lib.fritzhomeauto import FritzHomeAutomation

fha = FritzHomeAutomation(
        address='192.168.1.1',
        password="*****"
        )

ain_bad = '***** *****'

bad = fha.get_device_information_by_identifier(ain_bad)

print(bad)

The ain is the right one, but there are no changes in the parameters, if the window is opened or closed.
Bildschirmfoto vom 2022-09-29 15-41-00

from fritzconnection.

kbr avatar kbr commented on June 11, 2024

Your code is correct, but so far the returned detail-data are specific for AVM devices providing information about switch states, valve-states, energy consumption and temperatures. Question is whether AVM shares all the communication data about the Telekom device by the TR-064 protocol, or alternativ by the AHA interface – which is another api and protocol, and so far not part of fritzconnection. I don't have this Telekom device and can not go into this.

from fritzconnection.

MyGitIT avatar MyGitIT commented on June 11, 2024

I will check the AHA Interface, I think third party device are not 100% part of the TR-064 protocol.

THX

from fritzconnection.

kbr avatar kbr commented on June 11, 2024

May be a future feature, but currently not an issue.

from fritzconnection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.