Replies: 3 comments
-
I didn't have the www directory prior to starting this project addition. I added it under the "config" folder along with the other files. Do I need to edit any of the files ending in "h"? Am I on the right path here? |
Beta Was this translation helpful? Give feedback.
-
I attached the log from the ESP32 module reading data. I have the following added to the Home Assistant configuration.yaml file: |
Beta Was this translation helpful? Give feedback.
-
I figured it out. I compiled the device prior to adding the files to the proper directories. After compiling again and installing to the ESP32 device, everything started working! |
Beta Was this translation helpful? Give feedback.
-
I'm still learning HA, so bear with me here. I am having an issue adding the custom Alarm Panel Card.
What I have done: (all the latest files from the "dev" build)
I have the dscalarm.yaml and the subdirectory "dscKeybusinterface" copied and working from ESPHome
I can connect to the dscalarm ESP32 module and see the output log fine. Everything checks out on it.
I add the alarm-panel-card.js and the mp3 files to /config/www and reload
I have added the resource to the default dashboard pointing to /local/alarm-panel-card.js?id=1
I have fully rebooted the server as well
I have tried to create a custom card manually from the UI and added the raw text to the card config.
Getting an error "Custom element doesn't exist: alarm-keypad-card."
I would like to get both of the HA cards working (the first in the README that shows the status of each Zone, and the card that looks just like the keypad). Can someone help me please?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions