Metadata-Version: 2.4
Name: brunata_online
Version: 0.0.2
Summary: API interface for online.brunata.com to fetch meter values
Project-URL: Homepage, https://codeberg.org/luttermann/brunata_online
Project-URL: Issues, https://codeberg.org/luttermann/brunata_online/issues
Author-email: Lasse Luttermann <git@2x2.dk>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: requests>=2.34
Description-Content-Type: text/markdown

# brunata_online

This an API interface to the Brunata Online portal.

Requires that you can get an initial token out of a browser, use the "Inspect"
tool in the browser. Use the network inspector (enable Persist Logs), do the
actual login, and then search for a "token" »Filter URLs«. Right click on the
"token" file and then »Save Response As« to save the token for use with this
library.

## Authentication

Since the API of Brunara Online (https://online.brunata.com/) is not public as
such, there is no ducumentation avaliable. Since I personally only have access
to a water meter, some of the data that is recieved from other meters may not
make much sense.
