matthias-bs / BresserWeatherSensorTTN

Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver based on ESP32 and RFM95W/SX1276 - sends data to a LoRaWAN Network (e.g. The Things Network)
MIT License
22 stars 9 forks source link

Device_Time_Req not working with Helium Network #10

Open matthias-bs opened 1 year ago

matthias-bs commented 1 year ago

Getting time and date via Device_Time_Req MAC command does not work with the Helium Network. According to the Helium console, the command is received, but there is no suitable response. _Helium_Device_Time_Req

Thus, Rain Data Statistics will not work with Helium until an alternative way to set the Real Time Clock has been implemented.

matthias-bs commented 1 year ago

See https://github.com/helium/HIP/discussions/487

matthias-bs commented 1 year ago

Added Remote Configuration via LoRaWAN Downlink

See https://github.com/matthias-bs/BresserWeatherSensorTTN/issues/20