Giter Club home page Giter Club logo

octolight's Introduction

OctoLight

A simple plugin that adds a button to the navigation bar for toggleing a GPIO pin on the ROC-RK3328-CC (Renegade).

WebUI interface

Setup

Install via the bundled Plugin Manager or manually using this URL:

[https://github.com/basskillin/OctoLight/archive/refs/heads/master.zip]

Configuration

Settings panel

Curently, you can configure two settings:

  • Light PIN: The pin on the ROC-RK3328-CC (Renegade) that the button controls.

    • Default value: 12
    • The pin number is saved in the board layout naming scheme (Red labels on the pinout image below).
    • !! IMPORTANT !! The ROC-RK3328-CC (Renegade) can only control the GPIO pins (Tan labels on the pinout image below) ROC-RK3328-CC (Renegade) GPIO
  • Inverted output: If true, the output will be inverted

    • Usage: if you have a light, that is turned off when voltage is applied to the pin (wired in negative logic), you should turn on this option, so the light isn't on when you reboot your Raspberry Pi.

API

Base API URL : GET http://YOUR_OCTOPRINT_SERVER/api/plugin/octolight?action=ACTION_NAME

This API always returns updated light state in JSON: {state: true}

(if the action parameter not given, the action toggle will be used by default)

Actions

  • toggle (default action): Toggle light switch on/off.
  • turnOn: Turn on light.
  • turnOff: Turn off light.
  • getState: Get current light switch state.

TO DO

  • Update interface if Light is turned on or off

Maybe in the distant future:

  • Turn off on finish print

octolight's People

Contributors

basskillin avatar gigibu5 avatar mattheop avatar member1773 avatar

Stargazers

 avatar

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.