The esphome/dscalarm_alarm_keypress_partition service could not be called. service not found. #70
Unanswered
Ckangithub
asked this question in
Q&A
Replies: 1 comment
-
The log you show is only showing preamble. It does not show the ESP to panel communications. You should see cmd data there after the preamble. Right now, it doesnt show that you are talking to the panel all. Only that HA can see the ESP. Traffic like this:
As to the panel card, you need to configure it to match your own setup and service names. The example won't work as is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the Custom Alarm Panel Card
When I click any numbers on the keypad I get this error: The esphome/dscalarm_alarm_keypress_partition service could not be called. service not found.
I am using the latest files from https://github.com/Dilbert66/esphome-dsckeybus/tree/new
I have set up a DSC pc1832 with an ESP32 microcontroller.
Everything looks like it's working, i.e. The ESP32 looks like it is communicating with the DSC.
See the attached log:
logs_dsp-alarm-esp32_upload (trimmed).txt
Any help to get the panel working would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions