tibber / tibber-smartthings-app

Tibber smartthings app
21 stars 59 forks source link

Tibber app not working anymore #12

Open anbohm opened 4 years ago

anbohm commented 4 years ago

Problem with all the "def" todays value: "resp.data.data.viewer.homes[0].currentSubscription" correct value that works: "resp.data.data.viewer.homes.currentSubscription***"

After corrected the "Def" settings i got this error: "something went wrong: groovy.lang.GroovyRuntimeException: Cannot compare java.util.ArrayList with value '[0.1752, 0.1728, 0.1712, 0.1711, 0.1712, 0.1712, 0.1714, 0.1735, 0.1768, 0.183, 0.1847, 0.1847, 0.1844, 0.1839, 0.1835, 0.1839, 0.1848, 0.186, 0.1873, 0.1891, 0.1919, 0.1911, 0.1881, 0.1852]' and java.lang.Integer with value '0' "

Anyone that can help?