Replies: 3 comments 22 replies
-
There's an issue happening after it connects to the network. Try removing your plate from HA, does it still hsppen? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Please post the |
Beta Was this translation helpful? Give feedback.
2 replies
-
HA configuration.yaml: openhasp: !include ds_openhasp.yaml # Touch-Display ds_openhasp.yaml: hasp_touch_1: # plateXYZ: Your plate identifier slug. For each plate in your sytem,
#----------------------clock----------------
objects:
- obj: "p0b1"
properties:
"text": "{{ states('sensor.time') }}"
#----------------------Temperature----------------
- obj: "p0b2"
properties:
"text": "{{ states('sensor.cpu_temperature') }}°C"
#----------------------Buttons - Lights----------------
- obj: "p1b1" # Kitchen
properties:
"val": '{{ 1 if is_state("switch.dssh4_k", "on") else 0 }}'
"text": '{{ "\uE6E8" if is_state("switch.dssh4_k", "on") else "\uE335" | e }}'
event:
"down":
- service: homeassistant.toggle
entity_id: "switch.dssh4_k" |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use the esp32 wroom with the red pcb touch display ili9341 and it worked fine. But now the content disappears after few seconds after booting. The backlight is on and the touch function works.
Here a short video :
https://youtu.be/KpROZu5gLwA
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions