Commit Graph

688 Commits

Author SHA1 Message Date
tvdzwan dc4d660b21 Merge pull request #124 from bimsarck/master
improved philips hue device

Former-commit-id: da26ec8f111f0e3f64914b5f3cf9742470fe3f0d
2014-07-10 21:53:26 +02:00
bimsarck c4c7ed0331 Improved philip hue device:
add lamp types autodetection
add full xy-Colorspace implementations
reduce http requests to the hue bridge. This prevents DDOS -> 503
add color black -> lamps off
save state is temporary disabled


Former-commit-id: 5a0328fe80a06a9f670c5190190e239857cbd15c
2014-07-04 12:11:37 +02:00
bimsarck 7aa88088f4 Merge pull request #1 from tvdzwan/master
sync to tvdzwan:master

Former-commit-id: c94a711f7c45eea1391bc18f9ca96d4d3b6b6e14
2014-06-20 03:11:05 +02:00
T. van der Zwan ba4d2b45d5 Updated release package to include new device (tpm2)
Former-commit-id: 24decda30a774b4d3702ec8fa375bc1ac4b849d7
2014-06-19 22:16:03 +02:00
tvdzwan a3f9d15a4a Merge pull request #118 from Gamadril/master
Added support for tpm2 protocol. One frame used for all LEDs

Former-commit-id: ebc61d126f89f1efec9975454115a0ded2a68af4
2014-06-19 22:06:56 +02:00
Gamadril 3135b89255 Update LedDeviceTpm2.cpp
Former-commit-id: 8d51eb00044460002e29687468786e3056afd0bb
2014-06-18 13:49:27 +02:00
Gamadril 1d046ab35a Added support for tpm2 protocol. One frame used for all LEDs
Former-commit-id: 5b2ed33a50d90999c6f9508ba3782ad73838fb56
2014-06-15 02:19:09 +02:00
T. van der Zwan 98dfe7997f Updated release with updated blob effect
Former-commit-id: 3d859fb7283961152ff67eb8101db89bdcd21847
2014-06-02 21:38:41 +02:00
tvdzwan 62b78fca06 Merge pull request #109 from Fabi1080/feature/moodblobs_upgrade
Effect mood blob upgrade

Former-commit-id: 8c5769ed2242e72f8447c11ac3cb02881b80b1ce
2014-06-02 21:32:45 +02:00
T. van der Zwan d37960c609 Merge branch 'master' of https://github.com/tvdzwan/hyperion.git
Former-commit-id: deb8e613728d62804d72716bcebaf87b660f5290
2014-05-24 21:11:31 +02:00
T. van der Zwan 8f1bb8e9db Updated hyperion release to include philips hue
Former-commit-id: d46ccf12d1f2a8059d45f946fe0f4c43e8b5bc9e
2014-05-24 21:05:59 +02:00
tvdzwan 4ff400000e Merge pull request #104 from ntim/support_for_philips_hue
Support for philips hue

Former-commit-id: ff2c0b1071cb6a94eb792e590c74fc6eee98c0d9
2014-05-24 20:51:10 +02:00
Fabian Hertwig 2b3a3be0d3 Added the possibility to change the base color of the mood blobs over time.
The base Color is moved 1 degree in baseColorChangeRate seconds if activated.
It is moved between baseColorRangeLeft and baseColorRangeRight. These Values are in degrees. When these borders are set to the full circle (eg. 0 and 360), the base color moves around the colorwheel, otherwise it moves from left to right and back again.
Furthermore there are three effects script for this feature: "Full color mood blobs" which moves around the full circle, "Warm mood blobs" and "Cold mood blobs" which only shows the warm, cold colors.
This update wont change the functionality of the old scripts.


