Sebest
Sebest
Did you do any progress on this front?
Using your bluetooth data dump and wireshark I was able to figure out how to download the historical data (below is a python code to do it). In a nutshell,...
> I also know from watching it, that when it requests data, it has a way of only retrieving the most recent data instead of all of the data, which...
@shuckc > Historical data for the H5174 matches what you have above - requested by 0x3301, payload 2-byte indexed Were you able to figure out the format of the request...
> Is the last byte a checksum? how is it generated? Nevermind, you mentioned it was a byte wise xor of the message
I wrote this function to generate the payload to download the data on GVH5072 (which seems identical to your H5174): ```python # Values are returned from the oldest (max 28800)...
Same issue here, and it seems that access_udplog only works in 'location'
Is there any plan to fix this module?
Hi, I already thought about this. It really depends on the use case, so i think that this behaviour could be configurable. You can have a setup where you chain...
Only accept header from trusted IP's: this header is set by a proxy/lb that is in front of you app, you should only accept this header if it comes from...