Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Dwalt
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Dwalt

    • Dwalt

      HA not receiving data passed through non-registered repeaters
      Home Assistant • • Dwalt  

      4
      0
      Votes
      4
      Posts
      1724
      Views

      martinhjelmare

      The AttributeError: V_TEXT error is solved in HA version 0.38.3: https://github.com/home-assistant/home-assistant/pull/5942 The other error seem to be from a hue device and this issue has a similar stack trace: https://github.com/home-assistant/home-assistant/issues/4994 Cleaning the hue bridge seems to be the solution. Regarding HA stopping to update mysensors after a restart of the ethernet gateway, this should be the same as this issue: https://github.com/home-assistant/home-assistant/issues/4891 We now have a fix for this in pymysensors: https://github.com/theolind/pymysensors/pull/67 HA is not updated to use this fix yet, but I'll try to do that asap. I'll update the issue and this thread when that is done. Regarding your gateway restarting when you restart a node or repeater, that sounds weird and not good. Could be a power issue at the gateway?
    • Dwalt

      PIR am312
      Hardware • • Dwalt  

      96
      0
      Votes
      96
      Posts
      45632
      Views

      NeverDie

      For anyone who is interested in this topic, I posted some comments about the am612 on this other thread: https://forum.mysensors.org/topic/5986/pir-am312-412-612 It may have some relevance to the am312.
    • Dwalt

      Sensebender battery life
      Hardware • • Dwalt  

      5
      0
      Votes
      5
      Posts
      2175
      Views

      Dwalt

      @Yveaux I used panasonic PIRs, they are hard to find and price ranges widely. I submitted the build last summer.
    • Dwalt

      Experimenting with cheap 433mhz gadgets
      My Project • • Dwalt  

      10
      6
      Votes
      10
      Posts
      13798
      Views

      bigjimjeedom

      Hello Dwalt ! thanks for your quick answer ! My remote is an old style Chacon with 8 buttons [This remote has a 4 positions dip switch on the back (group 1 2 3 4) so i plan to put my 4 wall plugs on group 1 and my remote on group 2; with that, the plugs will be commuted by the mysensors rf433 emitter and the remote will send codes to my receiver mysensors without communicating directly with plugs] And my receiver is a "cheap" one but i will have a sperheterodyne in a few days (according yours tests) To receive my codes i use RCswitch library and this code: #include <RCSwitch.h> * RCSwitch mySwitch = RCSwitch(); void setup() { Serial.begin(9600); mySwitch.enableReceive(0); // Receiver on inerrupt 0 => that is pin #2 } void loop() { if (mySwitch.available()) { output(mySwitch.getReceivedValue(), mySwitch.getReceivedBitlength(), mySwitch.getReceivedDelay(), mySwitch.getReceivedRawdata(),mySwitch.getReceivedProtocol()); mySwitch.resetAvailable(); } } With this i can read rf433 codes on serial but it don't send in mysensors.. thanks for your help, i wil try to understand how to modify your code
    • Dwalt

      Controller not recognizing message rerouting?
      Troubleshooting • • Dwalt  

      8
      0
      Votes
      8
      Posts
      2363
      Views

      Dwalt

      1.5 appears to have fixed my repeater problem. I have monitored the serial output continuously from a single sensor node for the past 5 days after upgrading the sensor node and repeater node to 1.5...and finally, the node experienced the random 'st=fail' and searched for a 'new parent' (it seems to take 6 'st=fail' in a row to trigger rerouting). The node redirected traffic through the repeater node and the gateway successfully received and passed on the data. All is well. No clue what causes the 'st=fail'. I live in an inner-city so RF interference is expected and unavoidable. Reviewing 120+ hours of serial data, it seems the node would experience an average of 3-4 'st=fail' per day at random intervals. The 6 sequential 'st=fail' occurred in the middle of the night. I have no idea what triggered the problem but the mesh networking worked and quickly eliminated the problem. @hek Thank you for resolving this.
    • Dwalt

      My generic room-senser (Sensebender with Motion and Light)
      My Project • • Dwalt  

      16
      5
      Votes
      16
      Posts
      15554
      Views

      Moshe Livne

      @mvader These are perfect for 2aa powered sensors although slightly ominous http://www.aliexpress.com/item/Dummy-Security-Camera-CCTV-Home-Dome-Camera-With-Red-Flashing-Light-Woshida/32317143038.html?spm=2114.32010308.4.11.8z1AAX they are basically empty. for 2.5$ you get a case, a battery holder and a clear dome.... Even a switch!!!! Best deal in the world.