hi,
i created dashboard for my sigfox devices. it is a temperature sensor.
the temperature is showing, but other data like humidity is showing n/a and is not updating.
pls help.
hi,
i created dashboard for my sigfox devices. it is a temperature sensor.
the temperature is showing, but other data like humidity is showing n/a and is not updating.
pls help.
I took a look in your account as this question is very specific to your case. You do have “humidity” as an attribute on your configured device, and you do have a dashboard block that is set to report the “humidity” attribute, but the workflow you’re using to report your device state is not recording “humidity”.
So in order to display that value on your dashboard, you’ll have to add “humidity” to your Device: State node, and of course, you will have to actually report a value for that attribute through your Webhook Trigger.
Got it working now. Thanks!