10.08.2021, 06:17
(09.08.2021, 23:01)Erwin van der Zwart Wrote: Try this:
Code:value = resp.data.viewer.homes[1].currentSubscription.priceInfo.today[1].total
grp.write('33/0/0', tonumber(value) * 100)
That did work exactly like I wanted it to!
Tested with the first six values and they are just like in my Tibber App, just that API has one more decimal
Thank you very much