I hereby claim:
- I am shamasis on github.
- I am shamasis (https://keybase.io/shamasis) on keybase.
- I have a public key ASCK9Os-xiDRUyZBtzeVqOSZxOzAp7I-00B11_Jb1Xs2xQo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # 3-Clause BSD License | |
| # | |
| # Copyright (c) 2009, Boxed Ice <[email protected]> | |
| # Copyright (c) 2010-2016, Datadog <[email protected]> | |
| # Copyright (c) 2020-present, Postman, Inc. <[email protected]> | |
| # All rights reserved. | |
| # | |
| # Redistribution and use in source and binary forms, with or without |
| command_line: | |
| sensor: | |
| name: Meter PC321-W-TY | |
| unique_id: meter_PC321_W_TY | |
| command: 'python3 /config/tuyapc321.py d7978c72b206429cedo10z' | |
| device_class: power | |
| state_class: measurement | |
| unit_of_measurement: W | |
| scan_interval: 10 | |
| json_attributes: |
| const OpenAI = require('openai'), | |
| readline = require('readline'); | |
| // Initialize OpenAI with API key | |
| const openai = new OpenAI({ | |
| apiKey: "" // your-api-key-here | |
| // For extra safety, use the line below, comment the line above and pass the API key as an environment variable: | |
| // apiKey: process.env['OPENAI_API_KEY'] | |
| }); |
| substitutions: | |
| name: climate-control-esph-1337 | |
| friendly_name: Climate Control ESPH-1337 | |
| pin_status_led: GPIO2 | |
| pin_transmitter: GPIO4 | |
| pin_receiver: GPIO12 | |
| pin_dht: GPIO14 | |
| esphome: | |
| name: ${name} |
| /* | |
| ESP 32 Blink | |
| Turns on an LED on for one second, then off for one second, repeatedly. | |
| The ESP32 has an internal blue LED at D2 (GPIO 02) | |
| */ | |
| // int LED_BUILTIN = 2; | |
| void setup() | |
| { |
| # This is an ESPHome configuration for an Outdoor Weather Station. | |
| # The configuration includes a raindrop coverage sensor and a rain sensor. | |
| # The raindrop coverage sensor uses an ADC to measure water resistance, | |
| # while the rain sensor is a digital sensor indicating whether it is raining or not. | |
| # | |
| # The configuration uses substitutions to define all the configurable parts, | |
| # making it easy to adjust pins and other settings without modifying the entire file. | |
| substitutions: | |
| name: esph-29697f-ows-1 |
| watch -n 30 say It is time |
| /etc/init.d/wdmcserverd stop | |
| /etc/init.d/wdphotodbmergerd stop |
| #include <WiFi.h> | |
| #include <NTPClient.h> | |
| // dependencies | |
| #include "TOTP++.h" | |
| #include "SSD1306.h" | |
| // replace with your network credentials | |
| const char* ssid = "Redacted"; | |
| const char* password = "Redacted"; |
I hereby claim:
To claim this, I am signing this object: