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
J

JeeLet

@JeeLet
About
Posts
114
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • single-click, double-click, long-press button possible with MySensors?
    J JeeLet

    ..
    https://forum.arduino.cc/t/partage-boutons-poussoirs/361656

    https://forum.arduino.cc/t/tutoriel-la-bibliotheque-onebutton/1136825

    General Discussion

  • MySensors Gateway on OrangePi 5
    J JeeLet

    search : MyHwLinuxGeneric.h parentheses declaration [-Wvexing-parse]

    ??? https://stackoverflow.com/questions/21624880/how-does-this-declaration-invoke-the-most-vexing-parse ???

    Development

  • What could be the possible reasons for MySensors sensors not working with MyController on Raspberry Pi, and how can one troubleshoot and resolve the issue?
    J JeeLet

    So @Greg-Bowers .... you found the flaw?

    hello @jkandasa
    ..... a little parenthesis!
    ( what's new in MyC :) )

    https://github.com/mycontroller-org/server/releases/tag/development

    NodeManager

  • Send message to all nodes
    J JeeLet

    I searched on the forum how to use ID255 but found nothing practical

    https://forum.mysensors.org/topic/8941/mysensors-get-temperature-value-from-another-node-through-the-gateway?_=1684325843882&lang=fr

    https://github.com/mysensors/MySensors/blob/development/examples/PingPongSensor/PingPongSensor.ino

    Development

  • What could be the possible reasons for MySensors sensors not working with MyController on Raspberry Pi, and how can one troubleshoot and resolve the issue?
    J JeeLet

    how to find a communication problem on a channel?
    the solution is to check each link.

    on the gateway : https://www.mysensors.org/build/advanced_gateway

    add leds or a single one to visualize the dialog # Radio Traffic LEDs
    (this function can also be used on a node )

    on the gateway a dummy/virtual value can be created to simulate a probe (the result will tell us if the gateway is not at fault

    NodeManager

  • Send message to all nodes
    J JeeLet

    additional information may not be useful

    "Debug messages are sent to child ID 255"
    https://github.com/mysensors/MySensors/blob/2.3.1/MyConfig.h#L77

    Development

  • What could be the possible reasons for MySensors sensors not working with MyController on Raspberry Pi, and how can one troubleshoot and resolve the issue?
    J JeeLet

    Hello

    what type of architecture do you use ?

    (an example)
    bus....... = Nodes <--- ? ---> Gateway <--- Usb ---> Controller
    material = Atmega ..............arduinoUno.................Raspy4
    software = MyS2.3.............MyS2.3 ....................Ubuntu/MyC2.x

    ?= RF RFM RS

    NodeManager

  • debug serial gateway (homeassistant raspberry py 4)
    J JeeLet

    "harmonic disturbance" https://www.electronics-tutorials.ws/accircuits/harmonics.html
    (wired or wireless )

    yes a problem more and more frequent with the saturation of the hertzian frequencies

    Feature Requests

  • debug serial gateway (homeassistant raspberry py 4)
    J JeeLet

    which controller you use ? : https://www.mysensors.org/controller

    congratulations for having found the solution

    Feature Requests

  • debug serial gateway (homeassistant raspberry py 4)
    J JeeLet

    have a language translation problem or a bad formulation of me.

    my question was what kind of gateway you used, but yes your solution is good.

    but the solution that is "the linux terminal of raspi" to read the Logs is the best.

    In my case my controller puts the logs in /opt/apps/mycontroller, reading the file gives useful information, but of course it's better with the options enabled in the gateway
    #define MY_DEBUG
    // #define MY_SPECIAL_DEBUG //maybe also ? (see the utility?)

    Translated with www.DeepL.com/Translator (free version)

    Feature Requests

  • debug serial gateway (homeassistant raspberry py 4)
    J JeeLet

    Hello

    "I changed my wireles gateway (Wemos-D1 Mini) to serial. "... yes but what is it?
    Arduino Usb Gateway?

    reading the log files can be useful, their location is different depending on the system.

    some info :
    https://www.mysensors.org/build/debug
    https://www.mysensors.org/build/parser

    Feature Requests

  • HowTo MY_CORE_ONLY
    J JeeLet

    no info, nothing found :(

    https://github.com/mysensors/MySensors/search?q=MY_CORE_ONLY

    Development

  • RSSI affects Sleep Timer??
    J JeeLet

    thanks for the feedback

    Troubleshooting

  • ACK -aka ECHO beeing missed by Serial Gateway with RF24 radios. V2.3.2
    J JeeLet

    I don't think adding a timer function in "MyTransport.cpp" is a good thing,
    Serial Gateway has many hours of flight and many people use it, there are many possible causes to your problem.

    • a saturated herztian atmosphere
    • the RF module
    • the structure of the scketch
      -....
      have a lower flow and can be useful?
      #define MY_RF24_DATARATE (RF24_250KBPS)
      #define MY_RF24_PA_LEVEL (RF24_PA_HIGH)

    but thanks for this solution you give, it can be useful for others.

    Bug Reports

  • ACK -aka ECHO beeing missed by Serial Gateway with RF24 radios. V2.3.2
    J JeeLet

    Waiting

    "Waiting using the Arduino delay() command is not a good idea. " ... https://www.mysensors.org/download/sensor_api_20

    utili:
    https://forum.mysensors.org/topic/10386/what-is-the-good-wait-time
    https://forum.mysensors.org/topic/9099/does-gateway-loop-required-wait-or-delay

    Bug Reports

  • Replace 2.4GHz remote controllers
    J JeeLet

    @monte said in Replace 2.4GHz remote controllers:

    "Mysensors fonctionne selon son propre protocole et ne prend en charge aucun produit commercial" yes

    the beginning of a track can be useful for you ?
    https://github.com/Yveaux/NRF24_Sniffer
    https://arduino.stackexchange.com/questions/39348/decoding-2-4g-rf-remote-controller

    General Discussion

  • My HW gives me wrong battery voltage
    J JeeLet

    https://github.com/mysensors/MySensors/issues/1489

    Hardware

  • is there a solution for a relay with button that also works offline?
    J JeeLet

    Your question raises many problems, but a simple solution may be possible :)

    In the creation of a home automation system there are two basic philosophies.

    • a centralized "intelligence" that contains the parameters and algorithms to give orders/actions to the Nodes
    • or a distributed "intelligence", each Node with its own algorithm receives the list of things to do.

    for your problem how to have a "degraded mode" in case of scratch.

    some reading ... links :

    the keyword, the thread: Sending data

    https://forum.mysensors.org/topic/7841/relay-actuator-send-periodic-status-as-heart-beat

    https://forum.mysensors.org/topic/6948/synchronising-light-switch/2

    Feature Requests

  • is there a solution for a relay with button that also works offline?
    J JeeLet

    Hello to you

    MY_TRANSPORT_WAIT_READY_MS

    "MY_TRANSPORT_WAIT_READY_MS. Very useful. You can tell a node to try connecting to the gateway for X seconds, but if it fails, it should just carry on. I usually set this to 10000 so that it will try connecting to the network for ten seconds, and then just continue starting the node. The default is 0, meaning that if a node can't connect to the gateway it will never reach the loop() portion of your code!" API 2.0

    Feature Requests

  • Battery voltage sensor is no longer recognized by Homeassistant
    J JeeLet

    thanks for the feedback.

    can we say that with cheap material (no-name) we pay the rest of the bill later?
    (what was the model??)

    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