eithe / node-red-contrib-pi-hole

A Node-RED node to control a local Pi-hole instance
https://www.npmjs.com/package/node-red-contrib-pi-hole
Other
2 stars 0 forks source link
node-red nodered pi-hole pihole

Pi-hole node for Node-RED

This node lets you easily interact with a local pi-hole installation.

The pi-hole node is similar to (and based on) the exec node, but lets you more easily interact with Pi-hole running on the same machine as Node-RED.

Supported commands

Most of the pihole command options:

You may also specify commands/extra parameters through msg.payload input and/or through the custom append option.

TODO