Chris

Results 517 comments of Chris

Ah horrible schlege locks. Try using the service call: ```yaml - service: zwave_js.invoke_cc_api target: entity_id: lock.assure_2_keyless_touch_screen_deadbolt data: command_class: "99" method_name: get parameters: - 1 ``` And see if your slot...

No that was incorrect, put in parameters `[ 1 ]` Edit: here's what it looks like in YAML mode: ![image](https://github.com/user-attachments/assets/24d8d46d-093b-439c-8e5a-baa145f3a2ec)

``` 2024-08-25 13:29:39.075 DEBUG (MainThread) [custom_components.keymaster] DEBUG: Ignoring code slot with * in value for code slot 1 2024-08-25 13:29:39.075 DEBUG (MainThread) [custom_components.keymaster] Work around code in use. 2024-08-25 13:29:39.075...

Try re-generating the package files via the service call: ![image](https://github.com/user-attachments/assets/6c8cb914-34da-4c63-b6c8-2cd4967cd8a7) Then restart HA.

Maybe give lock-code-manager a try: https://github.com/raman325/lock_code_manager It's like keymaster but lighter, all the heavy lifting is done by the integration rather than scripts/automations/etc.

Is there a plain text version of the email sent as well?

If you can somehow check the raw message, it'll tell you something like multipart message, then have an html version and a plain text version. Are you using an email...