HTTP Binding & MessagePack

Hey guys,

the developer of my fish tank computer has launch the api to make him “smart” and connect him to smart home solutions. He gave us a first documentation, like this: https://github.com/LEDaquaristik/sunriser/blob/master/SUNRISER8_API_DE.md

I try to make a first http item to get the informations about my fish tank computer. But… i get a message pack back with crypted informations, like this:


My problem is to transform the values right, to read it right.

Can anyone help me to understand which transformation is needed and how i can the values shorten?
I’m a absolutely noob about this.

I would use the exec binding or executeCommandLine and write a wrapper to query your fish tank computer. The wrapper then needs to decode the returned value.
There are modules for programming languages ( see MessagePack - Wikipedia ) like python that can be used for decoding.