You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Epic is used to collect long term ideas regarding the Node Red integration
Feel free to add your Ideas as edit or comment!
💲 High effort
🍎 Low hanging fruit
🐇 Potential rabbit hole, high effort unforeseen consequences
🔥 High priority
❄️ Low priority
General
A node for getting a set of devices. These can be used as an input to spare the end user from using UUIDs
example:
getDevices(name="Bathroom_Temp") -> Telemetry_get("temperature", device) <"18°"
getDevices(name="Bathroom_Window") -> Telemetry_get("contact", device)==False -> Telemetry_get("lastChanged", device)>"20 min"
=> say("What about closing the window again?")
Alternatively: Dropdown/nameInput for all devices build in as a NR "slot type"
❄️ Re add the "name" field to nodes so that the user can rename each node once deployed to the flow. EG: user can rename "say" node to "speak the temperature". Allows for clarity in reading the flow.
Skills
Skill provided hooks - always as an Alice mqtt event?
The text was updated successfully, but these errors were encountered:
This Epic is used to collect long term ideas regarding the Node Red integration
Feel free to add your Ideas as edit or comment!
💲 High effort
🍎 Low hanging fruit
🐇 Potential rabbit hole, high effort unforeseen consequences
🔥 High priority
❄️ Low priority
General
example:
getDevices(name="Bathroom_Temp") -> Telemetry_get("temperature", device) <"18°"
getDevices(name="Bathroom_Window") -> Telemetry_get("contact", device)==False -> Telemetry_get("lastChanged", device)>"20 min"
=> say("What about closing the window again?")
Alternatively: Dropdown/nameInput for all devices build in as a NR "slot type"
Skills
The text was updated successfully, but these errors were encountered: