Skip to content

v4.3.0

Choose a tag to compare

@kpoppel kpoppel released this 02 Jan 17:08

First release in 2025!

No new features on sensors in Home Assistant.

But...
So, I have been so annoyed about the lack of API access to my water data and have tried so many ways to make automated login work - all to absolutely no avail because reCAPTCHA is pretty much designed to thwart any attempt at automated access. So I first made it possible to copy in a token extracted from Chrome Devtools, which works nicely, but is still a lot of work. Next I introduced a couple of releases ago an "action service" enabling me to post the token from a commandline. But still too unhandy. finally I found another extension which through the devtools could automatically extract the token, modified this and finally had a solution. Only it still required me to open Devtools, reload a page, find the extension tab and so on. Now I can release a Chrome extension which is just a simple popup you can configure with your HTTPS Home Assistant URL and a long lived access token and from there simply login to Novafos, click the popup and send the token to Home Assistant. Finally.

READMEs are in the "addon" directory with full source code (of couse). If you use it, let me know.

Full Changelog: v4.2.1...v4.3.0