Navigation

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

    Yoshu

    @Yoshu

    4
    Reputation
    12
    Posts
    4
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Brisbane Australia

    Yoshu Follow

    Best posts made by Yoshu

    • Smart multi password, multi zone access control Keypad

      Hi All

      I have been locked in hotel isolation, had to much spare time so I have been working on a few little projects. This is my first serious sketch, although many of the ideas are borrowed and Im sure it could have been done a much easier way.
      The motivation for this project was to free me from carrying my phone.
      My project has a keypad with password access control. The keypad takes 6 different passwords and can operate 20 different functions with the combination of the password and extension code.
      The passwords and user names are updateable from the controller. All 20 zones can all be set as active or not for each user from the controller.
      There is also a motion sensor and door open/close switch included in the functions.
      The sketch needs to be installed on and arduino mega due to its size.
      I have only briefly tested with a controller, most testeing was from the arduino ide serial monitor through the serial gateway.
      I will include the signing to this when i get around to the build.
      I'm out of isolation tomorrow so little will be done for a while, have look see what you think. I not sure how usefull it will actually be but was a fun learning experience for me.
      The password and zones active needs to be set from the controller or gateway serial monitor before this is operational. else maybe can comment out loadza();
      loadpw(); loadun(); in setup to use the coded passwords,usernames and activate all zones.

      Cheers Mysensors Community , the ability do do something like this was only a dream a few years ago.

      I have had to put the sketch on github as it was to large to post on this page. Click on this link to download the sketch from github if you want to check it out. MultiZone Keypad & Password sketch

      keypad front rs.jpg

      keypad back rs.jpg

      20210731_230335.jpg

      keypad_password_lcd_bb.jpg[0_1632398680505_kp1.heic](Uploading 100%)

      posted in My Project
      Yoshu
      Yoshu
    • RE: Multiple mqtt gateways via nrlf24l01 secure/unsecure

      @mfalkvidd Cheers! This project will keep me occupied for my 2 week hotel isolation stay.

      posted in General Discussion
      Yoshu
      Yoshu

    Latest posts made by Yoshu

    • RE: 💬 Sensebender Gateway

      Sensebender ethernet gateway success with help.

      Was unable to connect sensebender to Windows 11.

      Using a suggesetions and assistance by tbowmo
      (you could boot linux off a usb, and check there..)

      I used an old rasberry pi with Arduino ide to connect and load the sketch, loaded
      Mysensors SAMD and Arduino SAMD board profiles, inital compile errors (clinent.h) but recified this with the help of comments by
      bjornhallberg (Sensebender Gateway sketch from 2.3.2 with MySensors SAMD Boards 1.0.6 does not compile with Arduino SAMD Boards 1.8.9. Rolling back to Arduino SAMD Boards 1.8.8).

      Used the standard ethernet gateway sketch that I am using with my unsecured nano ethernet gateway. Only changed the ip address and #define MY_RF24_CHANNEL to another channel for this second gateway.

      I have not setup signing yet, but that is my intention for my sensebender gateway now the basics are working.

      posted in OpenHardware.io
      Yoshu
      Yoshu
    • RE: 💬 Sensebender Gateway

      I have not had the opportunity to try another machine yet. unfortunately I had only just given into the windows 11 upgrade messages days before deciding to set up my gateway.

      posted in OpenHardware.io
      Yoshu
      Yoshu
    • RE: 💬 Sensebender Gateway

      @tbowmo

      Nothing new appears in device manager or the usual ding.

      posted in OpenHardware.io
      Yoshu
      Yoshu
    • RE: 💬 Sensebender Gateway

      Does anyone have an idea about the sensebender gateway board not being recognised in windows 11? A new driver maybe or any other clues ?

      posted in OpenHardware.io
      Yoshu
      Yoshu
    • RE: OH3 - MySensors Binding

      Openhab 3.2 now contains a community marketplace for bindings, perhaps the mysensors binding can be made available there?

      posted in OpenHAB
      Yoshu
      Yoshu
    • Smart multi password, multi zone access control Keypad

      Hi All

      I have been locked in hotel isolation, had to much spare time so I have been working on a few little projects. This is my first serious sketch, although many of the ideas are borrowed and Im sure it could have been done a much easier way.
      The motivation for this project was to free me from carrying my phone.
      My project has a keypad with password access control. The keypad takes 6 different passwords and can operate 20 different functions with the combination of the password and extension code.
      The passwords and user names are updateable from the controller. All 20 zones can all be set as active or not for each user from the controller.
      There is also a motion sensor and door open/close switch included in the functions.
      The sketch needs to be installed on and arduino mega due to its size.
      I have only briefly tested with a controller, most testeing was from the arduino ide serial monitor through the serial gateway.
      I will include the signing to this when i get around to the build.
      I'm out of isolation tomorrow so little will be done for a while, have look see what you think. I not sure how usefull it will actually be but was a fun learning experience for me.
      The password and zones active needs to be set from the controller or gateway serial monitor before this is operational. else maybe can comment out loadza();
      loadpw(); loadun(); in setup to use the coded passwords,usernames and activate all zones.

      Cheers Mysensors Community , the ability do do something like this was only a dream a few years ago.

      I have had to put the sketch on github as it was to large to post on this page. Click on this link to download the sketch from github if you want to check it out. MultiZone Keypad & Password sketch

      keypad front rs.jpg

      keypad back rs.jpg

      20210731_230335.jpg

      keypad_password_lcd_bb.jpg[0_1632398680505_kp1.heic](Uploading 100%)

      posted in My Project
      Yoshu
      Yoshu
    • RE: OH3 - MySensors Binding

      Hi

      Just tested out the mysensors openhab binding (org.openhab.binding.mysensors-3.2.0-SNAPSHOT) in the link provided by vores8 a few messages above.
      Testing with the serial gateway, openhab 3.2 latest snapshot running pi 4.
      Another detail for new users setting up by following the instruction, in the openhab install wiki (https://github.com/tobof/openhab-addons/wiki/Installation) here. This line does not work
      feature:install openhab-transport-serial and feature:install openhab-core-io-transport-mqtt.
      From other comments I found it is overcome by installing the openhab serial and mqtt bindings .

      posted in OpenHAB
      Yoshu
      Yoshu
    • RE: Multiple mqtt gateways via nrlf24l01 secure/unsecure

      @mfalkvidd Cheers! This project will keep me occupied for my 2 week hotel isolation stay.

      posted in General Discussion
      Yoshu
      Yoshu
    • RE: Multiple mqtt gateways via nrlf24l01 secure/unsecure

      Hi Thanks for the reply!

      If I used only nrf24l01 radios, (as I have plenty laying around) if I defined a different channel (and node Id) for the second network. Would this prevent confusion between the two networks rather then using a different radio type (rfm69)?

      • @def MY_RF24_CHANNEL
      • @brief RF channel for the sensor net, 0-125.
      • Frequence: 2400 Mhz - 2525 Mhz Channels: 126
      • http://www.mysensors.org/radio/nRF24L01Plus.pdf
      • 0 => 2400 Mhz (RF24 channel 1)
      • 1 => 2401 Mhz (RF24 channel 2)
      • 76 => 2476 Mhz (RF24 channel 77)
      • 83 => 2483 Mhz (RF24 channel 84)
      • 124 => 2524 Mhz (RF24 channel 125)
      • 125 => 2525 Mhz (RF24 channel 126)
      • In some countries there might be limitations, in Germany for example only the range 2400,0 - 2483,5 Mhz is allowed
      • http://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/2013_10_WLAN_2,4GHz_pdf.pdf
        */
        #ifndef MY_RF24_CHANNEL
        #define MY_RF24_CHANNEL 76
        #endif
      posted in General Discussion
      Yoshu
      Yoshu