OK, So I clicked the clock -- and the UI showed the proper state, and this was passed into Home Assistant! So that's great. Since it doesn't read the lock, I changed the periodic time to 600 seconds and took out the semi-colon (I put that in just to try anthing).
Here's what I get for those URLS:
$ curl -s -u admin:PWD --globoff "
http://razip:8083/ZWave.zway/Run/device ... lasses[128]"
{"name":"Battery","data":{"invalidateTime":1711336491,"updateTime":1687025060,"type":"empty","value":null,"supported":{"invalidateTime":1711336491,"updateTime":1687025060,"type":"bool","value":true},"version":{"invalidateTime":1711336491,"updateTime":1687025088,"type":"int","value":1},"security":{"invalidateTime":1687025059,"updateTime":1687025060,"type":"bool","value":true},"interviewDone":{"invalidateTime":1687025059,"updateTime":1687025146,"type":"bool","value":true},"interviewCounter":{"invalidateTime":1687025059,"updateTime":1687025103,"type":"int","value":9},"lastChange":{"invalidateTime":1742752800,"updateTime":1742469194,"type":"int","value":1742469194},"history":{"invalidateTime":1742752800,"updateTime":1742469194,"type":"empty","value":null,"100":{"invalidateTime":1742469193,"updateTime":1742756268,"type":"int","value":1742756268}},"last":{"invalidateTime":1742752800,"updateTime":1742756268,"type":"int","value":100}},"id":128}
$ curl -s -u admin:PWD --globoff "
http://razip:8083/ZAutomation/api/v1/in ... CodeDevice"
{"data":[{"moduleId":"CodeDevice","active":"true","title":"Garage Entry Lock Battery","params":{"deviceType":"sensorMultilevel","iconSensorBinary":"","iconSensorMultilevel":"energy","setterOn_toggleButton":"","getter_sensorBinary":"","getterPollInterval_sensorBinary":0,"getter_sensorMultilevel":"zway.devices[54].instances[0].commandClasses[128].data.last.valueOf()","getterPollInterval_sensorMultilevel":600,"scale_sensorMultilevel":"%","setterOn_switchBinary":"","setterOff_switchBinary":"","getter_switchBinary":"","getterPollInterval_switchBinary":0,"setterLevel_switchMultilevel":"","getter_switchMultilevel":"","getterPollInterval_switchMultilevel":0,"updateOnAction":false,"skipEventIfSameValue":true},"id":17,"creationTime":1742742500,"category":"developers_stuff"},{"moduleId":"CodeDevice","active":"true","title":"Basement Entry Lock Battery","params":{"deviceType":"sensorMultilevel","iconSensorBinary":"","iconSensorMultilevel":"energy","setterOn_toggleButton":"","getter_sensorBinary":"","getterPollInterval_sensorBinary":0,"getter_sensorMultilevel":"zway.devices[55].instances[0].commandClasses[128].data.last.valueOf()","getterPollInterval_sensorMultilevel":600,"scale_sensorMultilevel":"%","setterOn_switchBinary":"","setterOff_switchBinary":"","getter_switchBinary":"","getterPollInterval_switchBinary":0,"setterLevel_switchMultilevel":"","getter_switchMultilevel":"","getterPollInterval_switchMultilevel":0,"updateOnAction":false,"skipEventIfSameValue":true},"id":18,"creationTime":1742742718,"category":"developers_stuff"}],"code":200,"message":"200 OK","error":null}
m