Problem with using Smart-Nora in node-red

Hi,

I have a problem with using Smart-Nora with node-red and google home:

1.When I add example sensor node:

[{"id":"cf8038ff.4d2598","type":"noraf-sensor","z":"68061750.490f48","devicename":"Sensor","roomhint":"","name":"","temperature":true,"unit":"C","humidity":false,"passthru":false,"nora":"e76a4bf6.431dd8","x":420,"y":120,"wires":[]},{"id":"d51b59de.460178","type":"inject","z":"68061750.490f48","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"temperature\": 24}","payloadType":"json","x":170,"y":120,"wires":[["cf8038ff.4d2598"]]},{"id":"1c7de22c.80ffbe","type":"inject","z":"68061750.490f48","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"temperature\": 25}","payloadType":"json","x":170,"y":160,"wires":[["cf8038ff.4d2598"]]},{"id":"183eef2d.f5f9f1","type":"inject","z":"68061750.490f48","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"online\": false}","payloadType":"json","x":160,"y":200,"wires":[["cf8038ff.4d2598"]]},{"id":"aa6fcbd2.050ba8","type":"inject","z":"68061750.490f48","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"online\": true}","payloadType":"json","x":150,"y":240,"wires":[["cf8038ff.4d2598"]]},{"id":"e76a4bf6.431dd8","type":"noraf-config","name":"Nora Testing","group":"test","twofactor":"off","twofactorpin":"","localexecution":true,"structure":""}]

I can see it as a sensor at my google home app, but I can't see any data I am sending (temperature, humidity, etc):

So what can I do in order to see something like:
Living Room Temperature
24C
?

I don't use Smart Nora, but be aware that not all of the google 'devices' have an interface where you can see the data. The Thermostat, Switch and many more do, but the Sensor device does not.
I guess when you click on the icon in Google Home, you get something similar to the below screenshot, instead of the sensor state??

Hi,

I use both Smart Nora and the sensor node.
I can confirm @Paul-Reed statement, that the sensor node does not display its temperature nor its humidity.
What is the Google Home response, if you ask for the temperature?
If this gives the correct temperature, it functions correctly.

Regards

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.