Navigation

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

    Topics created by strangeoptics

    • strangeoptics

      Linker error with new class for gateway
      Development • • strangeoptics  

      3
      0
      Votes
      3
      Posts
      860
      Views

      strangeoptics

      Ok now I have found the proper place to include the missing .cpp files to generate the .o files. In the MySensor.h are all necessary .cpp files from the /core folder #if defined(MY_GATEWAY_LINUX) #include "drivers/Linux/EthernetClient.h" #include "drivers/Linux/EthernetServer.h" #include "drivers/Linux/IPAddress.h" #endif #include "drivers/PubSubClient/PubSubClient.cpp" #include "core/MyGatewayTransportMQTTClient.cpp" #include "core/MySmartSleep.cpp" #include "core/MySleepNode.cpp
    • strangeoptics

      SmartSleep a feature of the Gateway
      Feature Requests • gateway openhab smartsleep • • strangeoptics  

      3
      0
      Votes
      3
      Posts
      1882
      Views

      strangeoptics

      Nice. Didn't know that. But still it would be a great feature for the gateway to give every one the feature of smartSleep despite the controller.
    • strangeoptics

      MQTT- and Ethernet-Gateway at the same time
      Feature Requests • • strangeoptics  

      11
      0
      Votes
      11
      Posts
      2363
      Views

      strangeoptics

      @Yveaux Yes you are right, didn't thought about the ack's. Another question. I would like to intercept the message flow in both directions in the gateway to put my logic in (smart sleep). Could you pinpoint me the method where this happens?
    • strangeoptics

      Help with smartSleep()
      General Discussion • • strangeoptics  

      1
      0
      Votes
      1
      Posts
      1263
      Views

      No one has replied

    • strangeoptics

      receive() a message while in low power mode?
      General Discussion • • strangeoptics  

      5
      0
      Votes
      5
      Posts
      1148
      Views

      Yveaux

      @strangeoptics when using MQTT you could publish the messages persistent and have the slave request them on wakeup. That would implement some form of message queuing.
    • strangeoptics

      Low Power?
      General Discussion • • strangeoptics  

      4
      0
      Votes
      4
      Posts
      1156
      Views

      LastSamurai

      Yes use sleep() . Take a look at the api.
    • strangeoptics

      Is there a logging function in the Raspberry Pi Gateway?
      General Discussion • • strangeoptics  

      6
      1
      Votes
      6
      Posts
      1476
      Views

      gohan

      There is a topic in the forum, but it's just for ethernet gateway. If you subscribe to topic # you get all messages