{"id":29656126,"url":"https://github.com/michaeltroger/linznetz-appdaemon","last_synced_at":"2026-04-15T16:07:10.889Z","repository":{"id":305739867,"uuid":"1021002804","full_name":"michaeltroger/linznetz-appdaemon","owner":"michaeltroger","description":"AppDaemon app that parses energy consumption reports of Linz Netz and provides the daily consumption to HomeAssistant","archived":false,"fork":false,"pushed_at":"2025-07-16T19:31:55.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T20:01:33.393Z","etag":null,"topics":["appdaemon-apps","home-assistant","home-automation","linznetz"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaeltroger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-16T18:13:19.000Z","updated_at":"2025-07-16T19:31:58.000Z","dependencies_parsed_at":"2025-07-21T20:13:20.394Z","dependency_job_id":null,"html_url":"https://github.com/michaeltroger/linznetz-appdaemon","commit_stats":null,"previous_names":["michaeltroger/linznetz-appdaemon"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/michaeltroger/linznetz-appdaemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeltroger%2Flinznetz-appdaemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeltroger%2Flinznetz-appdaemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeltroger%2Flinznetz-appdaemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeltroger%2Flinznetz-appdaemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaeltroger","download_url":"https://codeload.github.com/michaeltroger/linznetz-appdaemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeltroger%2Flinznetz-appdaemon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456245,"owners_count":23931383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appdaemon-apps","home-assistant","home-automation","linznetz"],"created_at":"2025-07-22T08:33:46.241Z","updated_at":"2026-04-15T16:07:10.884Z","avatar_url":"https://github.com/michaeltroger.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linz Netz -\u003e AppDaemon -\u003e HomeAssistant\n\n**AppDaemon** app that parses energy consumption reports of **Linz Netz** (energy supplier in Upper Austria) and forwards the daily consumption to **HomeAssistant**.\n\nPre setup needed:\n- Linz Strom smart meter\n- Collecting 15min data is enabled \n- Daily email report is enabled (you will need access to the target mail account on the AppDaemon server)\n- Home assistant up and running and input number created (more to that later)\n- Ntfy.sh is set up for push notifications \n  \nIt works as follows:\n- Periodically checks emails\n- Searches for fitting (unread) emails\n- Parses the attached CSV file\n- calculates the daily consumption\n- sends the calculated value to Home Assistant\n- marks the email as read\n- Uses ntfy.sh to send a push notification if there was an issue\n\nKnown issues:\n- The emails only include data of the day before yesterday. Home Assistant therefore shows 2 day old data as today's data\n\nSetup in AppDaemon:\nCopy `energyconsumption.py` to `conf/apps` and register the app in `apps.yaml` of the same directory:\n```\nenergyconsumption:\n  module: energyconsumption\n  class: EnergyConsumption\n  password: !secret mail_password\n  username: !secret mail_username\n```\nAdd to `conf/secrets.yaml`\n```\nmail_username: yourUsernameHere\nmail_password: yourPasswordHere\n```\n\nSetup in Home Assistant\n`configuration.yaml`\n```\ninput_number:\n  daily_energy:\n    name: Daily Energy\n    min: 0\n    max: 100\n    step: 0.0001\n    unit_of_measurement: \"kWh\"\n    mode: box\n```\n\nYou can further process the data from here. E.g. setting the input number as state input for a template sensor.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeltroger%2Flinznetz-appdaemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaeltroger%2Flinznetz-appdaemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeltroger%2Flinznetz-appdaemon/lists"}