{"id":13383728,"url":"https://github.com/t0mer/tasmota-thingsboard-daemon","last_synced_at":"2026-06-19T01:31:19.085Z","repository":{"id":236089640,"uuid":"791889422","full_name":"t0mer/tasmota-thingsboard-daemon","owner":"t0mer","description":"tasmota-thingsboard-daemon is a bridge between tasmota devices and ThingsBoard server","archived":false,"fork":false,"pushed_at":"2025-08-20T11:42:27.000Z","size":749,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T01:15:27.320Z","etag":null,"topics":["docker","iot","python","tasmota","telemetry","thingsboard"],"latest_commit_sha":null,"homepage":"","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/t0mer.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-25T15:09:58.000Z","updated_at":"2025-08-20T11:42:31.000Z","dependencies_parsed_at":"2024-12-27T08:22:37.668Z","dependency_job_id":"d1468acb-1937-4dc5-aca8-1eb65e64e954","html_url":"https://github.com/t0mer/tasmota-thingsboard-daemon","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"6858bba954a478a1fc3eac5d941cf3b28b040e23"},"previous_names":["t0mer/tasmota-thingsboard-daemon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/t0mer/tasmota-thingsboard-daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t0mer%2Ftasmota-thingsboard-daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t0mer%2Ftasmota-thingsboard-daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t0mer%2Ftasmota-thingsboard-daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t0mer%2Ftasmota-thingsboard-daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t0mer","download_url":"https://codeload.github.com/t0mer/tasmota-thingsboard-daemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t0mer%2Ftasmota-thingsboard-daemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34514282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["docker","iot","python","tasmota","telemetry","thingsboard"],"created_at":"2024-07-30T11:00:27.337Z","updated_at":"2026-06-19T01:31:19.058Z","avatar_url":"https://github.com/t0mer.png","language":"Python","funding_links":[],"categories":["Integrations"],"sub_categories":["IoT systems"],"readme":"# tasmota-thingsboard-daemon\ntasmota-thingsboard-daemon is a bridge between tasmota devices and ThingsBoard server.\n\nIn today's world, where energy efficiency and sustainability are increasingly paramount,\nmonitoring power consumption has become essential for individuals and businesses alike.\n\nThe advent of smart technology has revolutionized this process, offering unparalleled insights and control over energy usage.\nAmong these innovations, Tasmota smart sockets stand out as versatile and reliable solutions for managing power consumption in a variety of settings.\n\nThis guide explores the intersection of Tasmota smart sockets and the Things Board platform, presenting a comprehensive approach to monitoring power usage. By integrating Tasmota-enabled devices with Things Board, users can leverage sophisticated monitoring capabilities, real-time data visualization, and actionable insights to optimize energy efficiency.\n\n\n# Getting started\n\n## Installing ThingsBoard Using Docker\nThis section provides detailed instructions for installing ThingsBoard, an open-source IoT platform, using Docker. ThingsBoard offers various deployment options, including single-instance setups with different databases and messaging systems. By leveraging Docker containers, users can quickly set up and manage ThingsBoard installations with ease.\n\nDepending on your requirements and preferences, you can choose from three types of ThingsBoard single-instance Docker images:\n\n### Running ThingsBoard Docker Images\n\n* thingsboard/tb-postgres: Single instance of ThingsBoard with PostgreSQL database.\n  * Recommended for small servers with at least 1GB of RAM and minimal load.\n  * 2-4GB RAM is recommended for optimal performance.\n* thingsboard/tb-cassandra: Single instance of ThingsBoard with Cassandra database.\n  * The most performant option, requiring at least 4GB of RAM.\n  * 8GB RAM is recommended for optimal performance.\n* thingsboard/tb: Single instance of ThingsBoard with embedded HSQLDB database.\n  * Not recommended for evaluation or production usage; suitable only for development and testing purposes.\n\nIn this guide, we'll focus on using the thingsboard/tb-postgres image. However, you can choose any other image based on your database requirements.\n\n### Choose ThingsBoard Queue Service\nThingsBoard supports various messaging systems/brokers for storing messages and facilitating communication between services. The choice of queue implementation depends on your deployment scenario:\n\n* In Memory: Built-in and default, suitable for development environments but not recommended for production.\n* Kafka: Recommended for production deployments, providing scalability and reliability.\n* RabbitMQ: Suitable for deployments with low load and existing experience with RabbitMQ.\n* AWS SQS, Google Pub/Sub, Azure Service Bus: Fully managed services from cloud providers, useful for cloud deployments.\n* Confluent Cloud: Managed streaming platform based on Kafka, suitable for cloud-agnostic deployments.\n\n### Docker Compose Configuration\nTo set up ThingsBoard with Docker Compose, follow these steps:\n\n* Create a docker-compose.yml file.\n* Add the necessary configurations, such as ports mapping and environment variables.\n* Start the Docker containers using Docker Compose.\n\n#### Example Docker Compose Configuration\n\n```yaml\nversion: '3.0'\nservices:\n  mytb:\n    restart: always\n    image: \"thingsboard/tb-postgres\"\n    ports:\n      - \"8080:9090\"\n      - \"1883:1883\"\n      - \"7070:7070\"\n      - \"5683-5688:5683-5688/udp\"\n    environment:\n      TB_QUEUE_TYPE: in-memory\n    volumes:\n      - ~/.mytb-data:/data\n      - ~/.mytb-logs:/var/log/thingsboard\n```\n\nExplanation of key configurations:\n\n* Ports Mapping: Maps the host's ports to the exposed internal ports of ThingsBoard.\n* Environment Variables: Configures the ThingsBoard queue service (in-memory in this example).\n* Volumes: Mounts host directories for data storage and logs.\n\n\nBefore starting the containers, ensure to create directories for data storage and logs, and adjust permissions accordingly.\n\n#### Starting ThingsBoard Docker Containers\nOnce the Docker Compose file is configured, execute the following commands to start ThingsBoard:\n\n```bash\ndocker-compose up -d\ndocker-compose logs -f mytb\n```\n\nReplace mytb with the name of your service if different. After starting the containers, you can access ThingsBoard via http://{your-host-ip}:8080 in your browser.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft0mer%2Ftasmota-thingsboard-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft0mer%2Ftasmota-thingsboard-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft0mer%2Ftasmota-thingsboard-daemon/lists"}