acejoh
acejoh
I would propose to add another RF24Network::sleepNode function with an additional parameter: ``` bool RF24Network::sleepNode( unsigned int cycles, int interruptPin, uint8_t mode ){ sleep_cycles_remaining = cycles; set_sleep_mode(mode); // sleep mode...
Hi, Unfortunately my repeater node is not easily accessible and I do not have a spare arduino that I can use to replace it with. I'll attach the gateway and...
Hi, this is actually a pretty simple calculation in the original game: If the total weight of the vehicle (including equipment) is less than 350 then the top speed is...
Did you enable SLIP on the services page?
I want to thank you for your observations, I was having the same problem, flashing the chip with bootloader+sketch via ISP. Once I flashed only the bootloader without a sketch...
I'm not exactly sure how many, probably in the hundreds, not thousands. Interestingly, it was (or seemed) deterministic: my program would crash on the same index, every time. I can't...
I didn't think of that, that's a good idea. Could potentially hide other real errors though? But maybe it's better to go with monitor as I've ran into the same...
Ofcourse, I forget about the ability to monitor for specific messages. In that case I think it's a good idea to implement both solutions (initializing newly allocated data and monitoring...
> Can you post your automation? Sure! Here's an example: ``` alias: Feed to grid when prices above 0 description: |- Allow inverter to feed to grid trigger: - platform:...
> > Can you post your automation? > > Sure! Here's an example: > > ``` > alias: Feed to grid when prices above 0 > description: |- > Allow...