For reference… this is what I’m referring to in the Current States of the APIXU device:
SharpTools uses the forecastIcon
as the icon. You can see the full list of attributes the weather tile tries to display:
Looking at Bangali’s latest code, it looks like localSunrise
and localSunset
don’t exist anymore (they are now named with underscores), so if you’ve updated to a newer driver those attributes won’t update as expected. I had created a brand new weather device with the latest Bangali code for testing hence why my tiles above aren’t showing the sunrise/sunset at all.
The rest of the attributes appear to be available and updating as expected from my tests.