All Projects → ljalves → hfeasy

ljalves / hfeasy

Licence: other
HFeasy - firmware for HF-LPx100/LPx30 based devices

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to hfeasy

Dasshio
Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Stars: ✭ 140 (+300%)
Mutual labels:  home-automation, wifi, homeassistant
node-deepstackai-trigger
Detects motion using Deepstack AI and calls registered triggers based on trigger rules.
Stars: ✭ 154 (+340%)
Mutual labels:  home-automation, mqtt-client, homeassistant
Home Assistant Config
My Home Assistant configuration & documentation.
Stars: ✭ 99 (+182.86%)
Mutual labels:  home-automation, homeassistant
Home Assistant Configuration
My Home Assistant Config. For more Information visit ->
Stars: ✭ 102 (+191.43%)
Mutual labels:  home-automation, homeassistant
Addon Ssh
SSH & Web Terminal - Home Assistant Community Add-ons
Stars: ✭ 114 (+225.71%)
Mutual labels:  home-automation, homeassistant
Hugo Esp8266
Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
Stars: ✭ 77 (+120%)
Mutual labels:  home-automation, homeassistant
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (+128.57%)
Mutual labels:  home-automation, homeassistant
Home Assistant Android
UNOFFICIAL Android app/frontend for Home Assistant (https://home-assistant.io)
Stars: ✭ 108 (+208.57%)
Mutual labels:  home-automation, homeassistant
Tasmota Irhvac
Home Assistant platform for controlling IR Air Conditioners via Tasmota IRHVAC command and compatible harware
Stars: ✭ 58 (+65.71%)
Mutual labels:  home-automation, homeassistant
Home Assistant Mail And Packages
Home Assistant integration providing day of package counts and USPS informed delivery images.
Stars: ✭ 155 (+342.86%)
Mutual labels:  home-automation, homeassistant
Feature Requests
ESPHome Feature Request Tracker
Stars: ✭ 160 (+357.14%)
Mutual labels:  home-automation, wifi
Ha Bt Proximity
Distributed Bluetooth Room Presence Sensor for Home Assistant
Stars: ✭ 77 (+120%)
Mutual labels:  home-automation, homeassistant
Hassiq
Home Assistant interface for Garmin's Connect IQ Platform
Stars: ✭ 71 (+102.86%)
Mutual labels:  home-automation, homeassistant
Psmqtt
Utility reporting system health and status via MQTT
Stars: ✭ 95 (+171.43%)
Mutual labels:  home-automation, mqtt-client
Streamdeck Homeassistant
🏠 Use the Elgato Stream Deck as Home Assistant controller. Call any available service and toggle lights or resume your music.
Stars: ✭ 69 (+97.14%)
Mutual labels:  home-automation, homeassistant
Ha philips android tv
Home Assistant custom component for the newer (2016+) Philips Android TVs
Stars: ✭ 104 (+197.14%)
Mutual labels:  home-automation, homeassistant
Broadlink Mqtt
MQTT client to control BroadLink devices
Stars: ✭ 169 (+382.86%)
Mutual labels:  home-automation, mqtt-client
Hass Yaap
Yet another alarm (control) panel for Home Assistant.
Stars: ✭ 44 (+25.71%)
Mutual labels:  home-automation, homeassistant
Home Assistant Config
🏠 My Home Assistant configuration, a bit different that others :) Be sure to 🌟 this repository for updates!
Stars: ✭ 1,050 (+2900%)
Mutual labels:  home-automation, homeassistant
Simple Weather Card
Minimalistic weather card for Home Assistant
Stars: ✭ 135 (+285.71%)
Mutual labels:  home-automation, homeassistant

hfeasy

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)

Implemented Features:

  • MQTT client
  • HTTP config, control and status webpages

After flashing hfeasy, open web page:

  • http://<deviceip>/
  • HTTP control:
    • status: http://<deviceip>/state
    • on: http://<deviceip>/state?sw=1
    • off: http://<deviceip>/state?sw=0
  • Timers:
    • http://<deviceip>/timer

Recovery mode

  • 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

Known supported devices

Wifi Plug

  • US Wall Switch (AW51011) (#12)

  • G-Homa (#26)

  • Any LPB100/LPT100F/LPB130 device should be supported using the custom config option

Devices supported with manual config:

  • Orvibo S20 WiWo-S20-E2 (#21)

Firmware

  • Releases

  • Old download place

  • hfeasy 0v7

    • Changes:
      • MQTT fixes: Publish state when sub and pub topics are different
  • hfeasy 0v6

    • Changes:
      • Added WiFi LED config option (under /config)
      • US wall dimmer module is now supported
  • 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.
  • hfeasy 0v4

    • Changes:
      • Added more status (hostname and uptime)
      • Fixed missing HTTP headers
      • More robust switch debouncer for on/off module
  • hfeasy 0v3

    • Changes:
      • Added MQTT QoS setting
      • Added module hostname setting
      • Added on/off countdown timers (http://<ip>/timer)
  • 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: http://<ip>/state?tone=3 (dont go > 21)
  • haeasy 0v1

    • Initial release
  • Original firmware:

    • Also available on the gdrive folder + factory webpage .bin

Device info

All devices have a hard-coded firmware flash webpage at: http://<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: http://<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

TODO

  • Add dayly/weekly timers (configurable by webpage)
  • ... and suggestions are welcome (open an issue)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].