{"id":21388898,"url":"https://github.com/csabigee/nobo","last_synced_at":"2025-07-13T15:32:51.701Z","repository":{"id":220688323,"uuid":"752313734","full_name":"csabigee/nobo","owner":"csabigee","description":"ESPHome integration for nobo panel heaters ","archived":false,"fork":false,"pushed_at":"2024-06-22T21:21:40.000Z","size":31,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-24T02:19:59.057Z","etag":null,"topics":["esp32","esphome","esphome-component","esphome-config","esphome-device","homeassistant","nobo"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csabigee.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}},"created_at":"2024-02-03T15:57:45.000Z","updated_at":"2024-06-22T21:21:43.000Z","dependencies_parsed_at":"2024-06-23T02:19:04.201Z","dependency_job_id":null,"html_url":"https://github.com/csabigee/nobo","commit_stats":null,"previous_names":["csabigee/nobo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csabigee%2Fnobo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csabigee%2Fnobo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csabigee%2Fnobo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csabigee%2Fnobo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csabigee","download_url":"https://codeload.github.com/csabigee/nobo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225894698,"owners_count":17541119,"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":["esp32","esphome","esphome-component","esphome-config","esphome-device","homeassistant","nobo"],"created_at":"2024-11-22T12:19:57.016Z","updated_at":"2024-11-22T12:19:57.680Z","avatar_url":"https://github.com/csabigee.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Nobo Panel Heaters ESPHome integration (experimental)\n=================================\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"1000\" src=\"https://en.nobo.no/sites/default/files/styles/background_image_full_width/public/panel_heaters_4.jpg\"\u003e\n\u003c/p\u003e\n\n\u003cimg align=\"right\" width=\"180\" src=\"https://nobo.hu/files/manager/files/ECU%202Te.png\"\u003e\n\nThe ``nobo`` panel heater component allows you to use your Nobo panel heaters ([Product selection](https://en.nobo.no/products/panel-heaters)) with ESPHome.\nAll panel heaters are supported which works with NCU control unit: NCU-1R, NCU-2R, NCU-ER, NCU-2Te, NCU-2T.\nThis component replaces the NCU control unit with custom hardware based on ESP32, and communicates with the heater via I2C.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" src=\"https://github.com/csabigee/nobo/assets/96885207/bae032d4-3c0c-49d0-899d-9c90e8a9ba0c\"\u003e\n  \u003cimg width=\"400\" src=\"https://github.com/csabigee/nobo/assets/96885207/b252c0ee-e4ac-4975-acbd-730e30660cf6\"\u003e\n\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cem\u003eNobo Climate Device UI in Home Assistant.\u003c/em\u003e\n\u003c/p\u003e\n\nNobo Configuration:\n------------------------\n```yaml\ni2c:\n  sda: 32\n  scl: 33\n  scan: False\n  frequency: 50kHz\n\nexternal_components:\n  - source:\n      type: git\n      url: https://github.com/csabigee/nobo\n      ref: main\n    components: [ nobo ]\n\nclimate:\n  - platform: nobo\n    name: \"Nobo Heater LivingRoom\"\n    nominal_power: 2000 W\n    power:\n      name: \"Nobo Heater Power LivingRoom\"\n    update_interval: 60s\n```\n\nConfiguration variables:\n------------------------\n\n- **name** (**Required**, string): The name for the temperature sensor.\n- **id** (*Optional*, [ID](https://esphome.io/guides/configuration-types#config-id)): Set the ID of this sensor for use in lambdas.\n- **nominal_power** (**Required**, float): The rated power of the heater device (from 450-2500 W)\n- **update_interval** (*Optional*, [Time](https://esphome.io/guides/configuration-types#config-time)): The interval to check the power sensor. Defaults to ``30s``.\n- **power** (*Optional*): Send the instantaneous power\n  - **name** (**Required**, string): The name for the power sensor.\n  - **id** (*Optional*,  [ID](https://esphome.io/guides/configuration-types#config-id)): Set the ID of this sensor for use in lambdas.\n\nLinks:\n------------------------\n \n[:mag: Reverse engineering the protocol :mag_right:](https://github.com/csabigee/nobo/wiki/Home)\n\n[:hammer_and_wrench: Building the custom thermostat :hammer_and_wrench:](https://www.hackster.io/csabigee/nobo-wireless-thermostat-01f106)\n\n[:zap: PCB design files :zap:](https://github.com/csabigee/nobo-pcb)\n\n[:gift: Enclosure design files :gift:](https://github.com/csabigee/nobo-enclosure)\n\n[:octocat: Software sources :octocat:](https://github.com/csabigee/nobo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsabigee%2Fnobo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsabigee%2Fnobo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsabigee%2Fnobo/lists"}