Skip to content

Bug Reports

Found a bug in the MySensors library? Let us know here.
171 Topics 1.3k Posts
  • MySensors.sleep(int) issue

    4
    0 Votes
    4 Posts
    2k Views
    hekH
    :blush: No, 30 sec is not so much. I better have a look at that.
  • Heater varTypes declaration in L_Arduino.lua

    4
    0 Votes
    4 Posts
    2k Views
    greglG
    @gregl said: i do have a minor problem with this device for which this may be the answer ( again on 1.3) Ill try this on 1.3 tonight to see if this fixes it Ok yes ive now tested and this works better. I have to fix another bug in my sketch related to this but this did fix the weirdness i was seeing.. So thanks @luiscampiz
  • void Sensor::sendVariable()

    6
    0 Votes
    6 Posts
    2k Views
    hekH
    Won't be eras nor years :zzz:
  • Variables are ack'ed with messageType M_SET_VARIABLE

    6
    0 Votes
    6 Posts
    3k Views
    hekH
    Yes, when sending an request you expect and M_ACK answer back from gateway. (This has changed to a SET back in the version I'm working on now).
  • Sketchinfo from gateway

    5
    0 Votes
    5 Posts
    3k Views
    marceltrapmanM
    Hmm, ok.
  • Relay node and new sensors

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Relay node

    5
    0 Votes
    5 Posts
    2k Views
    marceltrapmanM
    OK, will do so!
  • Forum registration confirmation URL points to localhost

    3
    0 Votes
    3 Posts
    1k Views
    hekH
    @samppa This is fixed now
  • Sensor::readMessage()

    3
    0 Votes
    3 Posts
    2k Views
    EasyIoTE
    Also in RelayActuator.ino void setRelayStatus(message_s message) { if (message.header.messageType=M_SET_VARIABLE && message.header.type==V_LIGHT) { is better: void setRelayStatus(message_s message) { if ((message.header.messageType==M_SET_VARIABLE || message.header.messageType==M_ACK_VARIABLE ) && message.header.type==V_LIGHT) { Be careful message.header.messageType=M_SET_VARIABLE and message.header.messageType==M_SET_VARIABLE is not the same.
  • Missing Notification Settings

    3
    0 Votes
    3 Posts
    2k Views
    hekH
    @edoardoo There is an little "eye"-button in to top bar of first message in each thread. Press it to get notified when a new message is posted.
  • Update RF24 library to latest version

    4
    0 Votes
    4 Posts
    3k Views
    jkaJ
    @andriej Hi, I had problem using the main branch mysensors/Raspberry, that because of the bit-field struct (header_s) in Sensor.h They will get packed in different order on the arduino compared to the RPi (at least with my compiler, gcc). In order to fix this I created the 1.4dev branch. It uses full bytes instead of the bit-fields, but you need (of cause) to compile both the sensors (arduino) and the gateway (RPi) using the 1.4dev branch. We need to fix this in the main branch later on (and use the same files as in mysensors/Arduino/libraries/MySensors)

17

Online

11.7k

Users

11.2k

Topics

113.1k

Posts