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
A

Andreas

@Andreas
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Response from the Ethernet Gateway.
    A Andreas

    Hello.
    Thanks for all the fast responses.
    I will look at my gateway code and see if I have missed something.
    Best regards
    Andreas

    Troubleshooting ethernet gatewa

  • Response from the Ethernet Gateway.
    A Andreas

    Hello.
    I’m sure there is no other sensor network around.
    No I can’t see anything telling me that the gateway will send a response.

    Dose the Gateway store the last sent value sent to the DimmableLEDActuator?
    It only happens when the dimmableLEDactuator changes the value and sends it to the gateway.It seams that the gateway responds with the last value that was sent from the gateway? It responds even when ack is set to 0.

    Best regards
    Andreas

    Troubleshooting ethernet gatewa

  • Response from the Ethernet Gateway.
    A Andreas

    Hello.

    Using mysensors version 1.4 and Arduino 1.5.8.

    I’m working on a Ethernet gatway to domoticz. A run in to problems when implementing the V_DIMMER type. I have implemented a button in the sketch to make it possible to change the dim level from a light button. When sending new dim level from domoticz to the sensor (Dimmer) it works great. The sensor responds back with its actual dim level.
    But when changing the dim level from the button and sending the new dim level to domoticz the gateway responds whit the old dim level. This makes my LED to fade back to the old dim level.

    This is whats happens in chronological order.

    Sending the new level using
    gw.send( dimmerMsg.set(currentLevel),false );

    Sensor Log(Dimmer):
    send: 55-55-0-0 s=0,c=1,t=3,pt=2,l=2,st=ok:0

    Gatway Logg:
    0;0;3;0;9;read: 55-55-0 s=0,c=1,t=3,pt=2,l=2:0
    55;0;1;0;3;0

    Sensor Log(Dimmer):
    read: 0-1-55 s=0,c=1,t=3,pt=0,l=3:60 (Where is this coming from?? 60 is the last known value in the gateway)

    Gatway Logg:
    0;0;3;0;9;read: 55-55-0 s=0,c=1,t=3,pt=2,l=2:60

    Why does the gateway responds with its old value?
    This will repeat when sending new dim level from the sensor. But if sending from the controller (domoticz) the gateway will use that dim level instead of the 60 as in the example.

    Best regards
    Andreas

    Troubleshooting ethernet gatewa
  • Login

  • Don't have an account? Register

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