Maybe I'm just too blind to see:
I am missing a REST API to retrieve the individual data topics one by one. Something like http://heisha/query?Pump_Duty
I know I can get all data at once with http://heisha/json .
However my logic has to run on a shelly BLU TRV gateway, and that fails with an OutOfMemory error when trying to parse the large JSON.
Maybe I'm just too blind to see:
I am missing a REST API to retrieve the individual data topics one by one. Something like http://heisha/query?Pump_Duty
I know I can get all data at once with http://heisha/json .
However my logic has to run on a shelly BLU TRV gateway, and that fails with an OutOfMemory error when trying to parse the large JSON.