Former-commit-id: 0c7a2ad280e49cd1ac0d6a9fbc9d1a9ff0eea236
2014-05-24 13:03:46 +02:00
ntim 853d002894 Timer to restore light state properly implemented. Lights are not switched on after state has been saved.
Former-commit-id: 04959ea3731eb7de9f59b80a789f03cfeb2d4ba3
2014-05-07 15:22:13 +02:00
ntim 32f09dcc24 Merge branch 'master' into support_for_philips_hue
Former-commit-id: ee3816fde708fa2f9f9e6ad50ec1e6d2ff552b23
2014-05-07 07:44:11 +02:00
johan dca9371f6d Update binaries
Former-commit-id: d1dc28de9db9a90ecfc185882f994d917bce8e6f
2014-05-06 22:05:41 +02:00
johan d50b46bda2 Fix integration area = 0 for a led
Former-commit-id: b365c4c9605a84ea6b7f88043f6f9c70b7122931
2014-05-06 22:02:40 +02:00
poljvd 2d16d369a3 Merge pull request #100 from MarcDahlem/master
Added ability to define effect arguments for the bootsequence

Former-commit-id: afc8e8ea4e7f02039092bfca698e5e3e491604c2
2014-05-06 22:01:35 +02:00
Marc Dahlem 106257181b Added ability to define effect arguments for the bootsequence
Former-commit-id: b9827bb7af6c2cfdd8b1b0388d16541612b360d4
2014-05-06 18:36:34 +02:00
johan f9906845e0 Update the install script
- follow =github redirections when using curl under OpenElec
- Use raw.githubusercontent.com iso raw.github.com to prevent a redirection


Former-commit-id: af76999acd598d4383b3a64b09e1407cd666ff99
2014-05-04 14:20:25 +02:00
johan 1e21602798 Changed connection delay to something non-blocking
Former-commit-id: b313005a29cb42eb6839060bc4c48e4cbd927d3b
2014-05-04 11:52:25 +02:00
johan 3eb29146dd Added a possible delay after connecting an Adalight device
Former-commit-id: 756fae2ebc57455bf6360dc96bf2ae5469460172
2014-05-04 11:31:13 +02:00
ntim 8cca280fdc Implemented timeout for restoring original state.
Former-commit-id: 925b063aba1a859b592ead9b75ce67d90fb81e28
2014-05-03 10:12:41 +02:00
ntim 9220c346bb Blocking PUT requests. Only save the brightness and [x,y] state of the lights.
Former-commit-id: 5887fdf1b350172dcdd52c46bd8da74dab521444
2014-05-01 00:02:10 +02:00
johan 8c1f14f8dc Update binaries for RPi
Former-commit-id: dadd309b43dd982d8ddb1452b9e3c5d656391246
2014-04-30 22:55:39 +02:00
johan d5597d55a7 Disable the blackborder detector for effects
Former-commit-id: 2d4660f48c17977aabff52b7cbbc8d832b216f00
2014-04-30 22:53:05 +02:00
johan 8d75a57f18 Cleanup of XBMC 3D checker code
Former-commit-id: 26acf7dceb3e26a2e59af82736dec9fdf09c26d5
2014-04-30 22:46:26 +02:00
johan 9da97c0698 Merge branch 'master' of https://github.com/tvdzwan/hyperion
Former-commit-id: b83c6850f6086f2d3e88bc94116f1b4f8ef61d0c
2014-04-30 22:39:51 +02:00
poljvd 019374f57d Merge pull request #94 from bimsarck/master
add 3D autodetection for xbmc with versions check

Former-commit-id: 683e152b5d419442a094cb2eee51b341e08b8f2d
2014-04-30 22:39:40 +02:00
johan 1e66045d3e Added author tag for Philps Hue device
Former-commit-id: 6fc5dc0ac7177ddd23e601c8ca1f65981ff0e778
2014-04-30 22:38:59 +02:00
johan b20f932ded Merge branch 'master' into add_x11
Former-commit-id: 4ce19c22a28609978e1eb72375d3aa7bf63a91be
2014-04-30 22:34:36 +02:00
poljvd 3acfde8d22 Merge pull request #95 from ntim/support_for_philips_hue
Support for the Philips Hue system.

