Closed reox closed 3 months ago
ah of course - someone has to fix the tests now 😅
worked for me. Thanks!
Hi, how to add these fixes? Copy to wnsm directory and restart homeassistant?
Hi, how to add these fixes? Copy to wnsm directory and restart homeassistant?
i changed the code lines as stated in files changed, saved and restarted homeassistant
although the login works, they also changed something in the smartmeter website, so the data is represented now in a different way and for me there is no new data available since 2 days
changed the codes lines as mentioned for client.py and constant.py but nothing has changed, no new data since 31.7.24
changed the codes lines as mentioned for client.py and constant.py but nothing has changed, no new data since 31.7.24
Did you restart home assistant after the code changes? Only then it uses the updated files.
changed the codes lines as mentioned for client.py and constant.py but nothing has changed, no new data since 31.7.24
Did you restart home assistant after the code changes? Only then it uses the updated files.
yes
put API_CONFIG_URL = "https://smartmeter-web.wienernetze.at/assets/app-config.json" in old constants.py and restarted ha and now data ist displayed.
That change fixed https://github.com/DarwinsBuddy/WienerNetzeSmartmeter/issues/246 and https://github.com/DarwinsBuddy/WienerNetzeSmartmeter/issues/247 for me. Thanks ❤️
implemented new API app-config.json and its working again :-)
Fixed it for me.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.46%. Comparing base (
28431d8
) to head (97b3855
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
thanks @tschoerk for fixing the tests!
thank you so much for taking care. I was on vacation and couldn't look into it. :heart:
And thanks A LOT, for reaching the test coverage threshold!
may fix #246 and #247
Please check if it works for you as well!