I hereby claim:
- I am theque42 on github.
- I am theque42 (https://keybase.io/theque42) on keybase.
- I have a public key ASD554cT2YsxsIk3igMi1OqQd7dzydKzdDBOyhi9-7enowo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import requests | |
from urllib.parse import urljoin | |
username = "REDACTED" | |
password = r"REDACTED" | |
cloud_key_ip = "192.168.1.2" | |
controller_port = 8443 | |
site_name = "default" |
blueprint: | |
name: System wide problem detector for Iot sensors of device class "problem" | |
description: Regularly test all sensors with device-class 'problem' to detect if anyone indicates an error. | |
domain: automation | |
input: | |
repetition: | |
name: How often to run | |
description: Test is run at this intervall, in minutes. You MUST use the slash notation; 0-59 minutes. | |
default: '/45' | |
selector: |
blueprint: | |
name: System wide problem detector for Iot sensors with entity_id matching '_over'. | |
description: Regularly test all overload and overheat sensors, NOT classified as device_class=problem | |
domain: automation | |
input: | |
repetition: | |
name: How often to run | |
description: Test is run at this intervall, in minutes. You MUST use the slash notation; 0-59 minutes. | |
default: '/45' | |
selector: |
blueprint: | |
name: BP-Battery Temp Checker | |
description: Regularly test any entity with the "battery" string, for high temp! | |
domain: automation | |
input: | |
repetition: | |
name: How often to run | |
description: Test is run at this intervall, in minutes. You MUST use the slash notation; 0-59 minutes. | |
default: '/30' | |
selector: |
--- ORIGINAL BT PROXY DEFINITION --- | |
esphome: | |
name: btproxy1 | |
friendly_name: BtProxy1 | |
platformio_options: | |
board_build.mcu: esp32c3 | |
board_build.variant: esp32c3 | |
esp32: | |
variant: ESP32C3 |