Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test ViessmannAPI v2.0.0

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test ViessmannAPI v2.0.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      manrum1 @tombox last edited by manrum1

      @tombox Heute wieder ausgefallen, Liefert keine aktuellen Werte mehr, Restart erfolglos, Status bleibt auf grün:

      21-09-21 viessmann adapter.jpg

      viessmannapi.0
      	2021-09-21 10:13:11.571	error	Error: Request failed with status code 404
      viessmannapi.0
      	2021-09-21 10:12:40.804	error	{"viErrorId":"req-xxxxxxxxxxxxxxxx","statusCode":504,"errorType":"CONNECTION_REFUSED","message":"CONNECTION_REFUSED"}
      viessmannapi.0
      	2021-09-21 10:12:40.803	error	Error: Request failed with status code 504
      
      1 Reply Last reply Reply Quote 0
      • T
        tombox last edited by

        @manrum1 temporäre viessmann probleme abwarten bis sie es behoben haben

        M 2 Replies Last reply Reply Quote 0
        • M
          manrum1 @tombox last edited by

          @tombox Du meinst auf Viessmann-Seite gibts Probleme?

          T 1 Reply Last reply Reply Quote 0
          • T
            tombox @manrum1 last edited by

            @manrum1 Ja alle Fehler über 500 liegen bei viessman

            M 1 Reply Last reply Reply Quote 0
            • M
              manrum1 @tombox last edited by

              @tombox Danke für die Antwort.
              Es ist trotzdem nicht befriedigend, da der Adapter keinen Fehler meldet. Wenn ich nicht aufs Log schaue denke ich alles ist in Ordnung, nur sehe ich falsche, da veraltete Werte (Status, Temperaturen, etc.). Kann der Adpater das nicht irgendwie erkennen und einen Status liefern, dass die Werte gerade nicht valide sind?

              T 1 Reply Last reply Reply Quote 0
              • T
                tombox @manrum1 last edited by

                @manrum1 Könnte er aber der indicator zeigt ja nur an ob er verbunden ist. Du könntest es ja nicht ändern wenn viessmann gerade keine daten liefern kann

                M 1 Reply Last reply Reply Quote 0
                • U
                  Unterstedter last edited by

                  Hat jemand schon mal ein schedule geändert über dieses Adapter die Zirkulationspumpe? In welchen Datenpunkt das geschrieben werden muss ist mir klar, aber das json nicht.
                  Es gibt auf github ja ein Beispiel für die Ventilation, aber ich kapier nicht welche weiteren Attribute außer Start und End bei der Zirkulationspumpe erforderlich sind :

                  var standard = '{"mon":[{"start":"00:00","end":"24:00","mode":"standard","position":0}],"tue":[{"start":"00:00","end":"24:00","mode":"standard","position":0}],
                  "wed":[{"start":"00:00","end":"24:00","mode":"standard","position":0}],"thu":[{"start":"00:00","end":"24:00","mode":"standard","position":0}],
                  "fri":[{"start":"00:00","end":"24:00","mode":"standard","position":0}],"sat":[{"start":"00:00","end":"24:00","mode":"standard","position":0}],
                  "sun":[{"start":"00:00","end":"24:00","mode":"standard","position":0}]}'

                  setState("viessmannapi.0.xxxxxxx.0.features.ventilation.schedule.commands.setSchedule.setValue", JSON.parse(standard));

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    manrum1 @tombox last edited by

                    @tombox Dann liegt das Problem bei Viessmann. Kann man Viessmann anfragen, ob sie einen solchen indikator zur Verfügung stellen? Technisch müsste es ja gehen, da im Portal ja auch erkannt wird, ob die Heizung real verbunden ist.

                    1 Reply Last reply Reply Quote 0
                    • M
                      manrum1 @Unterstedter last edited by manrum1

                      @unterstedter Schau dir mal folgendes Beispiel an:

                      var standard = '{"mon":[{"start":"04:00","end":"05:00","mode":"on","position":0},{"start":"16:00","end":"18:00","mode":"on","position":1}],"tue":[{"start":"04:00","end":"08:00","mode":"on","position":0}],"wed":[{"start":"04:00","end":"08:00","mode":"on","position":0}],"thu":[{"start":"04:00","end":"08:00","mode":"on","position":0}],"fri":[{"start":"04:00","end":"08:00","mode":"on","position":0}],"sat":[{"start":"04:00","end":"08:00","mode":"on","position":0}],"sun":[{"start":"04:00","end":"08:00","mode":"on","position":0}]}'
                      
                      setState('viessmannapi.0.xxxx.0.features.heating.dhw.schedule.commands.setSchedule.setValue', JSON.parse(standard));
                      

                      Bei mir funktioniert das Setzen von Schedules in 4 von 5 Fällen. Leider stützt immer wieder mal der Adapter ohne Fehlermeldung ab. Deshalb setze ich keine Schedules mehr per Script, ist mir einfach zu unverlässlich.

                      1 Reply Last reply Reply Quote 0
                      • B
                        BlackTigga @BlackTigga last edited by

                        @blacktigga sagte in Test ViessmannAPI v2.0.0:

                        @tombox sagte in Test ViessmannAPI v2.0.0:

                        Ich habe eingebaut das die virtuelle Geräte nicht aktualisiert werden nochmal neu installieren und testen ob das limit jetzt reicht

                        Läuft seit heute morgen anstandslos durch 👍

                        viessmannapi.0 2021-08-12 16:22:25.665	debug	ignore type:virtual
                        viessmannapi.0 2021-08-12 16:22:25.664	debug	ignore type:virtual
                        viessmannapi.0 2021-08-12 16:22:25.650	debug	ignore type:gateway
                        viessmannapi.0 2021-08-12 16:21:26.324	debug	https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/0/features 0 {"data"
                        

                        @tombox Seit zwei oder drei Tagen ist mein Tageslimit immer ca. um 11 Uhr aufgebraucht. Es scheint, dass die virtuellen Geräte (RoomControl-1 und HeatDemandControl) jetzt wieder mit aktualisiert werden:

                        2021-09-23 07:15:31.047  - viessmannapi.0 (14905) ignore type:gateway
                        2021-09-23 07:15:31.424  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/HeatDemandControl/features HeatDemandControl {"data":[]}
                        2021-09-23 07:15:31.885  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/0/features 0 {"data":[{"properties":{},"commands":{},"components":[],"apiVersion":1,"uri":"https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/0/features/device","gatewayId":"7637415019518205","feature":"device","timestamp":"2021-09-23T00:13:58.709Z","isEnabled":true,"isReady":true,"deviceId":"0"},{"properties":{},"commands":{},"co
                        2021-09-23 07:15:32.608  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/RoomControl-1/features RoomControl-1 {"data":[{"properties":{},"commands":{},"components":[],"apiVersion":1,"uri":"https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/RoomControl-1/features/device","gatewayId":"7637415019518205","feature":"device","timestamp":"2021-09-23T00:13:58.695Z","isEnabled":true,"isReady":true,"deviceId":"Ro
                        2021-09-23 07:16:31.048  - viessmannapi.0 (14905) ignore type:gateway
                        2021-09-23 07:16:31.412  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/HeatDemandControl/features HeatDemandControl {"data":[]}
                        2021-09-23 07:16:31.812  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/0/features 0 {"data":[{"properties":{},"commands":{},"components":[],"apiVersion":1,"uri":"https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/0/features/device","gatewayId":"7637415019518205","feature":"device","timestamp":"2021-09-23T00:13:58.709Z","isEnabled":true,"isReady":true,"deviceId":"0"},{"properties":{},"commands":{},"co
                        2021-09-23 07:16:33.924  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/RoomControl-1/features RoomControl-1 {"data":[{"properties":{},"commands":{},"components":[],"apiVersion":1,"uri":"https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/RoomControl-1/features/device","gatewayId":"7637415019518205","feature":"device","timestamp":"2021-09-23T00:13:58.695Z","isEnabled":true,"isReady":true,"deviceId":"Ro
                        2021-09-23 07:17:31.055  - viessmannapi.0 (14905) ignore type:gateway
                        2021-09-23 07:17:31.524  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/HeatDemandControl/features HeatDemandControl {"data":[]}
                        2021-09-23 07:17:31.989  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/RoomControl-1/features RoomControl-1 {"data":[{"properties":{},"commands":{},"components":[],"apiVersion":1,"uri":"https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/RoomControl-1/features/device","gatewayId":"7637415019518205","feature":"device","timestamp":"2021-09-23T00:13:58.695Z","isEnabled":true,"isReady":true,"deviceId":"Ro
                        2021-09-23 07:17:32.012  - viessmannapi.0 (14905) https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/0/features 0 {"data":[{"properties":{},"commands":{},"components":[],"apiVersion":1,"uri":"https://api.viessmann.com/iot/v1/equipment/installations/396344/gateways/7637415019518205/devices/0/features/device","gatewayId":"7637415019518205","feature":"device","timestamp":"2021-09-23T00:13:58.709Z","isEnabled":true,"isReady":true,"deviceId":"0"},{"properties":{},"commands":{},"co
                        
                        
                        T 1 Reply Last reply Reply Quote 0
                        • T
                          tombox @BlackTigga last edited by tombox

                          @blacktigga dann bräuchte ich dann wieder den kompletten debug log nach einem neustart des adapters wenn das rate limit wieder frei ist. einfach per mail senden.

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            BlackTigga @tombox last edited by

                            @tombox Email ist raus

                            T 1 Reply Last reply Reply Quote 0
                            • T
                              tombox @BlackTigga last edited by

                              @blacktigga Sollte behoben sein

                              1 Reply Last reply Reply Quote 0
                              • M
                                manrum1 @tombox last edited by manrum1

                                @tombox Zur Info: Heute und gestern wieder Ausfälle:

                                viessmannapi.0
                                	2021-09-24 12:31:02.316	error	Error: Request failed with status code 500
                                viessmannapi.0
                                	2021-09-24 12:31:02.305	error	https://api.viessmann.com/iot/v1/equipment/installations/xxx/gateways/xxx/devices/$id/features
                                
                                T J 2 Replies Last reply Reply Quote 0
                                • T
                                  tombox @manrum1 last edited by

                                  @manrum1 Hier gibt es dazu ein Beitrag
                                  https://www.viessmann-community.com/t5/The-Viessmann-API/Performance-and-availability-of-Viessmann-servers/td-p/187420

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    muro82 @tombox last edited by

                                    Hi bin neu hier und meine Frage wäre

                                    funktioniert der Adapter mit einer Vidodens 200-W mit integriertem WLAN Modul?

                                    Will das über einen Raspberry laufen lassen benötige ich dazu noch etwas

                                    Danke im voraus

                                    J 1 Reply Last reply Reply Quote 0
                                    • J
                                      jensemann @muro82 last edited by

                                      @muro82
                                      Also ich habe eine Vidodens 300-W (vor 2 Monaten installiert) mit integriertem WLAN Modul.
                                      Der Adapter funktioniert wie gewünscht.
                                      Der iobroker läuft auch auf dem Raspberry. Ich würde dann mindestens den 3B nehmen. Da hatte ich auch mal zum testen ein iobroker image drauf. Für 3-5 Module reicht da auch der eine GB RAM.

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        jensemann @manrum1 last edited by jensemann

                                        @manrum1
                                        @tombox
                                        Habt ihr seit ein paar tagen auch Probleme?
                                        ich habe nichts an meinen Settings geändert.
                                        Trotzdem kommt dauert der Fehler 429 und anscheinend erreiche ich sehr schnell die max Api Calls von 1450 ?

                                        viessmannapi.0
                                        2021-10-12 20:38:30.040 error Error: Request failed with status code 429
                                        viessmannapi.0
                                        2021-10-12 20:38:30.039 error Receiving Events
                                        viessmannapi.0
                                        2021-10-12 20:38:29.915 error Error: Request failed with status code 429
                                        viessmannapi.0
                                        2021-10-12 20:38:29.796 error {"viErrorId":"XXXX","statusCode":429,"errorType":"RATE_LIMIT_EXCEEDED","message":"API calls rate limit has been exceeded. Please wait until your limit will renew.","extendedPayload":{"name":"development portal "XXXXX" daily limit","requestCountLimit":1450,"clientId":"XXXXXXX","userId":"XXXX","limitReset":1634083204599}}

                                        T 1 Reply Last reply Reply Quote 0
                                        • T
                                          tombox @jensemann last edited by

                                          @jensemann nutzt du die aktuelle version? wieviele geräte hast du im gateway und welche refresh zeit

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            jensemann @tombox last edited by jensemann

                                            @tombox said in Test ViessmannAPI v2.0.0:

                                            @jensemann nutzt du die aktuelle version? wieviele geräte hast du im gateway und welche refresh zeit

                                            @tombox
                                            Version ist 2.0.1
                                            Update device status in minutes= 1
                                            Update gateway events in minutes= 300

                                            Gerätei m Gateway? Was ist damit gemeint? Ich habe eine Heizung mit integriertem WLAN Modul .. wenn das gemeint ist

                                            ahhhh. ich glaube ich habs: 0 Eingabeereignisse / 11 Ausgabeereignisse ...

                                            T 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            842
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            125
                                            791
                                            204530
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo