Generic Sensors not showing up

Hello,
I tried out the free version and I love the App. However I have two Generic Sensors that I use to obtain the Soil Moisture and Lake elevation at my House. These two sensors show up in VeraMate but it does not display the data from the sensors (battery and sensor value). Here are some sample HTTP requests and some LUUP code I can use to access these sensors if that will help:

LAKE ELEVATION:
http://192.168.1.107:3480/data_request?id=variableset&DeviceNum=36&serviceId=urn:micasaverde-com:serviceId:GenericSensor1&Variable=CurrentLevel&Value=97.23%20FT

SOIL MOISTURE:
http://192.168.1.107:3480/data_request?id=variableset&DeviceNum=35&serviceId=urn:micasaverde-com:serviceId:GenericSensor1&Variable=CurrentLevel&Value=0.6723

http://192.168.1.107:3480/data_request?id=variableset&DeviceNum=35&serviceId=urn:micasaverde-com:serviceId:HaDevice1&Variable=BatteryLevel&Value=45

luup.variable_set(“urn:micasaverde-com:serviceId:HaDevice1”, “BatteryLevel”,“45”, 35)

luup.variable_set(“urn:micasaverde-com:serviceId:GenericSensor1”, “CurrentLevel”,“0.6723”, 35)

Each GenericSensor1 has two variables, BatteryLevel and CurrentLevel that do not seem to be displayed in the App. This sensor is available in UI7 in the Vera Controller’s list of LUUP files and can be used for any unusual sensor such as the ones I have.

Hi Amino

Thanks for the details. I’ll look to having these supported better in VeraMate in the future - I know currently sensors don’t display all data, but I can look at why the generic CurrentLevel isn’t displayed.