I have a water quality sensor (ph, ecc value etc.) from AliExpress, https://de.aliexpress.com/item/1005004891542729.html?spm=a2g0o.order_list.order_list_main.5.7bce5c5fp0N9qG&gatewayAdapt=glo2deu , which works great (with the own tuya-app.)
When I tried to access all the data points (in tuya speak) using home assistant I saw only three - quite irrelevant ones. From their support I got the hint to change the “Control Instruction Mode”, which made the sensor values readable through their API (in my case I used the Tinytuya Library for Python.
Now Home Assistant also get the new configuration including the new data points, visible in the device data download (even down to the current sensor values) at { "home_assistant": { "installation_type": "Home Assistant OS", "ve - Pastebin.com , but the HA UI shows me the Water QualitySensor still as a device with no entities and now functions. Do I miss something here?