Replies: 7 comments 30 replies
-
You need to write some custom C code to make it work that way, dude. |
Beta Was this translation helpful? Give feedback.
-
I would like to compile my own version, but it does not work with VSC. The compiling is sucsessful but the ESP blinking after flashing the bin and nothing happens... |
Beta Was this translation helpful? Give feedback.
-
Hi' Small {"page":0,"obj":"roller","id":4,"enabled":false,"x":0,"y":0,"w":320,"h":45,"val":0,"rows":1,"options":"PAGE 1\nSONOS\nOFFICE\nPAGE 4\nPAGE 5","text_font":24,"bg_opa":100,"bg_color1":"#000000","text_color1":"#FFFFFF","bg_color":"#000000","text_color":"#000000","border_side":0,"radius":0}
{"page":0,"obj":"label","id":5,"enabled":false,"x":227,"y":5,"h":45,"w":90,"text":"\ue50f 00.0°C","align":2,"bg_color":"#2C3E50","text_color":"#FFFFFF","text_font":24}
{"page":0,"page":0,"id":6,"obj":"label","enabled":false,"x":3,"y":5,"h":45,"w":62,"text":"00:00","align":0,"bg_color":"#2C3E50","text_color":"#FFFFFF","text_font":24}
{"page":0,"id":7,"obj":"label","enabled":false,"x":60,"y":2,"w":30,"h":45,"text":"\uE5A9","bg_color":"#2C3E50","text_color":"#FFFFFF","text_font":16}
{"page":0,"id":8,"obj":"label","enabled":false,"x":75,"y":2,"w":30,"h":45,"text":"\ue004","bg_color":"#2C3E50","text_color":"green","text_font":16} And two small automations to change glyph/colour on precense detection as well as wake up plate (turn off idle mode) - id: hasp_pir_on_display_wt32_02_mqtt
alias: hasp_pir_on_display_wt32_02_mqtt
mode: single
trigger:
platform: mqtt
topic: hasp/wt32_02/state/input4
payload: '{"state":"on"}'
action:
- service: mqtt.publish
data:
topic: hasp/wt32_02/command/idle
payload: 'off'
- service: mqtt.publish
data:
topic: hasp/wt32_02/command
payload: 'jsonl {"page":0,"id":8,"text_color":"maroon","text":"\ue64a"}'
- id: hasp_pir_off_display_wt32_02_mqtt
alias: hasp_pir_off_display_wt32_02_mqtt
mode: single
trigger:
platform: mqtt
topic: hasp/wt32_02/state/input4
payload: '{"state":"off"}'
action:
- service: mqtt.publish
data:
topic: hasp/wt32_02/command
payload: 'jsonl {"page":0,"id":8,"text_color":"green","text":"\ue004"}' That's it, I guess. Give it a shot ! 😉🙋♂️ |
Beta Was this translation helpful? Give feedback.
-
Interesting. I'm about to try this with a Panasonic PIR sensor. I bench tested the AM312 and it was really flakey. Sometimes it fired, sometimes it didn't. The Panasonic was rock solid. It requires a pull down resistor tho. If you used a custom component, that would need to be compiled into a custom binary, correct? But if I understand correctly, that would keep it local and work without home assistant. Did you do that? If so, can you share how to do it? |
Beta Was this translation helpful? Give feedback.
-
I'm looking for a reasonably priced larger screen and yours looks interesting. Are you happy w/ the wt32-sc01? |
Beta Was this translation helpful? Give feedback.
-
Can someone please post the proper setup for the AM312 Motion Sensor please? Motion? Thanks |
Beta Was this translation helpful? Give feedback.
-
I'm curious if anyone has done this locally yet and compiled the firmware? If so care to share? |
Beta Was this translation helpful? Give feedback.
-
I tried the AM312 Motion Sensor on different GPIOs. Configured / selected the GPIO as an Input-Pin in HASP. But nothing happens.
The Plate is integrated in Home Assistant; but the Sensor is not discoverd...
Do I have to pay attention to anything else?
Beta Was this translation helpful? Give feedback.
All reactions