-
HASP v0.40 release
05/02/2020 at 14:11 • 0 commentsHASP v0.40 release
New fonts, new pages, new automations, new models, and some core code improvements
Nextion HMI
This release marks the first major update the Nextion HMI used by the HASP project.
- Proportional fonts - Noto Sans has been added in 6 different sizes and styles
- Anti-aliased fonts - The existing Consolas and Wingdings fonts, as well as the new Noto Sans font are now all anti-aliased.
- FontAwesome icons - All free FontAwesome icon codepoints have been added to the Noto Sans fonts in the project, allowing mixed used of text and icons anywhere text is allowed.
- Removed page 9 with graph component - A poll of users suggested this wasn’t being used and we gained a lot of RAM by removing it.
- Added new page 9 with HVAC control demonstration
- Added new page 10 with Ceiling Fan control demonstration
- Added new page 11 with one large, blank button for future use
- Removed QR code from page 0 - again, a memory saving feature. WiFi setup QR is now a static picture object.
- Upgraded to Nextion firmware 1.60 - latest release as of this writing
Home Assistant Automations
Nearly too many to list but here are the major points:
- Full compatibility with Lovelace UI
- Color “theme” support with pull-down list of included themes
- Interactive color select UI
- Font select UI for page select buttons
- Icons added to several pages
- New automations for HVAC control
- New automations for Ceiling Fan control
- General compatibility and code cleanup
ESP8266 code v0.40
- Improvement in WiFi performance and stability by disabling power save modes
- Updates to better utilize new QR image and icon fonts
- Add support for haptic or audio feedback device, thanks @benmprojects!
- Add backlight reset button in web UI
- Updated ESP8266 Arduino core to 2.6.3
Home Assistant Update Procedure
Run the
deployhasp.sh
script to pull down the updated automations using one of the guides below:deployhasp.sh
for standard installations (hassio etc)
for Home Assistant Core installations (venv etc)
deployhasp.sh- Manual installation process
Links for more HASP info- Main documentation page
- Buy HASwitchPlate PCBs - strongly recommended for safe assembly. Buy them from me or download the gerbers
and send them to your favorite short-run PCB fab. - Buy an assembled device ready to install if the build process seems intimidating
- HASwitchPlate Discord chat
- HASwitchPlate Reddit community
-
HASP v0.38 release
06/27/2019 at 12:24 • 0 commentsHASP v0.38 release
Stability and performance improvements
ESP8266 code v0.38
- Updated ESP8266 Arduino core to 2.5.2, which comes more stability and performance improvements
- Fix mDNS. Again.
- Update ArduinoJSON to 6.x for easier builds, better performance, and lower memory utilization
- Fixed issue with SoftwareSerial for debug messages
Home Assistant Automations
- Fixed automations utilizing JSON messages to remove trailing null array element
- Changed Page 9 (graph) color automations to only trigger when page is selected
- Yay MDI icons changing names for no apparent reason. Fixed.
- Added “default page” example automation, set a default page for HASP and it will switch back to that page after a set time
ESP8266 Update Procedure
If you’re using the AutoFirmwareUpdate automation your devices should pull this update at 3:00am. Otherwise, log into the admin web page and you can pull the update from the firmware page.
Home Assistant Update Procedure
Run the
deployhasp.sh
script to pull down the updated automations using one of the guides below:Links for more HASP info
- Main documentation page
- Buy HASwitchPlate PCBs - strongly recommended for safe assembly. Buy them from me or download the gerbers and send them to your favorite short-run PCB fab.
- Buy an assembled device ready to install if the build process seems intimidating
- HASwitchPlate Discord chat
- HASwitchPlate Reddit community
-
HASP v0.37 release
02/23/2019 at 15:47 • 0 commentsHASP 0.37 release
Stability and performance improvements
ESP8266 code v0.37
- Updated ESP8266 Arduino core to 2.5.0, which comes will a whole truckload of stability and performance improvements
- Major improvements for LCD firmware updates to improve reliability and update speed
- Re-enable mDNS services with LEA MDNSResponder
- Improve user experience when MQTT client cannot connect to broker
Home Assistant Automations
- Updated JSON sensor to new format after changes in 0.85
ESP8266 Update Procedure
If you're using the AutoFirmwareUpdate automation your devices should pull this update at 3:00am. Otherwise, log into the admin web page and you can pull the update from the firmware page.
Home Assistant Update Procedure
Run the
deployhasp.sh
script to pull down the updated automations using one of the guides below:Links for more HASP info
- Main documentation page
- Buy HASwitchPlate PCBs - strongly recommended for safe assembly. Buy them from me or download the gerbers and send them to your favorite short-run PCB fab.
- Buy an assembled device ready to install if the build process seems intimidating
- HASwitchPlate Discord chat
- HASwitchPlate Reddit community