{"id":36612919,"url":"https://github.com/machbase/esp32-mqtt","last_synced_at":"2026-01-12T09:00:44.851Z","repository":{"id":239690516,"uuid":"800266619","full_name":"machbase/esp32-mqtt","owner":"machbase","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-14T07:08:31.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-15T12:20:06.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/machbase.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":"2024-05-14T02:31:45.000Z","updated_at":"2024-05-14T07:08:34.000Z","dependencies_parsed_at":"2024-05-14T03:46:11.216Z","dependency_job_id":"c8358d6c-de10-4d3f-b0e9-9f337d0d43d3","html_url":"https://github.com/machbase/esp32-mqtt","commit_stats":null,"previous_names":["machbase/esp32-mqtt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/machbase/esp32-mqtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machbase%2Fesp32-mqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machbase%2Fesp32-mqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machbase%2Fesp32-mqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machbase%2Fesp32-mqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machbase","download_url":"https://codeload.github.com/machbase/esp32-mqtt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machbase%2Fesp32-mqtt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-12T09:00:23.327Z","updated_at":"2026-01-12T09:00:44.841Z","avatar_url":"https://github.com/machbase.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Esp32-mqtt\n\n\n# Requirements\nESP-32 \u003e Any ESP-32 board with Wifi\n\nPubSubClient by Nick O’Leary from https://pubsubclient.knolleary.net/\n\nDGT sensor library by Adafruit from https://github.com/adafruit/DHT-sensor-library\n\n# Wiring to the Host Board\n\n![wiring](https://github.com/machbase/esp32-mqtt/assets/31678089/bbb5aba2-8805-4759-9eca-8d334a3b9caf)\n\n# Install Machbase neo\nPlease follow instructions from https://docs.machbase.com/neo/getting-started/\n\nYou should create table after install Machbase neo TSDB with following SQL\n\n```sql\nCREATE TAG TABLE tag (name VARCHAR(20) PRIMARY KEY, time DATETIME BASETIME, value DOUBLE SUMMARIZED) WITH ROLLUP (hour)\n```\n\n# Things to be changed before build\n\n- Wifi (ssid, password)\n```c\n// WiFi\nconst char *ssid = \"MACHBASE_AP\"; // Enter your Wi-Fi name\nconst char *password = \"xxxxxxxx\";  // Enter Wi-Fi password\nWiFiClient wifi_connection;\n```\n- Timzone related settings\n```c\n//Time\nconst char* ntpServer = \"pool.ntp.org\";\nconst long gmtOffset_sec = 3600*9; // TZ Diff in seconds\nconst int daylightOffset_sec = 0;  \n```\n- Machbase Internal MQTT Broker IP/Port\n```c\n// MQTT\nconst char *mqtt_server = \"192.168.1.131\"; // Your Machbase neo server IP\nconst char *topic = \"db/append/TAG\"; // default\nconst int   mqtt_port = 5653; // default\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachbase%2Fesp32-mqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachbase%2Fesp32-mqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachbase%2Fesp32-mqtt/lists"}