Frizzlife smart water monitor

I just installed a Frizzlife LP-365 smart water monitor and I saw that it used smart life. I was expected to be able to monitor things like flow, and water pressure through home assistant but am only given the option of turning the valve on and off. Any thoughts to how i can get the additional info out of the smart life app and onto home assistant?

i found this in the diag on homeassistant and i’ve tried asking deep seek to create me a custom sensor using this info, but it seems like smart life isn’t passing the data along.

“data”: {
“endpoint”: “https://apigw.tuyaus.com”,
“terminal_id”: “17337374114305gFx52”,
“mqtt_connected”: true,
“disabled_by”: null,
“disabled_polling”: false,
“id”: “ebe554136fbf5af54j1li”,
“name”: “Smart Water Monitor”,
“category”: “sfkzq”,
“product_id”: “db423wsytutyipot”,
“product_name”: “Smart Water Monitor”,
“online”: true,
“sub”: false,
“time_zone”: “-04:00”,
“active_time”: “2025-04-07T20:53:54+00:00”,
“create_time”: “2025-04-07T20:53:54+00:00”,
“update_time”: “2025-04-07T20:53:54+00:00”,
“function”: {
“switch”: {
“type”: “Boolean”,
“value”: {}
},
“temp_unit_convert”: {
“type”: “Enum”,
“value”: {
“range”: [
“c”,
“f”
]
}
}
},
“status_range”: {
“switch”: {
“type”: “Boolean”,
“value”: {}
},
“sensor_temperature”: {
“type”: “Integer”,
“value”: {
“unit”: “”,
“min”: 0,
“max”: 2120,
“scale”: 1,
“step”: 1
}
},
“pressure_value”: {
“type”: “Integer”,
“value”: {
“unit”: “Mpa”,
“min”: 0,
“max”: 99999,
“scale”: 1,
“step”: 1
}
},
“temp_unit_convert”: {
“type”: “Enum”,
“value”: {
“range”: [
“c”,
“f”
]
}
}
},

Any thoughts? Thanks

UPDATE: I setup Tuya local and was able to retreive the data i needed.