Skip to content

A (wip) set of Node-RED nodes to manage Grocy

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE.txt
Notifications You must be signed in to change notification settings

KiwiKid/node-red-contrib-grocy

Repository files navigation

npm version

Install

[🚧 beta-testing 🚧]

# navigate to node red instance and run:
yarn add @kiwikid/node-red-contrib-grocy

"Manage palette" > "Install" > Search for:

@kiwikid/node-red-contrib-grocy

(under "Manage palette" > "Install")

There are currently 4 nodes supported:

complete-chore - /chore/{chore_id}/execute - For a given chore_id, complete the chore

complete-task - /tasks/{task_id}/complete - For a given task_id, complete the task

🚧 edit-entity - /objects/{entity_type}/{objectId} - For a given {objectId} (of type {entity_type}), update based on the payload

get-entities - /objects/{entity_type}/{?entity_id} -  The generic get entity endpoint (entity_type is configurable via node, filters via payload, optional id)

Publish

yarn pre:publish
npm publish

About

A (wip) set of Node-RED nodes to manage Grocy

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published