FIBARO (HC3): lux sensors

no lux sensors.
for example:


{"id":747,"name":"Lux sen","roomID":223,"view":[{"assetsPath":"/dynamic-plugins/com.fibaro.multilevelSensor/assets","jsPath":"/dynamic-plugins/com.fibaro.multilevelSensor","name":"com.fibaro.multilevelSensor","translatesPath":"/assets/i18n","type":"ts"}],"type":"com.fibaro.lightSensor","baseType":"com.fibaro.multilevelSensor","enabled":true,"visible":true,"isPlugin":false,"parentId":744,"viewXml":false,"configXml":false,"interfaces":["zwave"],"properties":{"parameters":[{"id":2,"lastReportedValue":0,"lastSetValue":0,"size":1,"value":0},{"id":3,"lastReportedValue":30,"lastSetValue":30,"size":2,"value":30},{"id":4,"lastReportedValue":5,"lastSetValue":5,"size":1,"value":5},{"id":5,"lastReportedValue":1,"lastSetValue":1,"size":1,"value":1},{"id":39,"lastReportedValue":20,"lastSetValue":20,"size":1,"value":20},{"id":40,"lastReportedValue":1,"lastSetValue":1,"size":1,"value":1},{"id":41,"lastReportedValue":12801,"lastSetValue":12801,"size":3,"value":12801},{"id":42,"lastReportedValue":0,"lastSetValue":0,"size":1,"value":0},{"id":43,"lastReportedValue":10,"lastSetValue":10,"size":2,"value":10},{"id":44,"lastReportedValue":0,"lastSetValue":0,"size":1,"value":0},{"id":45,"lastReportedValue":2,"lastSetValue":2,"size":1,"value":2},{"id":46,"lastReportedValue":0,"lastSetValue":0,"size":1,"value":0},{"id":101,"lastReportedValue":241,"lastSetValue":241,"size":4,"value":241},{"id":102,"lastReportedValue":0,"lastSetValue":0,"size":4,"value":0},{"id":103,"lastReportedValue":0,"lastSetValue":0,"size":4,"value":0},{"id":111,"lastReportedValue":300,"lastSetValue":300,"size":4,"value":300},{"id":112,"lastReportedValue":3600,"lastSetValue":3600,"size":4,"value":3600},{"id":113,"lastReportedValue":900,"lastSetValue":900,"size":4,"value":900},{"id":201,"lastReportedValue":1,"lastSetValue":1,"size":2,"value":1},{"id":202,"lastReportedValue":0,"lastSetValue":0,"size":1,"value":0},{"id":203,"lastReportedValue":0,"lastSetValue":0,"size":2,"value":0},{"id":204,"lastReportedValue":0,"lastSetValue":0,"size":1,"value":0},{"id":252,"lastReportedValue":0,"lastSetValue":0,"size":1,"value":0}],"pollingTimeSec":0,"zwaveCompany":"AEON Labs","zwaveInfo":"3,4,5","zwaveVersion":"1.7","categories":["ambience"],"configured":true,"dead":false,"deadReason":"","deviceControlType":0,"deviceIcon":32,"emailNotificationID":0,"emailNotificationType":0,"endPointId":0,"log":"","logTemp":"","manufacturer":"","markAsDead":true,"model":"","nodeId":127,"parametersTemplate":"755","productInfo":"0,134,0,2,0,100,1,7","pushNotificationID":0,"pushNotificationType":0,"remoteGatewayId":0,"saveLogs":true,"serialNumber":"h'00000000000000000000000000000000000000","smsNotificationID":0,"smsNotificationType":0,"unit":"lux","useTemplate":true,"userDescription":"lux","value":4.0},"actions":{},"created":1617363457,"modified":1617363457,"sortOrder":89}

Those are supported. A device with the IlluminanceMeasurement capability should have been created for this. Are you not seeing it?

If this is part of a sensor that provides other capabilities as well, like temperature, motion, etc. It will be grouped into that tile/device. My guess is that’s what’s happening here. There aren’t many sensors I’m aware of that only provide LUX measurement. They often include temperature, motion or some other status as well. Some users aren’t aware that the Home Remote will group all of those status values into 1 device. If you want to send me your entire “devices” JSON I can show you exactly where it is at.

no. alas!

with best regards
10der / (fibaro-forum)

Does what I said make sense?

What device is this? What’s the mfg / model number?

5 old aeot MS6 devices…

Here is your standalone Lux sensor:

Here are your motion sensors that also have LUX readings You will see the Lux readings on the Details screen (see last screenshot). You can also add the Lux / Illuminance to the MotionSensorTile.xaml file if you wish. That file is in the Templates folder. You are free to add a Label to that file & bind it to @Device.Illuminance

1 Like