@Trand yes, use the indication handler. https://forum.mysensors.org/post/103904 should be a good start.
Group Details Private
Mod
Moderator
Member List
-
RE: Counting Incoming and Outgoing Messages from a Gateway
-
RE: Running out of nodeId's
@OldSurferDude I always put some delays in my presentation part. That way my nodes don't perform a ddos on the gateway after powering up. But yeah curious how that goes what 254 nodes xd
-
RE: Running out of nodeId's
I'm curious as well @NielBierman on the stuff you control and monitor over your network
-
RE: Anybody got one / a few spare minimalist rfm69hw shields for wemos d1 mini?
@OldSurferDude @kiesel Look on open hardware if there's a pcb like that. If it has Gerbers then you can order them for cheap from manufacturers like JLPcb. You will get 5 for 2 euro + some shipment costs. If you guys live close to each other one can order and send one pcb to the other.
If none are available I can see if I can make you one. Although I use NRF myself. But I bet EasyEda will have a footprint for the rfm as well. I'll post it on open hardware so you guys can get the gerber files I you like.
-
RE: No merge into master in the last 5 years, should we use development?
For me almost all I need is in Master. For some nice to haves I have some custom libraries, like a message and a presentation queue. The only wish I have is dual led support.
-
RE: Running out of nodeId's
That’s impressive @NielBierman, great work! Would you mind sharing what nodes you have, as inspiration for us who haven’t leveled up as far yet?
-
RE: Running out of nodeId's
You can change the channel, at least on the nrf24l01. Works for me. My test network has a different channel
-
RE: Gateway on my PI when i run HA
@diltech yes it should work. But it depends a bit on which installation method you used for HA.
There are 4:
Home Assistant Operating System
Home Assistant Container
Home Assistant Core
Home Assistant Supervised -
RE: Can not compile MySensors on esp8266
@TheoL there are two pull requests adding support for newer versions.
One is guaranteed to break again.
One should not break in the future, but will instead break all existing sketches.
I’m sure a third option would be welcome if you write the code and submit.
-
RE: Arduino nano and Uno in same My sensors network with NRF24L01+
I have mixed Nanos, Pro Minis, ESP8266 and Unos and no problem. I do however have mixed NRF24L01 and NRF24L01+ due to a bad AliExpress saler that stated he sold NRF24L01+ which in fact were not the + version. So I have set my baudrate on all nodes to 1mb.
In order to be helpful we need the log on the Uno.