{"id":25818316,"url":"https://github.com/hoesentoet/esp-mqtt-handler","last_synced_at":"2026-04-09T07:05:47.492Z","repository":{"id":279835040,"uuid":"917371226","full_name":"hoesentoet/esp-mqtt-handler","owner":"hoesentoet","description":"A variable handler for knolleary's PubSubClient MQTT library.","archived":false,"fork":false,"pushed_at":"2025-02-27T17:44:39.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T01:13:02.838Z","etag":null,"topics":["cpp","esp32","esp8266","mqtt","mqtt-client","platformio","pubsub"],"latest_commit_sha":null,"homepage":"","language":"C++","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/hoesentoet.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":"2025-01-15T21:18:43.000Z","updated_at":"2025-02-27T17:44:42.000Z","dependencies_parsed_at":"2025-02-28T01:13:10.744Z","dependency_job_id":"7c1d3179-cd21-4dd9-a96d-d0b38264c8a7","html_url":"https://github.com/hoesentoet/esp-mqtt-handler","commit_stats":null,"previous_names":["hoesentoet/esp-mqtt-handler"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoesentoet%2Fesp-mqtt-handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoesentoet%2Fesp-mqtt-handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoesentoet%2Fesp-mqtt-handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoesentoet%2Fesp-mqtt-handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoesentoet","download_url":"https://codeload.github.com/hoesentoet/esp-mqtt-handler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241119735,"owners_count":19912957,"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":["cpp","esp32","esp8266","mqtt","mqtt-client","platformio","pubsub"],"created_at":"2025-02-28T07:38:54.588Z","updated_at":"2026-04-09T07:05:47.481Z","avatar_url":"https://github.com/hoesentoet.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP-MQTT-Handler\nMQTT wrapper library that adds MQTT variables for a very easy and clean use of the PubSubClient library.\n\n## Usage\nAdd one of the following lines to your `platformio.ini`\n\n```ini\nlib_deps =\n  # RECOMMENDED\n  # Accept new functionality in a backwards compatible manner and patches\n  https://github.com/hoesentoet/esp-mqtt-handler.git @ ^1.1.0\n\n  # Accept only backwards compatible bug fixes\n  # (any version with the same major and minor versions, and an equal or greater patch version)\n  https://github.com/hoesentoet/esp-mqtt-handler.git @ ~1.1.0\n\n  # The exact version\n  https://github.com/hoesentoet/esp-mqtt-handler.git @ 1.1.0\n```\n\n## Maintaining this library\n1. Clone this repo\n2. Make your edits\n    - Add needed library dependencies in the `library.json` file\n    - For testing: Copy the following example `platformio.ini` file in the root directory:\n\n        ```ini\n        [env:az-delivery-devkit-v4]\n        platform = espressif32\n        board = az-delivery-devkit-v4\n        framework = arduino\n        build_unflags = -std=gnu++11\n        build_flags = -std=gnu++17\n\n        lib_deps = knolleary/PubSubClient @ ^2.8\n\n        monitor_speed = 115200\n        monitor_filters = esp8266_exception_decoder, default\n        ```\n\n3. Commit everything (consider splitting it in multiple commits)\n4. Modify the version in the `library.json` and in this `readme.md` file\n5. Add changelog to the `docs/CHANGELOG.md` and commit everything\n6. Add release in GitHub with tag name e.g. `v1.0.0` and release name `1.0.0`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoesentoet%2Fesp-mqtt-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoesentoet%2Fesp-mqtt-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoesentoet%2Fesp-mqtt-handler/lists"}