Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Русский
    3. ioBroker
    4. ioBroker основное
    5. Ambilight.

    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

    Ambilight.

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dmitrii240582 last edited by

      Подскажите пожалуйста, как прикрутить к iobroker hyperion-ambilight: https://hyperion-project.org/wiki/4-Remote-Apps.

      1 Reply Last reply Reply Quote 0
      • H
        Haus last edited by

        @dmitrii240582:

        Подскажите пожалуйста, как прикрутить к iobroker hyperion-ambilight: https://hyperion-project.org/wiki/4-Remote-Apps. `
        http://forum.iobroker.net/viewtopic.php … ght#p35934

        1 Reply Last reply Reply Quote 0
        • D
          dmitrii240582 last edited by

          @Haus:

          @dmitrii240582:

          Подскажите пожалуйста, как прикрутить к iobroker hyperion-ambilight: https://hyperion-project.org/wiki/4-Remote-Apps. [http://forum.iobroker.net/viewtopic.php … ght#p35934](http://forum.iobroker.net/viewtopic.php?f=24&t=3795&p=35934&hilit=hyperion+ambilight#p35934)
          Спасибо, работает. 😄

          1 Reply Last reply Reply Quote 0
          • D
            dmitrii240582 last edited by

            @Haus:

            @dmitrii240582:

            Подскажите пожалуйста, как прикрутить к iobroker hyperion-ambilight: https://hyperion-project.org/wiki/4-Remote-Apps. [http://forum.iobroker.net/viewtopic.php … ght#p35934](http://forum.iobroker.net/viewtopic.php?f=24&t=3795&p=35934&hilit=hyperion+ambilight#p35934)
            А как сделать так, чтобы скрипт после выполнения останавливался?

            1 Reply Last reply Reply Quote 0
            • H
              Haba last edited by

              https://github.com/iobroker/ioBroker.ja … stopscript

              Подойдет?

              1 Reply Last reply Reply Quote 0
              • D
                dmitrii240582 last edited by

                ! var net = require('net');
                ! function sendMessage(host, port, message) {
                ! var client = net.connect({host:host, port: port}, function () {
                ! // 'connect' listener
                ! console.log('connected to server!');
                ! client.write(message);
                ! });
                ! client.on('data', function (data) {
                ! console.log(data.toString());
                ! client.end();
                ! });
                ! client.on('end', function () {
                ! console.log('disconnected from server');
                ! });
                ! client.on('error', function (error) {
                ! console.error('error: ' + error);
                ! client.end();
                ! });
                ! }
                ! sendMessage('192.168.1.205', 19444, '{ "color": [0,0,0], "command": "color", "priority": 100 }');
                Можно ли создать такой скрипт, используя Blockly?

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

                Support us

                ioBroker
                Community Adapters
                Donate

                910
                Online

                31.9k
                Users

                80.1k
                Topics

                1.3m
                Posts

                3
                6
                3182
                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