2022-01-26 23:37:04 +01:00
|
|
|
<!--
|
2024-06-23 00:40:58 +02:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-01-26 23:37:04 +01:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2020-11-26 18:47:34 +01:00
|
|
|
# æneria for YunoHost
|
|
|
|
|
2023-02-23 19:46:52 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/aeneria.svg)](https://dash.yunohost.org/appci/app/aeneria) ![Working status](https://ci-apps.yunohost.org/ci/badges/aeneria.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/aeneria.maintain.svg)
|
|
|
|
|
2020-12-31 15:31:31 +01:00
|
|
|
[![Install æneria with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=aeneria)
|
2020-11-26 18:47:34 +01:00
|
|
|
|
2024-06-23 00:40:58 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2022-01-26 23:37:04 +01:00
|
|
|
|
2024-06-23 00:40:58 +02:00
|
|
|
> *This package allows you to install æneria quickly and simply on a YunoHost server.*
|
|
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
2020-11-26 18:47:34 +01:00
|
|
|
|
|
|
|
## Overview
|
2022-01-26 23:37:04 +01:00
|
|
|
|
2021-01-06 19:25:07 +01:00
|
|
|
The idea of [æneria](https://aeneria.com) is to display energy consumption and weather data on a little dashboard that allow the user to:
|
2020-11-26 18:47:34 +01:00
|
|
|
|
2020-12-28 16:06:54 +01:00
|
|
|
* Better understand our own energy consumption
|
|
|
|
* Analyse energy consumption throw weather data
|
2020-11-26 18:47:34 +01:00
|
|
|
|
2022-01-26 23:37:04 +01:00
|
|
|
|
2024-01-17 17:44:06 +01:00
|
|
|
**Shipped version:** 2.1.1~ynh1
|
2024-01-13 19:12:46 +01:00
|
|
|
|
2024-06-23 00:40:58 +02:00
|
|
|
**Demo:** <https://demo.aeneria.com>
|
2022-01-26 23:37:04 +01:00
|
|
|
|
2020-11-26 18:47:34 +01:00
|
|
|
## Screenshots
|
|
|
|
|
2024-06-23 14:46:04 +02:00
|
|
|
![Screenshot of æneria](./doc/screenshots/preview-1.png)
|
2024-01-13 19:12:46 +01:00
|
|
|
![Screenshot of æneria](./doc/screenshots/preview-2.png)
|
|
|
|
![Screenshot of æneria](./doc/screenshots/preview-3.png)
|
2022-01-26 23:37:04 +01:00
|
|
|
|
|
|
|
## Documentation and resources
|
2020-11-26 18:47:34 +01:00
|
|
|
|
2024-06-23 00:40:58 +02:00
|
|
|
- Official app website: <https://aeneria.com>
|
|
|
|
- Official admin documentation: <https://docs.aeneria.com>
|
|
|
|
- Upstream app code repository: <https://gitlab.com/aeneria/aeneria-app>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/aeneria>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/aeneria_ynh/issues>
|
2020-11-26 18:47:34 +01:00
|
|
|
|
2021-03-17 21:23:02 +01:00
|
|
|
## Developer info
|
2020-11-26 18:47:34 +01:00
|
|
|
|
2024-06-23 00:40:58 +02:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/aeneria_ynh/tree/testing).
|
2020-11-26 18:47:34 +01:00
|
|
|
|
2024-06-23 00:40:58 +02:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2023-01-04 12:23:32 +01:00
|
|
|
|
2024-06-23 00:40:58 +02:00
|
|
|
```bash
|
2020-11-26 18:47:34 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/aeneria_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade aeneria -u https://github.com/YunoHost-Apps/aeneria_ynh/tree/testing --debug
|
|
|
|
```
|
2022-01-26 23:37:04 +01:00
|
|
|
|
2023-01-04 12:23:32 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|