Petr Gotthard

Results 114 comments of Petr Gotthard

If you are parsing the data, please note that the "variables" need to start with uppercase. Hence: ``

The https://github.com/yjh0502/cbor-erlang (BSD license) uses the following code to parse half-precision floats: ```erlang decode_hf() -> 0.0; decode_hf() -> -0.0; decode_hf() -> {Frac2, Count} = hf_norm(Frac, 0), = , Value; decode_hf()...

To define a `fun` inside a `fun` you need a little trick, so the entire workaround looks like this: ```erlang HFNorm = fun (Frac, Count, HN) when Frac < 1024...

This is a known issue. Some errors are permanent, but shouldn't.

Please provide more details. Which connector are you using?

I am not aware of any such limitation. You need to dig deepeer and analyze the logs.

Hello. This looks like a database or file corruption. You may need to reinstall and restore the database from backup.   Petr ______________________________________________________________ > Od: "hjojohan" > Komu: "gotthardp/lorawan-server" > Datum:...

That's a lot of work. Anyone else out there that needs some of these features? Please let me know.

Yes, there is: `{event_lifetime, 86400}`. The number means how many seconds is an event displayed before it gets deleted.

this is really weird, will have a look the API allows you to delete all entries in a table (that's what the purge buttons do). simply `HTTP DELETE /api/events`, but...