grubiw

Erstellte Forenantworten

3 Beiträge anzeigen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • als Antwort auf: libnodave #2975
    grubiw
    Teilnehmer

    Hallo,

    Ich glaube es gibt noch eine anderen Weg. für Version 0.8.5.1
    in der nodave.c Zeile 3878 und Zeile 3879 ersetzen durch

    dc->msgOut[17]=dc->rack+1;
    dc->msgOut[18]=dc->slot;

    und in der Zeile 3934 nach dem else

    dc->maxPDUlength /= 2;

    diese Zeile einfügen.

    Alles neu compilieren und dann sollte auch eine neuer Version funktionieren.

    als Antwort auf: NetIO geht bei mit noch nicht seit Update #2832
    grubiw
    Teilnehmer

    Hallo,

    Es ist mir peinlich aber ich habe meinen Fehler gefunden. Ich hatte vor kurzem einen neuen DDNS eingerichtet der sich nur um ein Zeichen vom alten unterscheidet. Jetzt geht wieder alles. Ich habe ein Iphone aber das tut jetzt nichts zur Sache.

    Ich Danke für deine Bemühungen und ich hoffe du bist mir nicht böse das ich deine kostbare Zeit in Anspruch genommen habe.

    lg gubiw

    als Antwort auf: NetIO geht bei mit noch nicht seit Update #2829
    grubiw
    Teilnehmer

    Hallo,

    Habe die parseResponse-Ausdrücke natürlich geändert. Ich hoffe das mir dabei kein Fehler unterlaufen ist.

    Nochmals auch ein Danke für deine Hilfe. Wie gewünscht meine JSON meiner NetIO.

    {
    „type“: „NetIOConfiguration“,
    „version“: 2,
    „name“: „LogoControl“,
    „description“: „this is the default configuration for the editor“,
    „theme“: „dark“,
    „connections“: [
    {
    „name“: „verbindung“,
    „host“: „xxxxxx.xxxxxx.xxx“,
    „port“: 8080,
    „protocol“: „https“,
    „eventBased“: true,
    „username“: „xxxxxxxxxxxx“,
    „password“: „xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx“
    }
    ],
    „pages“: [
    {
    „name“: „Poolpage“,
    „label“: „Status“,
    „connection“: „verbindung“,
    „fitToScreen“: true,
    „items“: [
    {
    „top“: 30,
    „left“: 20,
    „width“: 90,
    „height“: 20,
    „type“: „label“,
    „text“: „POOL“,
    „textcolor“: „0,150,250“,
    „fontsize“: 20,
    „interval“: 1000,
    „textalign“: „left“,
    „reads“: „GET /rest/attributes“,
    „parseResponse“: „Versteckte Antwort“
    },
    {
    „top“: 80,
    „left“: 30,
    „width“: 240,
    „height“: 30,
    „type“: „label“,
    „text“: „Wassertemperatur: -2“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „(?<=\“D\“:\“12\“,\“A\“:\“1\“,\“V\“:[^,]{0,10}[^,]{0,10},\“T\“:\“)[^\“]*“,
    „formatResponse“: „Wassertemperatur: {0}°C“
    },
    {
    „top“: 120,
    „left“: 20,
    „width“: 150,
    „height“: 20,
    „type“: „label“,
    „text“: „HEIZUNG“,
    „textcolor“: „252,3,53“,
    „fontsize“: 20,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 140,
    „left“: 30,
    „width“: 240,
    „height“: 40,
    „type“: „label“,
    „text“: „Vorlauftemperatur: -2“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „(?<=\“D\“:\“16\“,\“A\“:\“1\“,\“V\“:[^,]{0,10}[^,]{0,10},\“T\“:\“)[^\“]*“,
    „formatResponse“: „Vorlauftemperatur: {0}°C“
    },
    {
    „top“: 170,
    „left“: 30,
    „width“: 250,
    „height“: 40,
    „type“: „label“,
    „text“: „Rücklauftemperatur: -2“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „(?<=\“D\“:\“17\“,\“A\“:\“1\“,\“V\“:[^,]{0,10}[^,]{0,10},\“T\“:\“)[^\“]*“,
    „formatResponse“: „Rücklauftemperatur: {0}°C“
    },
    {
    „top“: 210,
    „left“: 20,
    „width“: 120,
    „height“: 30,
    „type“: „label“,
    „text“: „KWL“,
    „textcolor“: „19,232,232“,
    „fontsize“: 20,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 240,
    „left“: 30,
    „width“: 250,
    „height“: 40,
    „type“: „label“,
    „text“: „Innentemperatur: -2“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „(?<=\“D\“:\“14\“,\“A\“:\“1\“,\“V\“:[^,]{0,10}[^,]{0,10},\“T\“:\“)[^\“]*“,
    „formatResponse“: „Innentemperatur: {0}°C“
    },
    {
    „top“: 280,
    „left“: 30,
    „width“: 260,
    „height“: 40,
    „type“: „label“,
    „text“: „Aussentemperatur: -2“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „(?<=\“D\“:\“15\“,\“A\“:\“1\“,\“V\“:[^,]{0,10}[^,]{0,10},\“T\“:\“)[^\“]*“,
    „formatResponse“: „Aussentemperatur: {0}°C“
    },
    {
    „top“: 50,
    „left“: 30,
    „width“: 90,
    „height“: 30,
    „type“: „label“,
    „text“: „Poolpumpe:“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 50,
    „left“: 130,
    „width“: 50,
    „height“: 30,
    „type“: „label“,
    „text“: „Status“,
    „textcolor“: „230,230,230“,
    „parseResponse“: „(?<=\“D\“:\“13\“,\“A\“:\“1\“,\“V\“:[^,]{0,10}[^,]{0,10},\“T\“:\“)[^\“]*“,
    „textalign“: „left“
    },
    {
    „top“: 60,
    „left“: 240,
    „width“: 50,
    „height“: 60,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rounded“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „play“,
    „sends“: [
    „GET /rest/devices/13/methods/1“
    ],
    „parseResponse“: „nixSenden“
    }
    ],
    „width“: 320,
    „height“: 480,
    „textcolor“: „230,230,230“,
    „background“: „40,40,40“
    },
    {
    „name“: „Raff1“,
    „label“: „ERDGES“,
    „connection“: „verbindung“,
    „sound“: „active“,
    „items“: [
    {
    „top“: 40,
    „left“: 20,
    „width“: 120,
    „height“: 20,
    „type“: „label“,
    „text“: „ALLE FENSTER“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 20,
    „left“: 170,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rect“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „down“,
    „sends“: [
    „GET /rest/devices/11/methods/1“
    ],
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 20,
    „left“: 230,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rect“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „icon“: „up“,
    „sends“: [
    „GET /rest/devices/11/methods/2“
    ],
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 90,
    „left“: 20,
    „width“: 120,
    „height“: 30,
    „type“: „label“,
    „text“: „Küche Str.“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 80,
    „left“: 170,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rounded“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „down“,
    „sends“: [
    „GET /rest/devices/9/methods/1“
    ],
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 80,
    „left“: 230,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rect“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „sends“: [
    „GET /rest/devices/9/methods/2“
    ],
    „icon“: „up“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 150,
    „left“: 20,
    „width“: 130,
    „height“: 30,
    „type“: „label“,
    „text“: „Küche Garten“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 140,
    „left“: 230,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rounded“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „up“,
    „sends“: [
    „GET /rest/devices/10/methods/2“
    ],
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 140,
    „left“: 170,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rounded“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „down“,
    „sends“: [
    „GET /rest/devices/10/methods/1“
    ],
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 200,
    „left“: 20,
    „width“: 140,
    „height“: 40,
    „type“: „label“,
    „text“: „Esszimmer“,
    „textcolor“: „230,230,230“,
    „reads“: „GET /rest/attributes“,
    „interval“: 1000,
    „parseResponse“: „nixSuchen“,
    „textalign“: „left“
    },
    {
    „top“: 200,
    „left“: 170,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rect“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „down“,
    „sends“: [
    „GET /rest/devices/8/methods/1“
    ],
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 270,
    „left“: 20,
    „width“: 120,
    „height“: 20,
    „type“: „label“,
    „text“: „Wohnzimmer“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 200,
    „left“: 230,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rect“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „up“,
    „sends“: [
    „GET /rest/devices/8/methods/2“
    ],
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 330,
    „left“: 20,
    „width“: 120,
    „height“: 20,
    „type“: „label“,
    „text“: „Wohnzimmer L“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 390,
    „left“: 20,
    „width“: 120,
    „height“: 20,
    „type“: „label“,
    „text“: „Wohnzimmer R“,
    „textcolor“: „230,230,230“,
    „textalign“: „left“,
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 260,
    „left“: 170,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rect“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „down“,
    „sends“: [
    „GET /rest/devices/5/methods/1“
    ],
    „parseResponse“: „nixSuchen“
    },
    {
    „top“: 320,
    „left“: 170,
    „width“: 50,
    „height“: 50,
    „type“: „button“,
    „label“: „newButton“,
    „shape“: „rect“,
    „background“: „45,45,45“,
    „border“: „70,70,70“,
    „textcolor“: „230,230,230“,
    „icon“: „down“,
    „sends“: [
    „GET /rest/devices/7/methods/1“
    ],
    „parseResponse“: „nixSuchen“
    },

3 Beiträge anzeigen - 1 bis 3 (von insgesamt 3)