Openhasp on a Lanbon L8 and WT32-SC01 Plus

My first attempt of customizing Lanbon switch panel and two WT32-SC01 Plus with openhasp.
4 pages.
First page is quick setting scenes and quick look at indoor outdoor temperatures and what pellet stove pellets level , heat settings and cooler is set at.
Heating boost and antiboost

2nd page.
Living room area lights

3rd page.
Weather

4th page
Living room media players control with Spotify and album cover in background of what is playing.

Page jasonl layout code
I will post changed and improvements on my gethub.
Gethub repo

Added a human presence detector
HI-LINK LD2410 to end of hall SC01 plus.

It’s close to my HA so HA intergration with blue tooth works fine. Just used the cable with connectors that came with the SC01 plus and grabbed power from the plate.
So now I have automation to turn on screen when motion is less than 2 feet from it for over 1 second.
And shut off screen when the sensor has no occupancy detected.
As a test I also have aniburn run if no occupancy in the room for 60 min at night.


4 Likes

Pages are a work in progress but I updated this post with current configuration and gethub has been updated with
Jsonl, configuration and automations.


Lonbon kitchen switch



Living room sco1 panel




Computer SC01

Popup using input text box on HA dashboard.

Random love notes popup

Easy to generate random text using frenks
Spook random input.select service

alias: "Popup love notes "
description: ""
trigger:
  - platform: time_pattern
    seconds: "2"
    hours: /1
condition: []
action:
  - service: input_select.random
    metadata: {}
    data: {}
    target:
      entity_id: input_select.love_notes
  - service: mqtt.publish
    data:
      qos: 0
      topic: hasp/plates/command/jsonl
      payload: >-
        {"page":0,"id":75,"obj":"msgbox","bg_color":"white","text_color":"Red","text":"
        {{ states("input_select.love_notes") }} ","options":["Close"]}
  - type: turn_on
    device_id: 23afc290179d4e3298cf60c1dd840683
    entity_id: light.desk_backlight
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 88b53314416b4ce885e73c349b11de1b
    entity_id: bd94ccdbb0517bfc7b0a9a3ac5cb0981
    domain: light
    brightness_pct: 100
mode: single

Updated
Added a human presence detector

How did you manage to flash the wt32-sc01 plus? I’ve tried the 0.6.3 firmware but gets stuck in a boot loop and screen is blank. The online uploaded doesn’t support the esp32-s3. Read somewhere that it’s not supported and you have to use 0.7.3/4?

Was really excited when it turned up and now I’m on abit of a downer as I can’t seem to get it flashed!

Love your mount designs. I’ve designed my own to fit over a uk switch plate. I’ll share once I get it all up and running.

You have to use the beta 7
Nightly release
https://www.openhasp.com/0.7.0/0.7.0/firmware/

1 Like

update on getting weather data after the home assistant weather update.