Navigation

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

    Topics created by kr0815

    • kr0815

      Wifi-Gateway - strange behaviour
      Troubleshooting • • kr0815  

      1
      0
      Votes
      1
      Posts
      518
      Views

      No one has replied

    • kr0815

      Big Wish - a working system including up-to-date Reference
      Feature Requests • • kr0815  

      22
      1
      Votes
      22
      Posts
      7019
      Views

      kr0815

      Hello Hek, thank you so much to try to help me - i found the problem now and i guess it´s the same problem many others have here: On almost all ESP12 GPIO 4 and 5 are labeled wrong I didn´t use a NodeMCU, but one of the other available boards As the CE pin is then connected to the wrong GPIO, it seems to work, Radio init ok, but as soon as the gateway sends something, it crashes Here are some interesting posts about that: https://github.com/esp8266/Arduino/issues/437 Maybe you should ad this notice to the build-section for the wifi gateway ? Best regards Klaus
    • kr0815

      WifiGateway crashes after 1 or 2 days
      Troubleshooting • • kr0815  

      12
      0
      Votes
      12
      Posts
      2860
      Views

      kr0815

      i investigated further: i have 2 gateways, both dev version, one from today, the other one about 2 weeks old I tried the relay sketch (newest dev version) - gave it an ID trough my ethernet gateway --> directly after connecting the relay sensor both ESP gateway crash - no fault messages in serial monitor DId anybody try the wifi gateway together with a repeater ?
    • kr0815

      Debug the Wifi Gateway ?
      Troubleshooting • • kr0815  

      1
      0
      Votes
      1
      Posts
      596
      Views

      No one has replied

    • kr0815

      How to compile the developer esp8266 gateway
      Troubleshooting • • kr0815  

      1
      0
      Votes
      1
      Posts
      616
      Views

      No one has replied

    • kr0815

      [SOLVED] Wifi gateway / motion sensor / value 1107296256 instead of tripped ?
      Troubleshooting • • kr0815  

      16
      0
      Votes
      16
      Posts
      4164
      Views

      netram

    • kr0815

      why define RF24_PA_LEVEL_GW RF24_PA_LOW ?
      Troubleshooting • • kr0815  

      2
      0
      Votes
      2
      Posts
      1360
      Views

      hek

      Because people didn't power their amplified radios enough, rendering much support questions. If you do your homework you can increase the pa-level. For the vanilla radio the level doesn't matter from what I've seen.
    • kr0815

      Easy way to configure ID / channel
      Feature Requests • • kr0815  

      6
      0
      Votes
      6
      Posts
      2288
      Views

      Yveaux

      @kr0815 Currently you cannot change the channel dynamically, as it is set to RF24_CHANNEL in MyTransportNRF24::init(). You could change the implementation of MyTransportNRF24::init() and pass the channel as a parameter.
    • kr0815

      ESP8266 Gateway - loosing messages ?
      Troubleshooting • • kr0815  

      8
      0
      Votes
      8
      Posts
      2563
      Views

      kr0815

      At the moment they use same Channel and base ID, as it´s, i have to confess, very complicated to change them each time in the file and to recompile everything. But i will try tomorrow to give them different ID´s / Channels. WHat confuses me even more, and i don´t expect to get help here, but as i use FHEM, i saw, that ID´s i deleted in the past were reasigned to new sensors, with some values from the old / deleted ones, maybe that´s already where the problems start.... I think the easiest for me would be to Switch either to the developer Version- as said it´s ot receiving all Messages, or use the MQTT Gateway, but how to get it in inclusion mode ? Do i understand it right that the MQTT ESP Gateway will handle the allowed childs by itself and broadcast the Messages of only These childs to the MQTT Broker ?
    • kr0815

      Eprom erase Jumper
      Feature Requests • • kr0815  

      3
      0
      Votes
      3
      Posts
      2143
      Views

      kr0815

      Thank BartE, exactly what i needed, works perfect I already upgraded all my sensors, makes it much easyer because i have a different gateway on my solder bench then in the house It would maybe make sense to include that feature to the examples ? Best regards Klaus
    • kr0815

      fresh install, now compile errors ?
      Troubleshooting • • kr0815  

      4
      0
      Votes
      4
      Posts
      1559
      Views

      johnr

      I have the same problem. Downloaded 1.6.5 it works fine.
    • kr0815

      Dallas 1W-Sketch- something must be wrong ?
      Troubleshooting • • kr0815  

      3
      0
      Votes
      3
      Posts
      1139
      Views

      kr0815

      I tried it with the Dallas 1Wire example from this page here. A friend reported the same, didn´t get it to work. It´s not the wiring, as it works with other scripts I converted my old scripts now to 1.5, it´s working
    • kr0815

      1wire temperature sensors mix values
      Troubleshooting • • kr0815  

      2
      0
      Votes
      2
      Posts
      789
      Views

      LeoDesigner

      @kr0815 Take a look here: http://forum.mysensors.org/topic/2184/enhanced-dallas-temperature-example-with-permanent-sensor-index I think this will solve your issue.
    • kr0815

      control relay through the ethernet gateway by curl / bash ?
      Troubleshooting • • kr0815  

      7
      0
      Votes
      7
      Posts
      2145
      Views

      Dirk_H

      It is relatively easy to send a command to an existing node (you can do this via serial monitor and a gateway node or even with any other mysensors node). But you did not write the setup of your system. Who will send the command (the fhem gw node)? which node will receive (another node especially for controlling the relais)? I did not get who shall do what with which ressources..