Former-commit-id: 28352b1356c2e67320f3e305c0b87f8195dd7e47
2014-04-30 22:29:45 +02:00
Tim Niggemann ab5e17e105 State of all lights is saved and restored on switchOff().
Former-commit-id: 1ee26e8c01d90456424c1b5ea3f113dfd0ff6525
2014-04-28 14:32:37 +02:00
ntim ebb22cdc87 Removed rate limiting from code. Setting framegrabbing frequency of 10 Hz / number of lights is sufficient.
Former-commit-id: 0686a8d18c780038eb017fdf26b5faf4b8053f3a
2014-04-27 18:42:26 +02:00
ntim 88c523518a Initial commit of support for the Philips Hue system.
Former-commit-id: 5b7d802c326151ee96a5b950badb01e94adfe7f3
2014-04-27 12:59:44 +02:00
bimsarck b619fcda55 add 3D autodetection for xbmc with versions check
Former-commit-id: 6fd0195fdae82ebe5a26a6ce1138164e09e8b929
2014-04-26 00:58:47 +02:00
poljvd 570a011ff4 Merge pull request #88 from spudwebb/master
add color parameter to the knight rider effect

Former-commit-id: 515208c92cfa55d1575679117fe1780ed7a4fe45
2014-04-22 21:36:30 +02:00
spudwebb 6d6f4bf629 add color parameter to the knight rider effect
Former-commit-id: 9d4cd0e18b7871acd76a9cafb04efc39ce6fac74
2014-04-22 14:15:09 -04:00
johan d102ffd043 V4L2: Fix error with byte order of RGB32
Former-commit-id: ad354369b22d4e85b0b2fbf2d1c33611632d7014
2014-04-15 20:44:16 +02:00
johan ef6aa76409 V4L2: Fix error with frame size of RGB32
Former-commit-id: ab98c7b87acb7654c40a715ed21c0857c11a30ff
2014-04-14 19:19:47 +02:00
johan 6be5652f8f Updated binaries
Former-commit-id: d6ec0159f068a0fab600ec8c0c7aedd42654657a
2014-04-11 19:56:11 +02:00
johan fbb60d2006 Merge branch 'add_rgb32_for_v4l2'
Former-commit-id: e7d892ab8ab1bb3aeed6ef3238f7d999dfd19013
2014-04-11 19:53:29 +02:00
poljvd dd1adc4e90 Merge pull request #73 from lobocobra/patch-1
Fix error in start script


Former-commit-id: 6a02b865c86befa29e970a7465b256cde5335e95
2014-04-11 19:52:33 +02:00
poljvd 7610271b35 Merge pull request #73 from lobocobra/patch-1
Fix error in start script

Former-commit-id: 83a18650b546986fe1a655f08630391f41fe47bb
2014-03-31 17:36:36 +02:00
lobocobra 67d944a539 Fix error in start script
Former-commit-id: 8eb0b39d953b2ba7c8371ca7c002de73029ee32e
2014-03-30 03:16:42 +02:00
poljvd 8eb43f0c90 Fix led mapping boundaries
Former-commit-id: 3f41d6b41ceff5c0b81c0041ea185233e37d363c
2014-03-26 16:26:11 +01:00
johan b62bcc5331 Update binaries
Former-commit-id: 161058f7e8f2b82413d9df5e8a1370aaa7eee1ac
2014-03-22 16:21:23 +01:00
johan 40185e3c7c Only use center of V4L2 grabbed image to determine if there is a signal to allow some noise at the borders
Former-commit-id: f0c1920666297e06c9d29ef0128e0d3340851251
2014-03-22 16:19:38 +01:00
johan 6fafb23a3f Added functionality to disable the embedded v4l2 grabber when a higher priority source is active
Former-commit-id: 4c0403584093a1fac29d16b502773c3ed11a13a9
2014-03-22 15:35:25 +01:00
johan c3ba03e0ee Fix v4l2 signal threshold comparison
Former-commit-id: 698a22af752fc42e778e97587938ed6542653bd9
2014-03-22 14:49:24 +01:00