[Observium] Re: Temperature sensor question

2022-10-05 Thread Kleber Cristiano Santilli Coelho via observium
Interesting to know a little more about how the software works. I appreciate your help! Thank you very much. -- Kleber Coelho Campus Fernando Costa Universidade de São Paulo (19) 3565-4321 Em sex., 30 de set. de 2022 às 14:24, Adam Armstrong via observium < observium@lists.observium.org> escre

[Observium] Re: Temperature sensor question

2022-09-30 Thread Adam Armstrong via observium
The inventory is not actually where the sensors are located, it's a different table that we just do some haphazard linking to the sensor table when IDs match. I assume the sensor wasn't added because the invalid scale caused the sensor value to be translated to zero and ignored as an invalid s

[Observium] Re: Temperature sensor question

2022-09-30 Thread Kleber Cristiano Santilli Coelho via observium
Hi Mike, how are you? Thanks for the reply, I really had a problem with my code, it sent the temperature with 4 digits and the precision OID was with a value of 0. In this situation the observium did not recognize the sensor as a temperature, but it was just a matter of adjusting the precision val

[Observium] Re: Temperature sensor question

2022-09-30 Thread Mike Stupalov via observium
Hi,  can you make and attach discovery debug as: ./discovery.php -d -h Kleber Cristiano Santilli Coelho via observium wrote on 23.09.2022 16:49: Hi Adam, how are you? Thanks for the feedback. The sensor is not recognized as being 'temperature', it is left as unknown. So it doesn't generate

[Observium] Re: Temperature sensor question

2022-09-23 Thread Kleber Cristiano Santilli Coelho via observium
Good morning Adam, I found (my) problem. The sensor was delivering a value above the precision scale of the oid "entPhySensorPrecision". By adjusting the precision the sensor was identified perfectly well. Again I apologize for this. Everyone have a great weekend. Hugs, -- Kleber Coelho Campus F

[Observium] Re: Temperature sensor question

2022-09-23 Thread Kleber Cristiano Santilli Coelho via observium
Hi Adam, I really like your way of communicating. huahua!! As I said in the first message, I would like to understand if there is any other identification mechanism to adapt MY code. In my tests I changed the value of the oid " entPhySensorType " and the observium was recognizing sensors of other

[Observium] Re: Temperature sensor question

2022-09-23 Thread Adam Armstrong via observium
Have you actually verified that the device is returning the correct data? It seems unlikely that out of millions of temperature sensors monitored via ENTITY-SENSOR-MIB, yours would be the only one that doesn't get identified as temperature, no? Thanks, adam. Kleber Cristiano Santilli Coelho

[Observium] Re: Temperature sensor question

2022-09-23 Thread Kleber Cristiano Santilli Coelho via observium
Hi Adam, how are you? Thanks for the feedback. The sensor is not recognized as being 'temperature', it is left as unknown. So it doesn't generate the graph automatically. Thanks -- Kleber Coelho Campus Fernando Costa Universidade de São Paulo (19) 3565-4321 Em sex., 23 de set. de 2022 às 10:3

[Observium] Re: Temperature sensor question

2022-09-23 Thread Adam Armstrong via observium
What doesn't work? Kleber Cristiano Santilli Coelho via observium wrote on 23/09/2022 14:22: Good Morning! I hope you're all well. I apologize if the question is inappropriate. I'm developing an IOT module and I use the "ENTITY" MIB for the sensors. I saw that Observium handles this MIB automat