andrei-tatar / node-red-contrib-smartnora

Node Red Google Home integration
https://smart-nora.eu/
109 stars 24 forks source link

I have an issue while using NORA #286

Closed soovui closed 11 months ago

soovui commented 12 months ago

Describe the problem here...

How to send feedback dimming level to Google home from nodered?

My user id is: tFdjrSc59dX1JqWKVkUDZ1KpN8U2

andrei-tatar commented 12 months ago

There is an example flow in the light node documentation:

https://github.com/andrei-tatar/node-red-contrib-smartnora/tree/master/doc/nodes/light#brightness-example-flow

[{"id":"43e4d3e7.b408bc","type":"noraf-light","z":"15d66f47.1c0181","devicename":"Light","lightcolor":false,"brightnesscontrol":true,"commandonlycolor":false,"turnonwhenbrightnesschanges":true,"passthru":false,"statepayload":false,"brightnessoverride":"75","roomhint":"","name":"","colortype":"rgb","nora":"c38ae3d9.b9765","topic":"","onvalue":"true","onvalueType":"bool","offvalue":"false","offvalueType":"bool","temperaturemin":"2700","temperaturemax":"5500","twofactor":"off","twofactorpin":"","x":840,"y":280,"wires":[["cfca929e.e531"]]},{"id":"3fc16ca9.e4f834","type":"inject","z":"15d66f47.1c0181","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"0","payloadType":"num","x":670,"y":180,"wires":[["43e4d3e7.b408bc"]]},{"id":"26ba3509.cd2d3a","type":"inject","z":"15d66f47.1c0181","name":"Offline","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"online\":false}","payloadType":"json","x":670,"y":300,"wires":[["43e4d3e7.b408bc"]]},{"id":"a62a9a3b.7de8d8","type":"inject","z":"15d66f47.1c0181","name":"Online","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"online\":true}","payloadType":"json","x":670,"y":340,"wires":[["43e4d3e7.b408bc"]]},{"id":"cfca929e.e531","type":"debug","z":"15d66f47.1c0181","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1020,"y":280,"wires":[]},{"id":"b66687fb.b44118","type":"inject","z":"15d66f47.1c0181","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"50","payloadType":"num","x":670,"y":220,"wires":[["43e4d3e7.b408bc"]]},{"id":"58ef778c.d573c8","type":"inject","z":"15d66f47.1c0181","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"100","payloadType":"num","x":670,"y":260,"wires":[["43e4d3e7.b408bc"]]},{"id":"c38ae3d9.b9765","type":"noraf-config","name":"Firebase [test group]","group":"test","twofactor":"off","twofactorpin":"","localexecution":true,"structure":""}]
github-actions[bot] commented 11 months ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 11 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.