Giter Club home page Giter Club logo

Comments (9)

thetrueavatar avatar thetrueavatar commented on July 2, 2024

from viessmann-api.

igerlster avatar igerlster commented on July 2, 2024

Thanks :-) the zigbee device is called now.. but the feature does not exist :-(
have to find out what it's called

{"viErrorId":"req-096416f3169e45casdast0bbd1dcab847","statusCode":404,"errorType":"FEATURE_NOT_FOUND","message":"FEATURE_NOT_FOUND","extendedPayload":{}}

from viessmann-api.

igerlster avatar igerlster commented on July 2, 2024

i got postman working and called "features" but did not get any.. is there any way to find out what features can be called for a device ?

"https://api.viessmann.com/iot/v1/equipment/installations/1212121212/gateways/1212121212121/devices/zigbee-112121212121d/features",

"data": [
    {
        "properties": {},
        "commands": {},
        "components": [],
        "apiVersion": 1,

-> /features/cs.sensors.temperature does not exist (404)

so since components is empty i guess the api does not provide any information on my zigbee device :-(

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 2, 2024

from viessmann-api.

igerlster avatar igerlster commented on July 2, 2024

i did call the features call like this ->

"https://api.viessmann.com/iot/v1/equipment/installations/1212121212/gateways/1212121212121/devices/zigbee-112121212121d/features", -> no fitler and no regex...

but it did not return anything:

"data": [
{
"properties": {},
"commands": {},
"components": [],
"apiVersion": 1,

the same with getRawJsonData, it returns:

{"data":[{"properties":{},"commands":{},"components":[],"apiVersion":1,"uri":"https://api.viessmann.com/iot/v1/equipment/installations/123123/gateways/123123123/devices/zigbee-123123123/features/device","gatewayId":"123123123","12312313","isEnabled":true,"isReady":true,"deviceId":"zigbee-1231312312"}]}

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 2, 2024

from viessmann-api.

igerlster avatar igerlster commented on July 2, 2024

on https://vitoguide.viessmann.com/ i inspected the data transfer via network and found out that it uses the same call like i did.. and everything i would need is returned.. and shown on the website.... but calling this url myself i get nothing...

endpoint-name: /iot/v1/equipment/installations/{id}/gateways/{id}/devices/{id}/features

i think the api for endusers does not return the same here

from viessmann-api.

thetrueavatar avatar thetrueavatar commented on July 2, 2024

from viessmann-api.

igerlster avatar igerlster commented on July 2, 2024

Thanks good idea, but i still had no success... i try writing to viessmann if there's any plan on making this public... thanks for your help!!

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.