Library to simplify handling of 433MHz door/window sensors (e.g. from Stabo) using MQTT for Arduino platforms.
Version: 1.0.0 (2019-04-20)
Author: Link-Technologies - Dipl.-Inform. (FH) Andreas Link
With this library you can create objects for e.g. 433MHz Door/Window sensors - mainly created for Stabo sensors (Stabo Funk-Tür-/Fensterkontakt 51126) to easily send corresponding MQTT messages on predefind topics for radio detected events. Setup is done via MQTT based on button hold ID and all other events can automtically be handled.
- Create sensor object with predefined constructor to create with initial ID and main MQTT topic OR
- Create sensor object with default constructor, then use init function later
- Optimal usage is to prepare an array of sensor objects and fill it later according to setup
- Please find usecase/example here: https://github.com/andreaslink-de/ESP8266_433MHz-Receiver_sending_MQTT
- Extend documentation
- Add simple examples
More documentation to come