718 B
718 B
RF touch switch
Touch switch on ATmega168/328 + RF24.
Features
- Power consumption in sleep mode approximately 10 μA. Up to 2 years of operation on one CR2032 battery (estimated).
- When triggered transmits battery level charge.
- Automatic restart in case of a hang-up.
- Easy installation into any standard touch switch enclosure.
Note
A gateway is required. For details see "RF - ESP-NOW Gateway".
Full config example for Home Assistant
mqtt:
sensor:
- name: "NAME"
device_class: "voltage"
unit_of_measurement: "V"
state_topic: "homeassistant/rf_sensor/ID/touch_switch"
value_template: "{{ value_json.battery }}"
force_update: true
qos: 2