{"id":22636404,"url":"https://github.com/airalab/homeassistant-robonomics-integration","last_synced_at":"2025-04-11T21:13:40.794Z","repository":{"id":37400867,"uuid":"491066500","full_name":"airalab/homeassistant-robonomics-integration","owner":"airalab","description":"Connect your Home Assistant devices to web3 infrastructure with Robonomics Web Services subscription","archived":false,"fork":false,"pushed_at":"2025-04-09T14:40:30.000Z","size":716,"stargazers_count":11,"open_issues_count":11,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-11T21:13:34.788Z","etag":null,"topics":["custom-component","home-assistant","intergration","iot","kusama","polkadot","smart-home","web3"],"latest_commit_sha":null,"homepage":"https://robonomics.network","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airalab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-05-11T10:42:10.000Z","updated_at":"2025-04-04T17:33:11.000Z","dependencies_parsed_at":"2023-02-18T10:35:21.052Z","dependency_job_id":"ca80d035-b562-4c2b-a8e3-64a03413f35d","html_url":"https://github.com/airalab/homeassistant-robonomics-integration","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airalab%2Fhomeassistant-robonomics-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airalab%2Fhomeassistant-robonomics-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airalab%2Fhomeassistant-robonomics-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airalab%2Fhomeassistant-robonomics-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airalab","download_url":"https://codeload.github.com/airalab/homeassistant-robonomics-integration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480428,"owners_count":21110937,"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","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":["custom-component","home-assistant","intergration","iot","kusama","polkadot","smart-home","web3"],"created_at":"2024-12-09T03:21:12.922Z","updated_at":"2025-04-11T21:13:40.769Z","avatar_url":"https://github.com/airalab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Connect your Home Assistant devices to web3 infrastructure \n\nIntegration gives you the remote access to your local smart home through encrypted transactions in Robonomics blockchain. It allows:\n\n* Watch current states\n* Call services\n* Manage Home Assistant users with subscription devices\n* Create backups\n\nMore information you can find on [Robonomics Wiki](https://wiki.robonomics.network/docs/en/home-assistant-begin/).\n\n## Requirements\n\nTo ensure proper functionality, your Home Assistant computer must have a local IPFS node installed. You can install it in the following ways:\n\n* As an add-on for the supervisor or Home Assistant OS, using this [link](https://github.com/airalab/ipfs-addon).\n* By using the installation script for Home Assistant core or Docker. Follow these steps:\n\n```bash\nwget https://raw.githubusercontent.com/airalab/robonomics-hass-utils/main/raspberry_pi/install_ipfs_arc_dependent.sh\nbash install_ipfs_arc_dependent.sh\nrm install_ipfs_arc_dependent.sh\n```\n\n## Installation\n\n**1. Install files**\n\n1.1) Using HACS\n\nIn the HACS panel, go to `Integrations` and click on `Explore \u0026 Download Repositories` button and find Robonomics Integration:\n\n![robonomics-users](images/inst.png)\n\nOpen it and press `Download this repository with HACS` in the end of the page.\n\n1.2) Manually\n\nClone the [repository](https://github.com/airalab/homeassistant-robonomics-integration) and copy `custom_components` folder to your Home Assistant config\n\n**2. Restart HA to load the integration into HA.**\n\n**3. Go to Settings -\u003e Devices \u0026 Services -\u003e Integrations and click the 'Add Integration' button. Look for Robonomics and click to add it.**\n\n## Configure\n\nFor the Robonomics integration you need an [account in Robonomics Network](https://wiki.robonomics.network/docs/en/create-account-in-dapp/) with [subscription](https://wiki.robonomics.network/docs/en/get-subscription/). Also you need a `controller` account added to subscription as a device (it must be ed25519 type). Controller account will send telemetry from Home Assistant and will be able to send commands to smart devices. \n\nFields:\n\n* **Robonomics controlle account seed**. \nSeed phrase of you `controller` account. Note that this seed is stored only on your local machine and integration use it to encrypt the data and send transactions from `controller` account.\n\n* **Robonomics subscription owner address**. \nThe address of the subscription owner account. It is needed for sending transactions using subscription.\n\n* **Timeout for sending data to Robonomics**. \nRemote states will be updated with this timeout. Note that it shouldn't be too small, because you don't have the ability to send transactions using subscriptions too often.\n\n* **Custom IPFS gateway**.\nURL for the custom IPFS gateway. Default integration store data in local IPFS node, but you can add your custom gateway (recommended for backups) to improve connectivity.\n\n* **Port for the custom IPFS gateway**.\n\n* **Use controller seed gateway authentication**.\nTick it if your gateway uses web3 authentication.\n\n* **Pinata public key**.\nYou also can use Pinata as a custom gateway. For that you need to add an API Key in your Pinata account.\n\n* **Pinata private key**.\n\n![robonomics-users](images/integration-readme.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairalab%2Fhomeassistant-robonomics-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairalab%2Fhomeassistant-robonomics-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairalab%2Fhomeassistant-robonomics-integration/lists"}