This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: ZHA - Aqara Wireless Mini Switch | |
description: Automate your Xiaomi Aqara Wireless Mini Switch using ZHA events. | |
domain: automation | |
input: | |
aqara_mini_switch: | |
name: Aqara Wireless Mini Switch | |
description: Aqara Wireless Mini Switch to use | |
selector: | |
device: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//////8AgOgD6AP6AAC+A3AXmAi+AD09PDz//wr/QP9zmGmBZACWAACAF4D7fjh1TgIJzgIJd/8K6xMKHQMKAAABAAEAB5gAZABkAGQAAAAFn6uYAIAAgAAAAAABAAAA439IfgEAuCoAAAAAAAAAADSAAIDZf+B87AUAAAAAAAAAAAAAAAAAFwAAABkeGwQHAAAAAAAAABYAAAAYABoFCQAAAAAAAAAAAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAALDQACMA0AAyAgAAMgIAADEEEAAwhBAAMFQQADBQ0AAjAAgACAAIAAgACAtAHyAh0EtAHwAicEAIBax+8PD4AAAA== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
device_name: "lush-cover-controller" | |
pulley_diameter_mm: "21.963" | |
gear_ratio: "1880/2000" | |
distance_mm: "2050" | |
acceleration: 500 steps/s^2 | |
velocity: 2500 steps/s # 200 (motor steps) * ${microsteps} | |
back_off_steps: "200" # back off some steps to reduce stepper energize noise | |
open_current_x: 1000ma |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
device_name: "lush-cover-controller" | |
pulley_diameter_mm: "21.963" | |
gear_ratio: "1880/2000" | |
distance_mm: "2050" | |
acceleration: 500 steps/s^2 | |
velocity: 2500 steps/s # 200 (motor steps) * ${microsteps} | |
back_off_steps: "200" # back off some steps to reduce stepper energize noise | |
open_current_x: 1000ma |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Controller - IKEA E1743 TRÅDFRI On/Off Switch & Dimmer | |
description: | |
"# Controller - IKEA E1743 TRÅDFRI On/Off Switch & Dimmer\n\nController | |
automation for executing any kind of action triggered by the provided IKEA E1743 | |
TRÅDFRI On/Off Switch & Dimmer. Allows to optionally loop an action on a button | |
long press.\nSupports deCONZ, ZHA, Zigbee2MQTT.\n\nAutomations created with this | |
blueprint can be connected with one or more [Hooks](https://epmatt.github.io/awesome-ha-blueprints/docs/blueprints/hooks) | |
supported by this controller.\nHooks allow to easily create controller-based automations | |
for interacting with media players, lights, covers and more.\nSee the list of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
name: sp111 | |
friendly_name: SP111 | |
# Higher value gives lower watt readout | |
current_res: "0.0010266" | |
# Lower value gives lower voltage readout. In my case of about 15 of those devices this value is closest to my voltage meter | |
voltage_div: "1670.24" | |
current_measured: "0.468" | |
current_truth: "0.424" | |
current_zero: "0.020" |