Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. binary
    Log in to post

    • matkor

      What is proper presentation type for binary push button? S_BINARY ? And how make controller distinguish between binary button (RO) and binary switch (RW)?
      Development • binary binary switches presentation • • matkor  

      2
      0
      Votes
      2
      Posts
      272
      Views

      mfalkvidd

      @matkor it is currently not possible. https://github.com/mysensors/MySensors/issues/1312 suggests a solution but there has been no forward progress lately. flatsiedatsie created this issue in mysensors/MySensors open Proposal: UX extensions #1312
    • drock1985

      Need some minor help with MQTT strings
      Troubleshooting • mqtt relay home-assistant mosquitto binary • • drock1985  

      6
      0
      Votes
      6
      Posts
      3547
      Views

      jkandasa

      @drock1985 I guess your switch string should be as follows, #Switches (Lights) switch 1: platform: mqtt state_topic: "mygateway1-out/2/1/1/0/2" command_topic: "mygateway1-in/2/1/1/0/2" name: "test1" payload_on: "1" payload_off: "0"
    • dzairo

      My first working Switch with Battery and Temperature ..
      My Project • temperature battery switch binary • • dzairo  

      5
      1
      Votes
      5
      Posts
      3723
      Views

      BulldogLowell

      @dzairo there is a nice PinChangeInterrupt library that you may want to look at.
    • niccodemi

      Binary / Temp sensor help - sleep time
      Development • temperature binary sleep time • • niccodemi  

      3
      0
      Votes
      3
      Posts
      2905
      Views

      niccodemi

      @BulldogLowell thank you, I uploaded it and so far it works fine.