thefeiter

Results 14 comments of thefeiter

I have no experience with ansible playbooks, but I would love to see matrix-registration updated as well.

Still happening for https://api.telegram.org on microPython 1.14.

This should be doable with python. Maybe not as a final solution, but afaik there is a library for python to send notifications on Windows.

Is it still possible to implement the possibility for single event colors in a future version?

Great idea!! I am having some weird values in my logs. This would help to sort them out! ![Screenshot_20220711_133240](https://user-images.githubusercontent.com/46082330/178255230-5f4d22d1-602a-4795-a8cc-257a2d1fa350.png)

Sensor: `sendLoRa() `-> wait for acknowledge from gateway, if not recieved within x milliseconds, resend package (retry Y times) Gateway: `getLora()` -> check checksum, if valid sendLoRaAck() and process data,...

Do you know the `LoRa.enableCrc()`? I am enabling it in my test setup now to see, if this maybe at least filters out corrupted packets.

> Do you know the `LoRa.enableCrc()`? Since I enabled this on all devices, I have not seen any corrupted messages. But I think the corrupted ones are just getting dropped....

It just came to my mind that if you want to be power efficient on battery powered sensors, you would not want to have the sensor wait for ACK or...