{"id":38652345,"url":"https://github.com/evhart/energyuse","last_synced_at":"2026-01-17T09:22:49.205Z","repository":{"id":37071687,"uuid":"167557294","full_name":"evhart/energyuse","owner":"evhart","description":"DecarboNet EnergyUse Q/A platform (Unmaintained)","archived":false,"fork":false,"pushed_at":"2022-12-26T20:15:35.000Z","size":5676,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-29T17:18:07.080Z","etag":null,"topics":["django","energy-consumption","energy-platform","linked-open-data","python","question-answering","unmaintained"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/evhart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-25T14:08:06.000Z","updated_at":"2019-02-04T17:20:24.000Z","dependencies_parsed_at":"2023-01-31T01:15:18.167Z","dependency_job_id":null,"html_url":"https://github.com/evhart/energyuse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evhart/energyuse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evhart%2Fenergyuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evhart%2Fenergyuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evhart%2Fenergyuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evhart%2Fenergyuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evhart","download_url":"https://codeload.github.com/evhart/energyuse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evhart%2Fenergyuse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["django","energy-consumption","energy-platform","linked-open-data","python","question-answering","unmaintained"],"created_at":"2026-01-17T09:22:49.069Z","updated_at":"2026-01-17T09:22:49.168Z","avatar_url":"https://github.com/evhart.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![EnergyUse Q/A platform (Unmaintained)](docs/title.png \"EnergyUse Q/A platform (Unmaintained)\")\n\n\u003e :warning: The EnergyUse platform code is unmaintened and will not be updated.\n\nEnergyUse was [DecarboNet](https://www.decarbonet.eu) online community for sharing real-life experiences on the energy consumption of typical appliances. The platform is based on the [Biostar Q\u0026A platform](https://github.com/ialbert/biostar-central).\n\nUsing the electricity monitors provided by [Green Energy Options](https://www.geotogether.com/), people can compare the consumption of similar appliances, test different settings to perform daily activities like doing the laundry, hoovering, etc. They can also assess the efficiency of changes in energy behaviour.\n\nUsers can navigate discussions by tags associated to appliances or contexts of energy usage (e.g., working in the office, breakfast). Discussions are open to everyone, but users of energy-monitoring devices from Green Energy Options, can also view the electricity consumption of specific devices and appliances, or of their entire households, and compare with the community’s average.\n\nThe platform collects data from smart plugs, and exports appliance consumption information and community generated energy tips as [linked data](http://www.essepuntato.it/lode/http://socsem.open.ac.uk/ontologies/eu).\n\n\nIf you use this code, please cite the following publication:\n- Burel, G., Piccolo, L. and Alani, H (2016). *[EnergyUse – A Collective Semantic Platform for Monitoring and Discussing Energy Consumption](http://www-kasm.nii.ac.jp/iswc2016/papers/paper_A47_.pdf)*. In Proceedings of the 15th International Semantic Web Conference.\n\n\n## Features\n- A question Answering platform based on the [Biostar Q\u0026A platform](https://github.com/ialbert/biostar-central).\n- Automatic semantic tagging of posts (deactivated by default).\n- Automatic semantic description of topics and appliances (deactivated by default).\n- Energy consumption data collection and visualisation (deactivated by default, only works for DecarboNet trial users).\n- Linksed Data support using the [EnergyUse Ontology](http://www.essepuntato.it/lode/http://socsem.open.ac.uk/ontologies/eu) ontology.\n\n\n![The EnergyUse Platform](docs/screenshot1.png)\n![Automatic Descriptions](docs/screenshot2.png)\n\n## Docker Installation and Usage\nYou can run a barebone version of EnergyUse using [docker](https://docker.com/). The container does not automatically update tags and index the content (see the different commands using manage.py and the [Biostar README.md](README_BIOSTAR.md) file for more information). First, you need to build the docker image.\n```sh\ndocker build -t evhart/energyuse:latest .\n```\n\nIf you want to load an existing database dump as well as user uploaded files such as images, you need to set the environment variable '*BACKUP*' with *--build-arg*  when creating the image. The varibale needs to point to a directory that contains '*.sql.gz*' table backup files and a '*media*' subdirectory that contains user uploaded media.  \n```sh\ndocker build -t evhart/energyuse:latest --build-arg BACKUP=./backup .\n```\n\nThe Energyuse will be automatically started when you start a CREES container (you can modify the [settings.env](energyuse/settings.env) and  [settings.py](energyuse/settings.py) files for customising the server configuration). By default, the container uses a default password and run using [gunicorn](https://gunicorn.org/) on port 8000 with an internal [MariaDB](https://mariadb.org/) database:\n```sh\ndocker run -d -p 80:8000 --name energyuse evhart/energyuse:latest\n```\n\n## References\n- Burel, G., Piccolo, L. and Alani, H (2016). *[EnergyUse – A Collective Semantic Platform for Monitoring and Discussing Energy Consumption](https://iswc.lodac.nii.ac.jp/files/application_47.pdf)*. In Proceedings of the 15th International Semantic Web Conference.\n- Burel, G., Piccolo, L. and Alani, H (2016). *[Monitoring, Discussing and Publishing Energy Consumption Data using EnergyUse](http://ceur-ws.org/Vol-1690/paper79.pdf)*. In Proceedings of the 15th International Semantic Web Conference.\n\n## Acknowledgments\n- This work has r received funding from the European Union's Seventh Framework Programme for research, technological development and demonstration under grant agreement no 610829. [DecarboNet](https://www.decarbonet.eu).\n- The EnergyUse platform code is based on the [Biostar Q\u0026A platform](https://github.com/ialbert/biostar-central).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevhart%2Fenergyuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevhart%2Fenergyuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevhart%2Fenergyuse/lists"}