Firmware for devices using the HF-LPx100 or LPB130 modules.
You can contribute to this project by:
- Developing code and submit PR's
- Posting photos/info to support new devices
- Sending beer money to Revolut tag @ljalves (or click)
- MQTT client
- HTTP config, control and status webpages
After flashing hfeasy, open web page:
- https://<deviceip>/
- HTTP control:
- status: https://<deviceip>/state
- on: https://<deviceip>/state?sw=1
- off: https://<deviceip>/state?sw=0
- Timers:
- https://<deviceip>/timer
- The device will reset config options and change to AP mode so that you can re-configure it.
- Module: Toggle the switch 6 or more times within 3 sec
- Plug: Press and hold the switch for more than 3 sec
- Wifi Plug (Ankuoo REC, Ankuoo NEO)
-
Wifi Module (https://www.lumitek.cn/en/productsd.php?pid=1093)
-
US Wall Dimmer (AW51011D)
-
US Wall Switch (AW51011) (#12)
-
G-Homa (#26)
-
Any LPB100/LPT100F/LPB130 device should be supported using the custom config option
- Orvibo S20 WiWo-S20-E2 (#21)
-
hfeasy 0v7
- Changes:
- MQTT fixes: Publish state when sub and pub topics are different
- Changes:
-
hfeasy 0v6
- Changes:
- Added WiFi LED config option (under /config)
- US wall dimmer module is now supported
- Changes:
-
hfeasy 0v5
- Changes:
- Due to limited webpage size, config was split in 2 pages (/config and /config_mqtt)
- Added "HTTP auth" config option (sets authentication ON for all webpages)
- Increased switch debounce time (should fix random turn ons/offs)
- /state webpage changed to JSON format - if your setup parses the previous webpage output, you need to change it.
- Changes:
-
hfeasy 0v4
- Changes:
- Added more status (hostname and uptime)
- Fixed missing HTTP headers
- More robust switch debouncer for on/off module
- Changes:
-
hfeasy 0v3
- Changes:
- Added MQTT QoS setting
- Added module hostname setting
- Added on/off countdown timers (https://<ip>/timer)
- Changes:
-
hfeasy 0v2
- Changes:
- Added MQTT authentication
- Added recovery mode for both devices: press the switch 6 times withing 2 sec and the device enters AP mode and resets config
- Added buzzer driver (for on/off module only). Right now just for fun, try: https://<ip>/state?tone=3 (dont go > 21)
- Changes:
-
haeasy 0v1
- Initial release
-
Original firmware:
- Also available on the gdrive folder + factory webpage .bin
All devices have a hard-coded firmware flash webpage at: https://<deviceip>/iweb.html
This webpage allows to configure the device wifi parameters and flash new firmware. No matter which firmware you flash, this webpage is always there (make the device almost "unbrickable").
There is another webpage at: https://<deviceip>/
In here you can setup the wifi parameters, change the access user/pass and flash new firmware too. The access to there webpages is password protected. The user/pass defaults to admin/admin. If you upgrade to the latest official firmware, the user/pass is changed to admin/Lumlink@100
- Add dayly/weekly timers (configurable by webpage)
- ... and suggestions are welcome (open an issue)