Git Product home page Git Product logo

Comments (1)

v1-valux avatar v1-valux commented on July 18, 2024

Hi, I'm using 6 Brennenstuhl (exactly the same plugs) without any problems with the daemon,
One group with 11111 and one group with 11110 GroupCode

my config looks like this:

array("1", "11110", "16", "Leinwand"), (Plug 11111 1)
array("1", "11110", "08", "Bad Licht"), (Plug 11110 2)
array("1", "11111", "08", "Schreibtisch"), (Plug 11111 2)
array("1", "11110", "04", "Kuechenzeile"), (Plug 11111 3)

The numbers 16, 08, 04 represent the last 5 dip switches
Binary from right to left:

10000 = 16 = plug 1
01000 = 08 = plug 2
00100 = 04 ....
00010 = 02 ....
00001 = 01

But it should be possible to use double dipped like this (not tested though):

00011 = 03 = plug x
00101 = 05 = plug y
00110 = 06 ..............

hope this helps

I guess with the binary mode of the daemon, you can send binary codes to switch the plugs, but not dip codes

from raspberry-remote.

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.