Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Oct 11, 2022
1 parent 041efb1 commit bb6f0cd
Show file tree
Hide file tree
Showing 54 changed files with 130 additions and 111 deletions.
Empty file modified .github/ISSUE_TEMPLATE/besoin-d-aide--.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100644 → 100755
Empty file.
Empty file modified Makefile
100644 → 100755
Empty file.
Empty file modified app/config.py
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions app/dependencies.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def debug(message):
logWarn()
if type(message) is list:
for msg in message:
logging.debug(f" {msg}")
logging.info(f" {msg}")
else:
logging.debug(f" {message}")
logging.info(f" {message}")
logWarn()

def log(message):
Expand Down
Empty file modified app/html/favicon.ico
100644 → 100755
Empty file.
Empty file modified app/html/footer.html
100644 → 100755
Empty file.
Empty file modified app/html/homepage.md
100644 → 100755
Empty file.
Empty file modified app/html/index.html
100644 → 100755
Empty file.
Empty file modified app/html/static/discord.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/enedis.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/enedis_collecte.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/error.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/github.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/icon.pbm
100644 → 100755
Empty file.
Empty file modified app/html/static/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/logo.css
100644 → 100755
Empty file.
Empty file modified app/html/static/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/logo2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/main.css
100644 → 100755
Empty file.
Empty file modified app/html/static/menu.css
100644 → 100755
Empty file.
Empty file modified app/html/static/menu.js
100644 → 100755
Empty file.
Empty file modified app/html/static/nice-select.css
100644 → 100755
Empty file.
Empty file modified app/html/static/nice-select.js
100644 → 100755
Empty file.
Empty file modified app/html/static/notif.css
100644 → 100755
Empty file.
Empty file modified app/html/static/notif.js
100644 → 100755
Empty file.
Empty file modified app/html/static/paste.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/paypal.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/success.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/html/static/swagger-ui.css
100644 → 100755
Empty file.
Empty file modified app/html/static/swagger-ui.css.map
100644 → 100755
Empty file.
Empty file modified app/html/usage_point_id.md
100644 → 100755
Empty file.
Empty file modified app/init_cache.sql
100644 → 100755
Empty file.
Empty file modified app/main.py
100644 → 100755
Empty file.
237 changes: 128 additions & 109 deletions app/models/cache.py
100644 → 100755

Large diffs are not rendered by default.

Empty file modified app/models/config.py
100644 → 100755
Empty file.
Empty file modified app/models/influxdb.py
100644 → 100755
Empty file.
Empty file modified app/models/log.py
100644 → 100755
Empty file.
Empty file modified app/models/mqtt.py
100644 → 100755
Empty file.
Empty file modified app/models/query.py
100644 → 100755
Empty file.
Empty file modified app/models/query_address.py
100644 → 100755
Empty file.
Empty file modified app/models/query_consumption_daily.py
100644 → 100755
Empty file.
Empty file modified app/models/query_consumption_detail.py
100644 → 100755
Empty file.
Empty file modified app/models/query_contract.py
100644 → 100755
Empty file.
Empty file modified app/models/query_status.py
100644 → 100755
Empty file.
Empty file modified app/old/function.py
100644 → 100755
Empty file.
Empty file modified app/old/home_assistant.py
100644 → 100755
Empty file.
Empty file modified app/old/hourly.py
100644 → 100755
Empty file.
Empty file modified app/old/influxdb.py
100644 → 100755
Empty file.
Empty file modified app/old/myenedis2.py
100644 → 100755
Empty file.
Empty file modified config.exemple.yaml
100644 → 100755
Empty file.
Empty file modified discord.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified grafana_dashboard.json
100644 → 100755
Empty file.

0 comments on commit bb6f0cd

Please sign in to comment.