Navigation

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

    dpressle

    @dpressle

    20
    Reputation
    110
    Posts
    1016
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    dpressle Follow

    Best posts made by dpressle

    • Yet another simple roller shutter (cover) node

      So after the "success" ;( of my previous design "simple relay actuator" i did another one for roller shutter/cover device Simple cover actuator

      Main goals were:

      1. Simple design (NO SMT) all throe hole
      2. Safe, AC-DC, fuses, creepage etc...
      3. Cheap, no expensive hardware
      4. Easy to build, anyone could do it

      Main Components:

      • Hi-Link AC-DC PSU
      • 2 relay design one for power one for direction
      • Atmega328p-pu
      • nrf24l-01 radio

      IT works very well for me with my Home Assistant controller HA, i am using time to set its position nothing too complicated.

      Again, please comment and ask questions as you wish, thanks for the great feedback this forum is the best.
      3_1491761552677_up.jpg 2_1491761552676_e_up.jpg 1_1491761552676_e_bot.jpg 0_1491761552675_bot.jpg

      posted in My Project
      dpressle
      dpressle
    • Another simple (No SMT) relay actuator

      Since i dont think humans should solder SMT devices 😜 i made this nice little non SMT board with 3 SSR relays, Hi-Link power supply, atmega328P and separated fuses for PSU and load, in a 5X5 CM board.
      So far its working great, i did not put a temp fuse in the design mainly because i dont see any commercial in wall units using one, so for me i think its safe enough to not use it.
      I would appreciate your comments on it, Thanks.
      Main goals are:

      • No SMT
      • 5X5 CM board
      • Safe for in wall use
      • Simple and cheep

      0_1487439792251_IMG_1150.JPG
      0_1487439542372_IMG_1147.JPG
      0_1487439614221_IMG_1148.JPG
      Top side design:
      0_1487441237064_Top.PNG
      Bottom side design:
      0_1487441265494_Bottom.PNG

      posted in My Project
      dpressle
      dpressle
    • RE: MySensors Hvac device

      https://github.com/home-assistant/home-assistant.github.io/pull/1484

      dpressle created this issue in home-assistant/home-assistant.github.io

      closed Add description on current temperature option #1484

      posted in Home Assistant
      dpressle
      dpressle
    • RE: Arduino Nano and NRF24L01+PA+LNA

      @Boots33 i could not make the NRF2401+ work with the le33 i moved to lm117 or 662k and it works, just wasn't enough juice...

      posted in Troubleshooting
      dpressle
      dpressle
    • RE: Another simple (No SMT) relay actuator

      @artipi Sure you can that is the whole point of the D5, D6, D7 connection.

      You just need to take the GND and each of these digital inputs and connect them to the switch (NO high voltage in the switch only GND and digital input), each one of then controls one relay.

      posted in My Project
      dpressle
      dpressle
    • RE: Looking for tips on mounting thermal fuses.

      I just wrap it with wet toilet paper, works every time.

      posted in Hardware
      dpressle
      dpressle
    • RE: Time condition

      You need to build it using few nodes, something like this:
      0_1464845649905_upload-eb90b026-1915-4d14-89b3-988a706e131b

      Explain:
      the "Clock" node is giving the current hour, the "Constant" nodes are the range of hours, the "Check in Range" node will output a 1 only when the hour is in the range.
      Then you have a AND with the "Door" switch and after you have AND with the "Light" switch.
      Result - light will be on only if time is in range and door is on and light is on.

      This is how i would do it i dont know if there is any easier way other then writing your own custom node, you said you are a .NET programmer so it shouldn't be hard.
      Writing few custom nodes my self i can tell its very straight forward.

      posted in MyNodes.NET
      dpressle
      dpressle
    • RE: AC IR code decrypting

      @Nca78 yes it is YB1FA

      posted in Development
      dpressle
      dpressle
    • RE: Another simple (No SMT) relay actuator

      Small update, i connected touch switches to the board instead of mechanical switches.
      where i live we are using gwiss switches and when the board is in the box there is not much room for mechanical switches as they are too deep, so i took some blanks that are used to cover unused switch hols and added touch switch to it, see the pictures below:
      0_1494227496097_1.jpg
      0_1494227511920_2.jpg
      0_1494227524554_3.jpg
      0_1494227531306_4.jpg

      posted in My Project
      dpressle
      dpressle
    • RE: AC IR code decrypting

      So i ended up implementing it in my own library, still under tests, i will publish it here once i push it to github.

      posted in Development
      dpressle
      dpressle

    Latest posts made by dpressle

    • RE: Yet another simple roller shutter (cover) node

      @gryzli133 Sorry but i dont know how to debug Domoticz

      posted in My Project
      dpressle
      dpressle
    • RE: Yet another simple roller shutter (cover) node

      @gryzli133 Its tested and working on Homeassistant, you will probably will have to modify the code to make it work with other controllers, let me know if you need help with that.

      posted in My Project
      dpressle
      dpressle
    • RE: Yet another simple roller shutter (cover) node

      @hummeruli
      for #1 try switching also these variables:
      #define DIRECTION_DOWN 1
      #define DIRECTION_UP 0

      for #2 can you send debug output?

      posted in My Project
      dpressle
      dpressle
    • RE: Yet another simple roller shutter (cover) node

      @hummeruli can you check "Show verbose output during: " for compilation in the Preferences page and send me the detailed compilation log?

      posted in My Project
      dpressle
      dpressle
    • RE: Yet another simple roller shutter (cover) node

      @hummeruli It compiles just fine on my machine, what version of mysensors do you have? i am using v2:
      0_1503471248864_upload-3a44b137-4947-4a14-85e0-bf877f6da2a8

      posted in My Project
      dpressle
      dpressle
    • RE: Yet another simple roller shutter (cover) node

      @hummeruli its here:
      https://forum.mysensors.org/topic/7386/mysensors-cover-node

      posted in My Project
      dpressle
      dpressle
    • RE: Yet another simple roller shutter (cover) node

      @gryzli133 No, Sorry. Let us know if you make it happen.

      posted in My Project
      dpressle
      dpressle
    • RE: Yet another simple roller shutter (cover) node

      @gryzli133 The only way i can see is using the radio pins 9, 10, 11, 12, 13 if they can be used with RS485 or i2c then you are good to go

      posted in My Project
      dpressle
      dpressle
    • RE: 💬 MySensors Light Switch

      @Lucien Sorry for the delay, i will post it soon.

      posted in OpenHardware.io
      dpressle
      dpressle
    • RE: Looking for tips on mounting thermal fuses.

      I just wrap it with wet toilet paper, works every time.

      posted in Hardware
      dpressle
      dpressle