Skip to content

Releases: DatNoHand/rpi-led-node

Teaser

Teaser Pre-release
Pre-release

Choose a tag to compare

@DatNoHand DatNoHand released this 08 Apr 07:19
be1af2b

Added REST API

IFTTT or Tasker, endless possibilities

  • On/Off - /api/power/[true,false]
  • Brightness - /api/brightness/[0-255] &ov=true - Override max brightness set in config
  • Presets - /api/render/preset/[name] - Render the Preset with that name, URLENCODED!
  • Status - /api/status - Returns the current settings

Rewritten library

Cleaned up code, made things more efficient

3.1.0-pre.1

3.1.0-pre.1 Pre-release
Pre-release

Choose a tag to compare

@DatNoHand DatNoHand released this 18 Sep 21:42
b4cab52

WOOOA pre.1

... but wat does that mean?

Overview over version names

  • alpha.x
    ** Very early version, expect nothing to work!
  • beta.x
    ** 50% - 90% done, most things work but may still be buggy. (sometimes known as nightly)
  • pre.x
    ** 99% done, like a PREview of the new features. Minor things like styling missing but fully functional

3.1.0.-beta.2

3.1.0.-beta.2 Pre-release
Pre-release

Choose a tag to compare

@DatNoHand DatNoHand released this 18 Sep 17:00
86dd87d

The Lamp now animates with the rainbow

3.1.0-beta.1

3.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@DatNoHand DatNoHand released this 17 Sep 21:02
739e8df

I've added the ability to use presets, although you can only use them via the browser console for now.

Usage: preset(id, data)

id is assigned based on array index. Currently 'rainbow' is id 0 and 'rainbow_animated' is id 1. Try to change the data part (integers only) and see what happens. Hint: preset(1, data_in_ms)

Later the presets will be loaded from a file, so the id stays the same.
There will also be a "Presets" button on the main Page to select from a list based on which presets are on the server.

Every preset will have it's own file in 3.2. so it will be very easy to share. Keep in mind that you may have to adjust it to fit your setup.

Maybe preset files will be in js, so that you can use variables => dynamic presets based on time of day for example.

3.0.0 - Huge rewrite

Choose a tag to compare

@DatNoHand DatNoHand released this 13 Aug 23:21

Moved main LED logic to server/Led.js

Optimisations and easier to use now.

Prepared for preset inclusion

Fixed Brightness

Choose a tag to compare

@DatNoHand DatNoHand released this 09 Aug 12:56
689b4b3

Says in the title, the brightness slider works now

2.2 - Different Walls

Choose a tag to compare

@DatNoHand DatNoHand released this 31 Jul 03:15

This release implements the functionality to have different walls in your room.

You can configure it how you need it in the server/config/config.js file

It's really easy to understand :D

2.1.1 - Reconnect

Choose a tag to compare

@DatNoHand DatNoHand released this 30 Jul 01:56

This update adds a reconnect function to the client which now tries to reconnect every second for 10 seconds.
If that fails it will reload the page and try again.

2.0 - Major UI Update

Choose a tag to compare

@DatNoHand DatNoHand released this 30 Jul 00:38

Some things added, some things changed...

Tell me how you like it 😍

1.3 - New UI

1.3 - New UI Pre-release
Pre-release

Choose a tag to compare

@DatNoHand DatNoHand released this 21 Jul 17:58

1.3 - New UI

Thanks to @his7ory who took this project and made a PWA