I am looking for a way to read a specific config parameter using a script or automation. Is such a thing possible? I know you can use zwave_js.invoke_cc_api but I dont know how to get a response from that.
action: zwave_js.invoke_cc_api
data:
device_id:
- 4ecb15be7211864018cfa2150db71f3d
command_class: "112"
method_name: get
parameters:
- 8
Seems to work, but theres no response.