Coder Social home page Coder Social logo

dominikdeka / epaperhomeassistant Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 193 KB

Project integrates ePaper module and ESP32 microcontroller (both from waveshare), with GoogleCalendar, OpenWeatherMap and MQTT broker.

License: GNU General Public License v3.0

C 75.14% C++ 20.37% JavaScript 4.49%
epaper esp32 googlecalendarapi mqtt-client openweathermap-api

epaperhomeassistant's Introduction

ePaperDisplay

  • create script in https://script.google.com/, use content from scripts/appsScript.gs, deploy it with access for everyone, replace below GOOGLE_SCRIPT_ID with deployment key value

  • create src/credentials.h file that contains:

const char * ssid = "************";   // Wifi Username
const char * password = "************";  // Wifi Password

String GOOGLE_SCRIPT_ID = "************";

const char* mqtt_server = "maqiatto.com"; // at least in my case
const uint16_t mqtt_server_port = 1883;
const char* mqttUser = "************";
const char* mqttPassword = "************";
const char* mqttClientId = "ePaperDisplay-1";

// Use your own API key by signing up for a free developer account at https://openweathermap.org/
String apikey       = "************";                      // See: https://openweathermap.org/  // It's free to get an API key, but don't take more than 60 readings/minute!
const char server[] = "api.openweathermap.org";

epaperhomeassistant's People

Contributors

dominikdeka avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.