Giter VIP home page Giter VIP logo

puppet's Issues

Idea: Refactor AutomationFactory to be interface-based

By refactoring an interface out of AutomationFactory, alternate event handler paradigms could be implemented other than reflection-over-a-C#-assembly. An abstract factory pattern could be used so multiple paradigms could be used at the same time.

I am looking into building an asp.net web app that could use the current reflection factory as well as a javascript-parser that hooks up and executes script-based event handlers configured from a UI while also executing a set of standard handlers built in an assembly.

Trouble getting the configurations setup

Do you have any information on how to get the wiring between Puppet and Hubitat setup? I am having trouble finding out how to get all of the access tokens and the Mqtt information. I am also rather new to Hubitat. So, I apologize if that is common knowledge. I haven't found anything about it online, and your documentation is more around what to do after you are wired up.

Idea: Refactor executive to support alternate execution

The current implementation does the config, startup, and event watching in the program class/main method. To better support other implementations like an asp.net core process, a service class could be refactored out of program that could be started from any app/process. It would probably also make sense to move that refactored service and supporting code to Puppet.Common so other app types could avoid referencing Puppet.Executive.

Idea: Refactor statics and singletons to be more DI-friendly

To simplify use in projects that use DI (like asp.net core web apps) and to make it easier to inject mock implementations for testing, etc., AutomationFactory (and a service refactored from Program in #1) could be made singletons with injectable constructors with no static methods.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.