Navigation

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

    nick van alst

    @nick van alst

    1
    Reputation
    14
    Posts
    464
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    nick van alst Follow

    Best posts made by nick van alst

    • RE: openHAB 2.2 binding

      Hello,

      I've been using the binding for a while now!
      must say that i still have some problems with auto discovery, but manually adding the sensors work fine!

      I encountered a bug in 1 for the components.

      The GAS meter should contain a variable for V_VOLUME but in the logs i'm getting errors that the variable does not exist.

      i searched in the code and found out the the class for SGAS is not containing the V_VOLUME variable.
      file: MySensorsChildSGas.java
      github link: https://github.com/tobof/openhab2-addons/blob/MySensors_Binding/addons/binding/org.openhab.binding.mysensors/src/main/java/org/openhab/binding/mysensors/internal/sensors/child/MySensorsChildSGas.java

      as by: https://www.mysensors.org/download/serial_api_20#sensor-types SGAS should also include a V_VOLUME variable as wel as a V_FLOW

      For now i adjusted my sensor to use one of the custom var fields. but it would be nice to use the V_VOLUME variable for this.

      posted in OpenHAB
      nick van alst
      nick van alst

    Latest posts made by nick van alst

    • RE: openHAB 2.2 binding

      Hello,

      I've been using the binding for a while now!
      must say that i still have some problems with auto discovery, but manually adding the sensors work fine!

      I encountered a bug in 1 for the components.

      The GAS meter should contain a variable for V_VOLUME but in the logs i'm getting errors that the variable does not exist.

      i searched in the code and found out the the class for SGAS is not containing the V_VOLUME variable.
      file: MySensorsChildSGas.java
      github link: https://github.com/tobof/openhab2-addons/blob/MySensors_Binding/addons/binding/org.openhab.binding.mysensors/src/main/java/org/openhab/binding/mysensors/internal/sensors/child/MySensorsChildSGas.java

      as by: https://www.mysensors.org/download/serial_api_20#sensor-types SGAS should also include a V_VOLUME variable as wel as a V_FLOW

      For now i adjusted my sensor to use one of the custom var fields. but it would be nice to use the V_VOLUME variable for this.

      posted in OpenHAB
      nick van alst
      nick van alst
    • RE: [Solved] Sensebender GW: TSP FAIL

      @tekka said in Sensebender GW: TSP FAIL:

      @nick-van-alst You need to install the MySensors Board definitions, please follow the instructions here | section "Other configurations"

      you are a life safer! i didn't realize i didn't have that one yet!

      posted in Troubleshooting
      nick van alst
      nick van alst
    • [Solved] Sensebender GW: TSP FAIL

      Hi Guys,

      recently i got myself a sensebender GW to replace my current ESP one.

      ive solderd the connectors on the board and connected everything. but i cant get it to work...

      i've tried everything, im getting the following in the debug log:

      0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGS--,VER=2.1.1
      0;255;3;0;9;TSF:LRT:OK
      0;255;3;0;9;TSM:INIT
      0;255;3;0;9;TSF:WUR:MS=0
      0;255;3;0;9;!TSM:INIT:TSP FAIL
      0;255;3;0;9;TSM:FAIL:CNT=1
      0;255;3;0;9;TSM:FAIL:PDT
      

      This seems errors with the communication to the RF module. i already tried several module to exclude that. (also from 3 different batches, including one with an external antenna)

      just to be sure i resolderd all the connections going to the RF module, no luck.

      As described in the FAQ i also measured the power. i do see that it is a bit low. i'm getting 2.9V on the 3.3 measuring points on the board.
      Might this be the issue?
      EDIT: i just measured again directly on the RF module. and the power is 3.33V so that is perfect.
      still not sure how i can find the issue...

      could it be that a component on the board is broken? if so could you guys help me with identifying which component it is?

      PS. i'm using the serialGW sketch with arduino zero as target board.

      posted in Troubleshooting
      nick van alst
      nick van alst
    • RE: 💬 Sensebender Gateway

      @NiklasO that looks very good!

      Are you willing to share your design files with us?
      i just ordered my gateway to get rid of cables and lose components 😄 a case would really make it complete!

      posted in OpenHardware.io
      nick van alst
      nick van alst
    • Is the sensbender micro already preloaded with the Dualoptiboot bootloader?

      See topic.

      is it already on the boards from itead, or do i need to program it through the ISP?

      posted in Hardware
      nick van alst
      nick van alst
    • RE: 💬 FOTA (Wireless Programming)

      Is the sensbender micro already preloaded with the Dualoptiboot bootloader?

      posted in Announcements
      nick van alst
      nick van alst
    • RE: Sensbender micro interrupts

      @hek So the IRQ pin is connected to the Arduino D2?

      AH nvm i checked the schematic and found it, thanks!
      will try this!

      posted in Hardware
      nick van alst
      nick van alst
    • Sensbender micro interrupts

      Hello,

      i currently have 4 Sensbender Micro and i am planning to build door/window sensors off them.

      i already created 2 single sensors and they are working perfectly. I used a simple REED contact connected on GND and D3 as D3 is an interrupt i could use the BinarySwitchSleepSensor example to build it.(https://github.com/mysensors/MySensors/blob/development/examples/BinarySwitchSleepSensor/BinarySwitchSleepSensor.ino)

      PS. a reed switch fits perfectly between the GND and D3, and rests on the extra PCB part of the sensbender!

      Though, now i want to build 1 sensor with 2 reed contacts. normally the example sketch would be perfect for it. but i noticed that on the arduino the only pins that have intterupt are pin 2 and 3. And on the Sensbender micro there is no D2.

      Is there a other pin on the board that supports intterupts? or should i build it like so that i use D3 as intterupt and also connect the senors to other digital in's to check the actual status of each sensor.
      That way i use D3 as a wakeup call. And D4 and D5 for the actual switch status.

      posted in Hardware
      nick van alst
      nick van alst
    • RE: Sensbender Micro BinaryDoorSensor

      This is an issue with your PC,

      i would recommend doing a clean install of Arduino/my sensors libraries.

      Also it is getting access denied, running as Admin might help.

      posted in My Project
      nick van alst
      nick van alst
    • RE: [SOLVED] Just started, but already stuck

      Thank you guys, its all working now!

      posted in Troubleshooting
      nick van alst
      nick van alst