1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Updated Node Ideas (markdown)

Edward Vielmetti 2015-03-16 22:51:46 -04:00
parent 48a461a4b2
commit ccc9cba87e

@ -10,3 +10,4 @@ A list of ideas for new node-red nodes.
A quick way to produce valid RSS output. Would need to set the correct HTTP headers as well as have an agreed input data schema. This, combined with the RSS "Feedparse" node would allow Yahoo! Pipes style reprocessing of feeds. The most common requirement for this is to add full articles into feeds that normally only supply short summaries.
* [ ] Scheduler (DCJ)<br>
a richer node than inject that can be used to set repeating and one off timer events - eg for heating/lighting control. Should have a concept of calendaring (ie day of week, day of month, etc) and also survive / recover in the case of power outages.
* [ ] ELM327 / OBD-II node (@vielmetti, 2015-03-16). This node would support setting and getting values from an automotive diagnostic port; a possible library to speed this along is https://github.com/EricSmekens/node-bluetooth-obd which provides a bluetooth interface.