Giter Club home page Giter Club logo

Comments (6)

thetrueavatar avatar thetrueavatar commented on July 19, 2024 2

Ok by digging into the vitoguide app I have discovered there is a way to get all information about gateway status:
https://api.viessmann-platform.io/operational-data/v2/installations/XXX/gateways/XXXX/features/gateway
and for your very own request https://api.viessmann-platform.io/operational-data/v2/installations/XXX/gateways/XXX/features/gateway.wifi which provide you the asked value.
My code currently is adding /device/device_id to every url such as
operational-data/installations/XXXX/gateways/XXX/devices/0/features/gateway
so I should to some little modification to be able to get those value. Will do when I have some free time.

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 19, 2024

I have just done a quick & dirty dev with 5 methods on SNAPSHOT version. They return raw json and don't do any caching. It's just for testing not for "production". Could you try it ?
echo $viessmannApi->getGatewayWifi()."\n";
echo $viessmannApi->getGatewayBmuconnection()."\n";
echo $viessmannApi->getGatewayDevices()."\n";
echo $viessmannApi->getGatewayFirmware()."\n";
echo $viessmannApi->getGatewayStatus()."\n";

from viessmann-api.

smhex avatar smhex commented on July 19, 2024

Thank you. I hope I am able to test it tomorrow. Do you need the raw json output?

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 19, 2024

from viessmann-api.

smhex avatar smhex commented on July 19, 2024

Just checked the returned data. Looks pretty good so far. Even there are some actions to reboot or to update the firmware of the gateway. I also got some information about my heating device. However, "modelId", "version" and "name" look very Viessmann specific.

from viessmann-api.

smhex avatar smhex commented on July 19, 2024

Issue solved

from viessmann-api.

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.