Navigation

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

    Topics created by sghazagh

    • sghazagh

      Mysensors Build Problem on Ubuntu 20.04 (RPi or Tinker Board)
      General Discussion • • sghazagh  

      3
      0
      Votes
      3
      Posts
      54
      Views

      Yveaux

      @sghazagh When seraching for this file on google, I come across this hit: https://stackoverflow.com/questions/61029226/how-do-i-install-libraries-for-stropts-h It states stropts.h is deprecated, and apparently the gateway doesn't use it, only includes it. Could you file a bug report here to remove this include please?
    • sghazagh

      Two Mysensors Network in Same Location
      General Discussion • • sghazagh  

      12
      0
      Votes
      12
      Posts
      1537
      Views

      mfalkvidd

      @sghazagh running ./configure will always run make clean unless --no-clean is given as parameter.
    • sghazagh

      Question on Mysensors Network with Protected Domoticz Device
      General Discussion • • sghazagh  

      12
      0
      Votes
      12
      Posts
      1804
      Views

      sghazagh

      @bjacobse Yes, you are absolutely right, and that password only is required when you trig the device inside controller. I mean, if you click the icon in controller for that device and device is protected, it asks for password. And if you also use HTTP API, you need to provide password as well. So if you want to trig the device from other Mysensor node (my case), it does not know about the protection and you can directly send the message to trig the device on or off.
    • sghazagh

      Funny charachters at reset
      General Discussion • • sghazagh  

      10
      1
      Votes
      10
      Posts
      1273
      Views

      sghazagh

      It seems that I could fix the issue by making the pin 15, LOW at boot time as it triggers the SD BOOT option in ESP8266: void setup() { pinMode(15, OUTPUT); digitalWrite(15,LOW); }
    • sghazagh

      MySensor Request Function
      General Discussion • • sghazagh  

      8
      0
      Votes
      8
      Posts
      1166
      Views

      electrik

      You should do the same for requestTime();
    • sghazagh

      Battery Operated Door Magnet Sensor
      My Project • • sghazagh  

      8
      0
      Votes
      8
      Posts
      5189
      Views

      tomix

      @sghazagh Hi I am new. How to do reporting part of the battery. Thanks
    • sghazagh

      MySensors EEPROM save/load Position
      Development • • sghazagh  

      8
      0
      Votes
      8
      Posts
      2264
      Views

      tbowmo

      @Yveaux And on the Sensebender Gateway (and on Sensebender Micro Mk2) the eeprom is 4Kbytes.. Perhaps we should change parameters for SaveState()
    • sghazagh

      Extending the Range of MySensor GateWay
      Development • • sghazagh  

      4
      0
      Votes
      4
      Posts
      2138
      Views

      mfalkvidd

      @sghazagh yes. It can be a wifi gateway with a sensor (for example a temperature sensor) wired directly to it, without any nrf or rfm radio.
    • sghazagh

      MySensors Communication
      My Project • • sghazagh  

      6
      0
      Votes
      6
      Posts
      2117
      Views

      mfalkvidd

      @sghazagh incorrect. See https://forum.mysensors.org/topic/5104/newbie-question/3