Urgent help with zwavejs2mqtt https

Hi all, I need some urgent help with zwavejs2mqtt, I enabled https thinking that it would automatically find my certificates, though now I have been locked out of it and none of my zwave devices are working, here is a log, if anyone could please point me in the right direction to fix this. Thanks

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/00-banner.sh

Add-on: Z-Wave JS to MQTT
Fully configurable Z-Wave JS to MQTT gateway and control panel; based on Zwavejs2Mqtt

Add-on version: 0.44.1
You are running the latest version of this add-on.
System: Home Assistant OS 8.4 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2022.8.0
Home Assistant Supervisor: 2022.07.0

Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.

cont-init: info: /etc/cont-init.d/00-banner.sh exited 0
cont-init: info: running /etc/cont-init.d/01-log-level.sh
cont-init: info: /etc/cont-init.d/01-log-level.sh exited 0
cont-init: info: running /etc/cont-init.d/configuration.sh
cont-init: info: /etc/cont-init.d/configuration.sh exited 0
cont-init: info: running /etc/cont-init.d/nginx.sh
cont-init: info: /etc/cont-init.d/nginx.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun nginx (no readiness notification)
services-up: info: copying legacy longrun zwavejs2mqtt (no readiness notification)
s6-rc: info: service legacy-services successfully started
[22:25:55] INFO: Starting the Z-Wave JS to MQTT…
2022-08-05 22:25:59.783 INFO APP: Version: 6.14.1
2022-08-05 22:25:59.792 INFO APP: Application path:/opt


|___ / () |__ \ | | | |
/ /
____ ___ _____ _ ___ ) |_ __ ___ __ | || |_
/ /\ \ /\ / / \ \ / / _ \ / __| / /| '_ _ \ / ` | __| |
/ /
\ V V / (
| |\ V / _/ _ / /
| | | | | | (| | || |_
/|_/_/ _,| _/ _| |/|| || ||_, |_|_|
/ | | |
|__/ |
|
2022-08-05 22:25:59.880 INFO APP: HTTPS is enabled. Loading cert and keys
2022-08-05 22:25:59.885 INFO APP: Cert and key not found in store, generating fresh new ones…
Error: Could not find openssl on your system on this path: openssl
at /opt/node_modules/pem/lib/openssl.js:237:23
[22:26:00] WARNING: zwavejs2mqtt crashed, halting add-on
s6-rc: info: service legacy-services: stopping
[22:26:00] INFO: zwavejs2mqtt stoped, restarting…
[22:26:00] INFO: NGinx stoped, restarting…
s6-svwait: fatal: supervisor died
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
[22:26:00] INFO: zwavejs2mqtt stoped, restarting…
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Depending on your setup, you have to access the config file and remove the HTTPS part.
Maybe this thread can be of some guidance?

Locked Out of Zwavejs2mqtt After Enabling HTTPS - Configuration / Z-Wave - Home Assistant Community (home-assistant.io)

Hi I’m currently running it on a rpi4, I just can’t find the config files for the add on

So after doing some reading, I’ve found that to edit this I would have to access the docker container and edit from there, I’m currently accessing the terminal via the terminal and ssh add on, and I’m in the terminal directly of the home assistant instance, could anyone please point me in the right direction to edit the file
Thanks

The fastest way would be to restore a backup of the addon created prior to the HTTPS change, or by reinstalling the addon (ensure you have your encryption keys if you securely included devices). Take a backup of the addon just in case.

Otherwise you’ll have to access the filesystem of HA and go to:
/mnt/data/supervisor/addons/data/a0d7b954_zwavejs2mqtt

Got it working again from the backup thanks, I was worried at first that it would delete the new devices I added today, then remembered they were all saved on the zwave usb not in the addon
Thanks again