I hereby claim:
- I am thegroundzero on github.
- I am sequr (https://keybase.io/sequr) on keybase.
- I have a public key ASB95OjvR5seIgCuBpXpfmVv4uv3fSNEgVXc76ofXJAk7Ao
To claim this, I am signing this object:
| # Board | |
| # https://s.click.aliexpress.com/e/_9IDl91 | |
| # ESPHome docs: | |
| # - https://esphome.io/components/display/waveshare_epaper.html | |
| # - https://esphome.io/components/spi.html#spi | |
| # - https://esphome.io/components/display/index.html#formatted-text | |
| substitutions: | |
| esphome_name: esp32_ttgo_t5 |
| [ | |
| { | |
| "id": "459b89f5.f3b8f8", | |
| "type": "server-state-changed", | |
| "z": "7798af19.c13fb", | |
| "name": "Beweging", | |
| "server": "2ce15169.23b9de", | |
| "version": 1, | |
| "exposeToHomeAssistant": false, | |
| "haConfig": [ |
| # ESP32 board: | |
| # - https://www.aliexpress.com/item/1005001267643044.html | |
| # SSD1306 OLED Display: | |
| # - https://s.click.aliexpress.com/e/_AVnlEn | |
| # ESPHome docs: | |
| # - https://esphome.io/components/display/ssd1306.html | |
| # - https://esphome.io/components/i2c.html#i2c | |
| # - https://esphome.io/components/display/index.html#formatted-text | |
| # Wiring diagram |
| # See docs on HTTP API | |
| # https://shelly-api-docs.shelly.cloud/#settings | |
| # Linux / Mac | |
| for i in {2..254}; do curl -m 1 http://192.168.1.$i/settings?<setting parameters>; done | |
| # Windows | |
| # Note: use %% instead of % when saving this in a BATCH script (.bat) | |
| FOR /L %I IN (2,1,254) DO curl -m 1 http://192.168.1.%I/settings?<setting parameters> | |
| # --- EXAMPLES --- |
| # Board: https://www.aliexpress.com/item/32807887667.html | |
| # FTDI flasher: https://www.aliexpress.com/item/32650148276.html | |
| # Use 3.3V from FTDI for flashing | |
| # Use 5V 1A+ power supply for powering the board | |
| substitutions: | |
| esphome_name: espcam_example | |
| camera_name: Camera example | |
| esphome: |
I hereby claim:
To claim this, I am signing this object:
| [{ | |
| "id": "2489ff2a.b70c5", | |
| "type": "subflow", | |
| "name": "Rhasspy announcement", | |
| "info": "", | |
| "category": "", | |
| "in": [{ | |
| "x": 40, | |
| "y": 60, | |
| "wires": [{ |
| [{ | |
| "id": "cff3f2b8.ed05c8", | |
| "type": "tab", | |
| "label": "Vuilnis ophaling", | |
| "disabled": false, | |
| "info": "" | |
| }, { | |
| "id": "3653f0c5.b43408", | |
| "type": "inject", | |
| "z": "cff3f2b8.ed05c8", |
| [{ | |
| "id": "cb290db1.265c48", | |
| "type": "subflow", | |
| "name": "Notify", | |
| "info": "", | |
| "category": "", | |
| "in": [{ | |
| "x": 40, | |
| "y": 100, | |
| "wires": [{ |
| # Shelly 2.5 | |
| # Roller Mode | |
| # Based on https://shelly-api-docs.shelly.cloud/?shell#shelly2-5-mqtt | |
| # And https://www.home-assistant.io/integrations/cover.mqtt/ | |
| cover: | |
| - platform: mqtt | |
| name: Rolling Shutters | |
| command_topic: shellies/shellyswitch25-<deviceid>/roller/0/command # rc, open, close and stop | |
| state_topic: shellies/shellyswitch25-<deviceid>/roller/0 # open, close, stop |