JeeLet
Posts
-
single-click, double-click, long-press button possible with MySensors? -
MySensors Gateway on OrangePi 5search : MyHwLinuxGeneric.h parentheses declaration [-Wvexing-parse]
??? https://stackoverflow.com/questions/21624880/how-does-this-declaration-invoke-the-most-vexing-parse ???
-
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?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
-
Send message to all nodesI searched on the forum how to use ID255 but found nothing practical
https://github.com/mysensors/MySensors/blob/development/examples/PingPongSensor/PingPongSensor.ino
-
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?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
-
Send message to all nodesadditional 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 -
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?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
-
debug serial gateway (homeassistant raspberry py 4)"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
-
debug serial gateway (homeassistant raspberry py 4)which controller you use ? : https://www.mysensors.org/controller
congratulations for having found the solution
-
debug serial gateway (homeassistant raspberry py 4)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)
-
debug serial gateway (homeassistant raspberry py 4)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 -
HowTo MY_CORE_ONLYno info, nothing found :(
https://github.com/mysensors/MySensors/search?q=MY_CORE_ONLY
-
RSSI affects Sleep Timer??thanks for the feedback
-
ACK -aka ECHO beeing missed by Serial Gateway with RF24 radios. V2.3.2I 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.
-
ACK -aka ECHO beeing missed by Serial Gateway with RF24 radios. V2.3.2Waiting
"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 -
Replace 2.4GHz remote controllers@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 -
My HW gives me wrong battery voltage -
is there a solution for a relay with button that also works offline?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
-
is there a solution for a relay with button that also works offline?Hello to you
"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
-
Battery voltage sensor is no longer recognized by Homeassistantthanks for the feedback.
can we say that with cheap material (no-name) we pay the rest of the bill later?
(what was the model??)