Giter Club home page Giter Club logo

Comments (8)

rogrun avatar rogrun commented on July 3, 2024

Hi soeffi,

same issue here. I see that Viessmann does not provide the data for the feature e.g. for burners. So there is no issue on the part of this API.

I do not know if it will only be for a short time.

In the API Documentation from Viessmann are no further information.

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 3, 2024

same for me. One way to fix that would be to find the right feature name by sniffing network from viCare to viessmann's server. I only succeed this by using android sdk emulator+ mitmproxy which takes me a bit of effort. Didn't succeed with vpn traffic sniffer such ash Packet Capture.

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 3, 2024

there is a bug in the feature construction for statistics. should be heating.burners.0.statistics not heating.burners.0.heating.burners. W

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 3, 2024

I have fixed the problem with statistics. Will check for burner active.

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 3, 2024

BTW One easy way to get all the feature available is to disable caching in the boostrap-dev.php
try { $viessmannApi = new ViessmannAPI($params,false); } catch (ViessmannApiException $e) { $errorHandler($e); exit(); }

and use:

<?php
include __DIR__.'/bootstrap-dev.php';
echo $viessmannApi->getRawJsonData(""):

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 3, 2024

burner is now under feature heating.burners.0 did a fix for this.
A bit tired of all those change. IMHO, they are exposing a bit too much their own implementation mechanism instead of just providing high level interface... We could just read all the raw data from the root path but I need some parsing to display things...

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 3, 2024

For my part issue is closed. Feel free to reopen if not

from viessmann-api.

soeffi avatar soeffi commented on July 3, 2024

For my part issue is closed. Feel free to reopen if not

Same here. Works with the latest 2.1.1 snapshot. Thanks a lot for the quick response!

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.