Navigation

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

    Best posts made by Madhias

    • RE: Correct presentation of Sensebender temperature and humidity?

      I have called the measurement function now inside the loop function (that is way better of course), and changed the third wait argument to V_TEMP. That works.

      I had a request in the code, but commented it out, it was like: request(CHILD_ID_TEMP, V_TEMP); because I was not sure if it is needed.

      Thanks for your help!

      posted in Home Assistant
      Madhias
      Madhias
    • RE: 💬 Building a Raspberry Pi Gateway

      I have a question regarding the --my-serial-groupname option: since I start the gateway under an user account with sudo, the gateway device ([EDIT] symlink) will be created with ownership root:root. Shouldn't it be created with root:dialout (as I chose dialout as group in my case)?

      [DELETED]

      posted in Announcements
      Madhias
      Madhias
    • How to connect Sensebender with serial gateway?

      Hi all,

      A few weeks ago I got some packages in the mail, including 4 Sensebenders, and some other parts. I wanted to start on a small scale and try to connect a node with a serial gateway, since everything is new for me!

      I uploaded the (example) serial gateway sketch to an Uno clone, with a NRF24L01 attached to it, and also the (example) SensebenderMicro sketch to the Sensebender (with a Foca FTDI serial adapter), also with a NRF24L01 attached.

      Looking at the serial monitor of the gateway, this is the output:

      u�jI�0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.0
      0;255;3;0;9;TSM:INIT
      0;255;3;0;9;TSF:WUR:MS=0
      0;255;3;0;9;TSM:INIT:TSP OK
      0;255;3;0;9;TSM:INIT:GW MODE
      0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
      0;255;3;0;9;MCO:REG:NOT NEEDED
      0;255;3;0;14;Gateway startup complete.
      0;255;0;0;18;2.1.0
      0;255;3;0;9;MCO:BGN:STP
      0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
      

      Looking at the Sensebenders output:

      4 TSM:INIT
      4 TSF:WUR:MS=0
      12 TSM:INIT:TSP OK
      14 TSM:FPAR
      16 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      2025 !TSM:FPAR:NO REPLY
      2027 TSM:FPAR
      2029 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      4038 !TSM:FPAR:NO REPLY
      

      Did I miss a simple setting to do in the sketches? It took a while until I am this point, to ask this question 😃 My wife asked me again why I don't have a simple hobby like playing tennis.

      posted in Troubleshooting
      Madhias
      Madhias
    • RE: Correct presentation of Sensebender temperature and humidity?

      @martinhjelmare It works now! I think it is a hardware issue I have here, since I just put the decoupling capacitor in between the radio and the pin header socket. Checking that connection helped (pushing again in), and the presentation was correct now - including the sketch name.

      posted in Home Assistant
      Madhias
      Madhias
    • RE: How to connect Sensebender with serial gateway?

      Adding a capacitor at the radio solved my issues... Sorry for not trying that from the very beginning, today I bought some capacitors, and now it looks good!

      Happy now!

      33804 TSF:MSG:SEND,3-3-0-0,s=1,c=1,t=0,pt=7,l=5,sg=0,ft=0,st=OK:24.0
      33818 TSF:MSG:SEND,3-3-0-0,s=2,c=1,t=1,pt=2,l=2,sg=0,ft=0,st=OK:62
      34127 MCO:SLP:MS=60000,SMS=0,I1=255,M1=255,I2=255,M2=255
      34134 MCO:SLP:TPD
      34136 MCO:SLP:WUP=-1
      Sending initial value
      34154 TSF:MSG:SEND,3-3-0-0,s=1,c=1,t=0,pt=2,l=2,sg=0,ft=0,st=OK:1
      Requesting initial value from controller
      34164 TSF:MSG:SEND,3-3-0-0,s=1,c=2,t=2,pt=0,l=0,sg=0,ft=0,st=OK:
      TempDiff :1.01
      HumDiff  :1.50
      T: 23.00
      H: 65
      
      posted in Troubleshooting
      Madhias
      Madhias
    • RE: [SOLVED] device_tracker unable to load / known_devices.yaml not found after HA update

      @martinhjelmare OK, It was not an update, since when booting the gateway device from my backup drive I have the same radio problem. So I'll have a look onto that. The gateway is installed on a Raspberry Pi 3, powered by the 'normal' micro USB adapter. I could exchange the capacitor on the radio there as a start.

      [EDIT] Solved, just 'touched' the capacitor and wobbled around on the gateways radio, and radio communication works again. Sorry for the confusion...

      posted in Home Assistant
      Madhias
      Madhias
    • RE: 'getConfig' was not declared in this scope (V2.1.1) - FIXED

      Thanks, had the same problem!

      posted in Troubleshooting
      Madhias
      Madhias