steffenmllr / node-red-contrib-sonoff-tasmota

Connect Sonoff Devices running the Sonoff-Tasmota firmware easy to node red
MIT License
19 stars 14 forks source link

Your package is not listed in NodeRed.org #7

Closed PKGeorgiev closed 7 years ago

PKGeorgiev commented 7 years ago

Hi, For some reason node-red-contrib-sonoff-tasmota is not listed under "Flows" section in nodered.org.

steffenmllr commented 7 years ago

Hmm any idea how to list the package there? I thought naming it node-red-contrib-* was enough.

PKGeorgiev commented 7 years ago

I think you are missing "keywords" option in package.json. Here is the guide: https://nodered.org/docs/creating-nodes/packaging#packagejson

Adding it will make installation even easier from within NodeRed > MainMenu > Manage Palette > Install

steffenmllr commented 7 years ago

Thanks for the hint. I've added the keyword and published as 2.1.1

PKGeorgiev commented 7 years ago

Offtopic: how did you come up with the idea of using the node "mqtt-broker" (RED.nodes.getNode(config.broker))? Is there a guide? Just curious :)

steffenmllr commented 7 years ago

I browsed a couple of node red repos and found the idea here: https://github.com/marvinroger/node-red-contrib-homie/blob/master/nodes/deviceconfig/deviceconfig.html

edit: wasn't the right repo. I found it somewhere on github :)