openLuup: Known working plugins

Added…

[quote=“ChrisTheC, post:60, topic:191659”]I didn’t see the MiLightRGBW by RexBeckett listed so I tried it.

The plugin seems to be working fine (I’m still using the old V3 wifi bridge)

The device page does not have an on/off switch or a dim slider, but those functions are all in the control panel if you click on the device icon.

Chris[/quote]

I have modified the Plantlink plugin to make it work on Openluup.
It can be found here:

Happy to add this to the list.
What did you need to change to make it work?

[quote=“akbooer, post:63, topic:191659”]Happy to add this to the list.
What did you need to change to make it work?[/quote]

I streamlined the code a lot.

  1. Removed the UI_check to save some cpu clock, changed some syntax, in particular: strange html operators in the implementation xml which I think are not working on Openluup/lua but are valid for html.
  2. Removed some functions no longer needed related to downloading a json interpreter for UI5 which was crashing and not needed.
  3. Split out the exec code into a .lua file but this is just personal taste

Can do a github compare as I have the original branch which I had already modified from the mcv appstore version to add some features. This new version will also work on UI7, not on UI5.

Edit: I also moved the icons to be local as opposed to have to go to the web.

That’s the sort of thing I need to know about. Feel free to post in Suggestions or start a new openLuup thread. These things need to be fixed.

This new version will also work on UI7, not on UI5.

OK, that’s good. I’m trying to work out who was the original author?


Edit: looks like @airedale, last active in May 2016?

Yes seems to be airedale

I am not sure if you actually want to fix these… To be honest I don’t know which exact part was the culprit. I suspected two of them so I went brute force and removed anything which I thought was superfluous and corrected the “>” and “<” which seem to be html or java operators from what I can tell and it worked…

next… I am going to look at the ecobee one.

Can now add ecobee (originally Watou and modified by me to work on OpenLuup),
ALTHue by amg0, the new mcv hue one no longer works.
I also posted another improved Pioneer receiver plugin in the ALT App Store.

Update. Thanks.

Battery Monitor Plugin also works as is.

https://apps.mios.com/plugin.php?id=2678

http://forum.micasaverde.com/index.php?topic=36119.0

GCal3 is now fully supported

4 posts were split to a new topic: openLuup: Honeywell TCC plugin