Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

No issue at all, but ... #94

Closed
bpohvoodoo opened this issue Feb 8, 2018 · 15 comments
Closed

No issue at all, but ... #94

bpohvoodoo opened this issue Feb 8, 2018 · 15 comments
Assignees

Comments

@bpohvoodoo
Copy link

bpohvoodoo commented Feb 8, 2018

Hi,

i had made some modifications in my fork for supporting sk6812 and maybe other RGBW stripes, and regarding the status of the index.html after reloading the page.
Maybe someone wants to have a look.
@toblum Maybe you want to integrate in your project.

https://github.com/FabLab-Luenen/McLighting

Sincerely yours
Mirco

@toblum toblum self-assigned this Feb 10, 2018
@toblum
Copy link
Owner

toblum commented Feb 10, 2018

Hi @bpohvoodoo,

thank you for your message. I will have a depper look at it as soon as I find time. I will have to see how I can make it work for RGB and RGBW as well.

Regards
Tobias

@kotelmach
Copy link

I'd like to contribute with UX improvements, how can this be facilitated?

@toblum
Copy link
Owner

toblum commented Feb 17, 2018

Hi @kotelmach,

there is a src folder for the frontend files. It contains a gulp-script that packs up everything so that everything is contained in one file in the build folder.

Regards
Tobias

@martinschki
Copy link

well, I did...
but I've no idea what to look for
can someone please point me to what to look for?

@zavadetskiy
Copy link

hi
In file included from D:\McLighting-master\Arduino\McLighting\McLighting.ino:97:0:

C:\Users\Ігор\Documents\Arduino\libraries\WS2812FX/WS2812FX.h:161:37: error: 'neoPixelType' has not been declared

 WS2812FX(uint16_t n, uint8_t p, neoPixelType t) : Adafruit_NeoPixel(n, p, t) {

                                 ^

@debsahu
Copy link
Collaborator

debsahu commented Apr 19, 2018

@zavadetskiy Update your Adafruit's Neopixel library to the latest version. https://github.com/adafruit/Adafruit_NeoPixel

@zavadetskiy
Copy link

C:\Users\Ігор\Documents\Arduino\libraries\ESP8266WiFi\src\ESP8266WiFiSTA.cpp:364:46: error: 'wifi_station_get_reconnect_policy' was not declared in this scope

 return wifi_station_get_reconnect_policy();

                                          ^

C:\Users\Ігор\Documents\Arduino\libraries\ESP8266WiFi\src\ESP8266WiFiSTA.cpp:365:1: warning: control reaches end of non-void function [-Wreturn-type]

}

@JoJ123
Copy link

JoJ123 commented Oct 14, 2018

Could you please merge the latest master of the original repo into your fork?

@JoJ123
Copy link

JoJ123 commented Oct 14, 2018

I adapted the McLightning adapter to support the RGBW Fork
https://github.com/JoJ123/ioBroker.mclighting/tree/feature/rgbwSupport

@bpohvoodoo
Copy link
Author

bpohvoodoo commented Feb 3, 2019

I have adapted the changes from 2.2.0 to the RGBW branch (https://github.com/FabLab-Luenen/McLighting).
This branch is now compatible with RGB and RGBW stripes
by setting "define RGBW" in definitions.h
additionally you can turn support for the "White slider" in my version of the new webinterface (McLightingUI) on or off in settings menu (https://github.com/FabLab-Luenen/McLightingUI).
Testing would be helpful.
By the way
@toblum: How do i build the meshy version?
Seems not to work with "npm run build".

@ChristophA
Copy link

Thank you very much for updating the RGBW version! I'll run some test next week.

@toblum
Copy link
Owner

toblum commented Feb 3, 2019

@bpohvoodoo
Great! Will try it out as soon as my RGBW strip arrives.

I think @debsahu can say something regarding building of MeshyMcLIghting.

@bpohvoodoo
Copy link
Author

@toblum: I ment the built of McLightingUI to add additional nodes. This is not working for me.
You can put in additional nodes, but it will allways send to the node it runs on.

@toblum
Copy link
Owner

toblum commented Feb 4, 2019

Hi @bpohvoodoo!

Ah OK, I see. McLightingUI is not directly related to MeshyMcLighting. Both are kind of experiments that continue to work but are no more maintained.

McLightingUI can work with almost all newer McLighting versions and is just an alternative frontend. You should be able to build it like described here: https://github.com/toblum/McLightingUI
I had no problems now.

Regards
Tobias

@ChristophA
Copy link

First test of your RGBW version and your re-written UI was very positiv! No issues identified so far. Will be interessting to see how stable this version is. I'll report...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants