Navigation

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

    Topics created by waspie

    • waspie

      Working (so far) NRF5 NRF52832 PIR/Motion Sketch
      My Project • • waspie  

      1
      0
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • waspie

      AM612 PIR can
      General Discussion • • waspie  

      5
      1
      Votes
      5
      Posts
      34
      Views

      chey

      @waspie I like it when people come back and share their experience. It's helps newbies like myself get direction in our own projects. So thank you
    • waspie

      Funny story time
      General Discussion • • waspie  

      3
      6
      Votes
      3
      Posts
      54
      Views

      waspie

      @skywatch hah, tell me about it. it went through battery and all. Still dutifully reporting every 3 minutes.
    • waspie

      NRF52 GPIOTE with 2 inputs
      My Project • • waspie  

      4
      0
      Votes
      4
      Posts
      496
      Views

      waspie

      @nca78 If you're talking about the basic motion sketch - I've tried it and it doesn't work The node checks in when initially powered but i can't seem to trigger it...
    • waspie

      NRF52 -> gateway Losing messages
      Troubleshooting • • waspie  

      2
      0
      Votes
      2
      Posts
      527
      Views

      alowhum

      Make sure you don't have two controllers running. That will split the messages between them randomly.
    • waspie

      Raspberry pi as repeater
      General Discussion • • waspie  

      2
      0
      Votes
      2
      Posts
      326
      Views

      Puneit Thukral

      Is this possible?
    • waspie

      [SOLVED] ds18b20 vs si7021 loss of granularity in measurement
      Troubleshooting • • waspie  

      9
      0
      Votes
      9
      Posts
      1126
      Views

      boozz

      @yveaux Thanks for the hint and explanation. I appreciate that! I always used the search term: "conversion" (English is not my native language). I tried "casting" in combination with "c#" and I was almost immediately directed to my favorit c++ internet source (cplusplus.com) http://www.cplusplus.com/doc/tutorial/typecasting/ Many thanks! Boozz
    • waspie

      Questions regarding smartsleep/request heartbeat/request ack?
      OpenHAB • • waspie  

      3
      0
      Votes
      3
      Posts
      751
      Views

      waspie

      @timo said in Questions regarding smartsleep/request heartbeat/request ack?: I'm using rules to detect if a thing changes its status to offfline You wrote the 2.4.0 binding, right? If so...I'm getting this error if I add a Mysensors MQTT GW while mysgw is not running: 12:51:49.096 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'mysensors:bridge-mqtt:13cd0a37' changed from INITIALIZING to OFFLINE 12:52:02.804 [ERROR] [ransport.mqtt.internal.ClientCallback] - MQTT message received. MqttMessageSubscriber#processMessage() implementation failure java.lang.NullPointerException: null at org.openhab.binding.mysensors.internal.protocol.mqtt.MySensorsMqttConnection$MySensorsMqttSubscriber.processMessage(MySensorsMqttConnection.java:134) ~[?:?] at org.eclipse.smarthome.io.transport.mqtt.internal.ClientCallback.lambda$3(ClientCallback.java:90) ~[207:org.eclipse.smarthome.io.transport.mqtt:0.10.0.oh240] at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:?] at org.eclipse.smarthome.io.transport.mqtt.internal.ClientCallback.messageArrived(ClientCallback.java:90) [207:org.eclipse.smarthome.io.transport.mqtt:0.10.0.oh240] at org.eclipse.paho.client.mqttv3.internal.CommsCallback.deliverMessage(CommsCallback.java:499) [206:org.eclipse.paho.client.mqttv3:1.2.0] at org.eclipse.paho.client.mqttv3.internal.CommsCallback.handleMessage(CommsCallback.java:402) [206:org.eclipse.paho.client.mqttv3:1.2.0] at org.eclipse.paho.client.mqttv3.internal.CommsCallback.run(CommsCallback.java:206) [206:org.eclipse.paho.client.mqttv3:1.2.0] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?] at java.lang.Thread.run(Thread.java:748) [?:?] This is a quite vanilla install with only the Mysensors binding for testing.
    • waspie

      Problem with battery powered temperature sensor
      Development • • waspie  

      12
      0
      Votes
      12
      Posts
      1217
      Views

      waspie

      @olka Can't say I remember what I did anymore. Probably suppressed sending in the case of 85 degrees.
    • waspie

      Battery powered motor actuator?
      Development • • waspie  

      4
      0
      Votes
      4
      Posts
      720
      Views

      mfalkvidd

      @waspie almost. The gateway does not store anything though. Storage is handled by the controller.