I’m litle confused.
I have one MDC3008 ADC converter, one wattmeter and some other devive able to read physical data.
I need to show the data on generic widget and the historical data on chart with statistic page.
What name shall I give to the hg property ?
- If I use "Sensor.Temperature" the generic widget work fine but this property not appair in chart statistic page.
- If I use "Sensor.Voltage" widget and chart not working.
- If I use "Meter.AcVoltage", "Meter.Wats" all work fine,
I founded other propertyes like sensor.humidity sensor.Luminance but.......
what are the names of the properties to use? What is the roule for Meter and Sensor prefix, there are any other prefix?
Is there a listo of this properties, documentations or where is possible find this information in the code?
Currently I created one custom widget for the Voltage but I think is not a right way, why sensor.AcVoltage work and sensor.Voltage not? is very strange
thanks in advance
MArco