Hello,
i need some help while developing the pimatic-dwd plugin and hope someone of you can answer me a question and give me a hint.
In the plugins main script i read a json file from a server and give this parsed to the device instances.
Now i am trying to push this json data to the frontend to render it here with knockout, but i do not unterstand how i can get something different (JSON) than a number or a string to the frontends js device class.
My target is to show the informations from the “Deutscher Wetter Dienst” as table in the frontend.
I hope someone here can give me a hint in this question.
Regards.