Hi,
Trying to let the Toon read the solardata from home-assistant. It is not working and I dont know what is wrong.
From my toon I am able to acces the Homeassistant api (with curl) and get the following output:
{"entity_id":"sensor.solar_panel","state":"20220510.0","attributes":{"current":439.3583,"today":9279.0,"total":20220510.0,"friendly_name":"solar panel"},"last_changed":"2024-10-08T14:34:13.288265+00:00","last_reported":"2024-10-08T14:34:13.291782+00:00","last_updated":"2024-10-08T14:34:13.291782+00:00","context":{"id":"xxxxxxxxxxxxxxx","parent_id":null,"user_id":null}}
the solarpanel.settings.json look like this (replaced apikey with xxxxxxx, offcourse

)
{"DebugOn":"No","apiKey":"xxxxxxxxx","apiKey2":"","enablePolling":"Yes","enableSleep":"No","idx":"xxxxxxxx","idx2":"","inverterCount":1,"onlinePluginFileName":"HOMEASSISTANT1","onlinePluginFileName2":"","passWord":"","passWord2":"","selectedInverter-v2":"Home Assistant","selectedInverter2-v2":"","siteID":"","siteID2":"","urlString":"xxxx.xxxxx.nl","urlString2":"","userName":"","userName2":""}
What could be wrong?