Hallo zusammen,
ich habe einen BME280 laufen, bekomme allerdings Baro und Temp im IoBroker angezeigt. Hum (1.1 fehlt.
mysensors.0 2019-09-05 18:55:48.532 info Add new object: 1.0_TEMP.V_ID - 1.0_TEMP.V_ID
mysensors.0 2019-09-05 18:55:48.531 info Add new object: 1.0_TEMP.V_TEMP - 1.0_TEMP.V_TEMP
mysensors.0 2019-09-05 18:55:48.530 info Add new object: 1.0_TEMP - 1.0_TEMP
mysensors.0 2019-09-05 18:55:48.475 info Add new object: 1.2_BARO.V_FORECAST - 1.2_BARO.V_FORECAST
mysensors.0 2019-09-05 18:55:48.475 info Add new object: 1.2_BARO.V_PRESSURE - 1.2_BARO.V_PRESSURE
mysensors.0 2019-09-05 18:55:48.474 info Add new object: 1.2_BARO - 1.2_BARO
mysensors.0 2019-09-05 18:55:48.416 info Version :1.1
mysensors.0 2019-09-05 18:55:48.356 warn setObject mysensors.0.1 (type=device) property native missing!
mysensors.0 2019-09-05 18:55:48.353 info Name :BME280 Sensor
Im debug vom mysensors sehe ich aber das der HUM rausgeschickt wird.
BME280 - Requesting new data from sensor module.
BME280 - Sensor module has some new values ready:
BME280 - Temperature = 25.69 °C
BME280 - Humidity = 41.13 %
BME280 - Pressure = 1023.98 hPa
BME280 - Forecast = stable
BME280 - Sending the new temperature to the gateway.
330804 TSF:MSG:SEND,1-1-0-0,s=0,c=1,t=0,pt=7,l=5,sg=0,ft=0,st=OK:25.7
BME280 - Sending the new humidity to the gateway.
330816 TSF:MSG:SEND,1-1-0-0,s=1,c=1,t=0,pt=7,l=5,sg=0,ft=0,st=OK:41.1
BME280 - Sending the new pressure to the gateway.
330828 TSF:MSG:SEND,1-1-0-0,s=2,c=1,t=4,pt=7,l=5,sg=0,ft=0,st=OK:1024.0
BME280 - Measurement complete. Going to wait until next measurement.
Jemand ne idee woran das liegen kann das nur ein wert fehlt.