TTN Node reports same payloads with BatteryMonitorLLP

Hi All,

I uploaded the BatteryMonitorLPP code on my TTN Node due to battery drains in basic example.

I am now having two issues with it.

  1. It keeps reporting the same payload every time. If I press the button it reports a different payload but same for all the button press.

Here is the normal interval payload: 0402017E
Here is the button press payload: 0402017D07020032

Both of these payloads never change for their respective actions.

How can I troubleshoot this? I am confused since it successfully transmits data on specified interval.

  1. Should I have a different decoder code than the basic example? The basic example decoder does give some values but it does not work for normal interval payload as it just has 4 bytes.

Thanks.