Skip to content

Releases: DatNoHand/rpi-led-node

Teaser

08 Apr 07:19
be1af2b
Compare
Choose a tag to compare
Teaser Pre-release
Pre-release

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

18 Sep 21:42
b4cab52
Compare
Choose a tag to compare
3.1.0-pre.1 Pre-release
Pre-release

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

18 Sep 17:00
86dd87d
Compare
Choose a tag to compare
3.1.0.-beta.2 Pre-release
Pre-release

The Lamp now animates with the rainbow

3.1.0-beta.1

17 Sep 21:02
739e8df
Compare
Choose a tag to compare
3.1.0-beta.1 Pre-release
Pre-release

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

13 Aug 23:21
Compare
Choose a tag to compare

Moved main LED logic to server/Led.js

Optimisations and easier to use now.

Prepared for preset inclusion

Fixed Brightness

09 Aug 12:56
689b4b3
Compare
Choose a tag to compare

Says in the title, the brightness slider works now

2.2 - Different Walls

31 Jul 03:15
Compare
Choose a tag to compare

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

30 Jul 01:56
Compare
Choose a tag to compare

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

30 Jul 00:38
Compare
Choose a tag to compare

Some things added, some things changed...

Tell me how you like it 😍

1.3 - New UI

21 Jul 17:58
Compare
Choose a tag to compare
1.3 - New UI Pre-release
Pre-release

1.3 - New UI

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