Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
N

netram

@netram
About
Posts
8
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [Solved] Messed up payload from binary switch sensor?
    N netram

    As stated in other threads, upgrading the gateway to latest dev version (2.x) solved the problem!

    Great, got the old mouse trap up and running again. :grin:

    https://youtu.be/v8gWVBEqwxc

    Troubleshooting

  • [SOLVED] Wifi gateway / motion sensor / value 1107296256 instead of tripped ?
    N netram

    :thumbsup:

    Troubleshooting

  • 2 channel relais with 2 buttons sending strange values for on:off
    N netram

    Sweet! Thanks for the feedback @Anduril .

    My Project

  • [SOLVED] Wifi gateway / motion sensor / value 1107296256 instead of tripped ?
    N netram

    @kr0815 said:

    Got it working now, replaced the ampflified NRF with a regular one

    Now that you have the dev-branch WIFIgateway version up and running, did this solve the initial issue with the strange tripped-values?

    Troubleshooting

  • [SOLVED] Wifi gateway / motion sensor / value 1107296256 instead of tripped ?
    N netram

    I have the same problem with TRIPPED-messages and the Wifi gateway:

    http://forum.mysensors.org/topic/2878/messed-up-payload-from-binary-switch-sensor

    Troubleshooting

  • [Solved] Messed up payload from binary switch sensor?
    N netram

    Now using gw.wait() instead of delay(), but no luck. :expressionless:

    66	2016-01-21 21:17:20	RX	3	3 - DOOR	SET	NO	TRIPPED	-1056964607
    67	2016-01-21 21:17:30	RX	3	3 - DOOR	SET	NO	TRIPPED	-1056964608
    68	2016-01-21 21:17:38	RX	2	0	SET	NO	HUM	30.6
    69	2016-01-21 21:17:39	RX	1	3	SET	NO	TEMP	-8.8
    70	2016-01-21 21:17:40	RX	3	3 - DOOR	SET	NO	TRIPPED	-1056964607
    

    @Anduril I get these readings all the time. I just tried power cycling both the gw and the sensor, but every single TRIPPED-message is flawed.
    Did you try flashing the new 1.5.2 version to your GW?

    Troubleshooting

  • [Solved] Messed up payload from binary switch sensor?
    N netram

    Thanks for the input, the wait-thing seems reasonable, I'll try that first!

    Troubleshooting

  • [Solved] Messed up payload from binary switch sensor?
    N netram

    Vera 3 (UI5)
    WIFI Controller, using standard ESP8266 Gateway sketch, library v1.5, usb powered
    Arduino nano sensor, usb powered, library v1.5.2
    Arduino IDE 1.6.7

    I'm having problems getting binary switch sensors working. Using the latest example sketch, stripped down the loop to:

    void loop() 
    {
      gw.send(msg.set(0));
      delay(10*1000);
      gw.send(msg.set(1));
      delay(10*1000);  
    } 
    

    When serial monitoring the sensor side everything looks ok to me:

    0_1453369768833_serialplotter.png

    But at the controller side, I’m getting strange payloads:

    0_1453369782013_myscontroller.png

    I have tried two different arduinos/radio for the sensor node, same result.

    I had binary switch sensors working a couple of months ago. Since then, the only change in setup I can think of is switching from serial gateway to WIFI.

    My other sensors (temp, humidity) are all working fine.

    Any ideas?

    Troubleshooting
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular