[RELEASE] DFAtmo the driver for Atmolight controllers - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [RELEASE] DFAtmo the driver for Atmolight controllers (/showthread.php?tid=110939) |
RE: [RELEASE] DFAtmo the driver for Atmolight controllers - durchflieger - 2013-01-31 (2013-01-28, 14:49)komarto Wrote: Hi, Serial ports with a port number greater 9 have to be specified with a full device path. Please try the following: Driver parameters -> \\.\COM16&speed:256000&amblone:&proto:amblone - durchflieger (2013-01-31, 12:55)F0x123 Wrote: oh, I thought using an arduino is quite common. The DFAtmo xbmc plugin has it's own setup menu where everything is configured. A description of all the parameters is in the READ file of the project: https://github.com/durchflieger/DFAtmo (Scroll this page down for the readme information) The README is also included in the DFAtmo plugin zip file. After installation of the plugin you find the file within the XBMC's user specific configuration directory under "addons/script.dfatmo/readme.txt". RE: Atmolight stuttering XBMC 12 (Frodo) - durchflieger - 2013-02-02 (2012-12-31, 02:16)Data1706 Wrote: Hi, I can reproduce the bug on Windows and Linux. The reason is a brocken render capture feature in xbmc frodo I already send a bug report to the xbmc team. I am now working on a workaround within DFAtmo. - durchflieger RE: [RELEASE] DFAtmo the driver for Atmolight controllers - F0x123 - 2013-02-02 Hi durchflieger, thank you, I read this file. I thought, I would still need a daemon like with boblight where you have a script addon in xbmc and a separate daemon which is connected to the arduino usb device. So DFAtmo supports the arduino controller? Because alexxxo was not sure and I did not find any pde file to program the arduino controller for the DFAtmo commands. RE: Atmolight stuttering XBMC 12 (Frodo) - komarto - 2013-02-02 (2013-01-31, 22:43)durchflieger Wrote:(2013-01-28, 14:49)komarto Wrote: Hi, I suspected it was the high COM number so I changed to COM3 and it worked, but to check your solution I changed back to 16 again I can confirm that COM16 now works . (2013-02-02, 01:13)durchflieger Wrote:(2012-12-31, 02:16)Data1706 Wrote: Hi, Hi, It good to know it's a bug because I was about to post on how to improve the performence of the color change, I tested DFAtmo only on frodo releases so I did not had anything to compare to besides the Amblone software which changes the colors super fast. Hope this issue will be resolved soon. I would like to thank you for your hard work. RE: [RELEASE] DFAtmo the driver for Atmolight controllers - durchflieger - 2013-02-03 (2013-02-02, 14:18)F0x123 Wrote: Hi durchflieger, DFAtmo itself does not come with any firmware for controllers like arduino. It is only a frontend that sends data to these controllers. For arduino based solutions this is normaly done through a serial port so you have to use the serial output driver of DFAtmo. You need already a firmware on your arduino that can control some lights and then you have to figure out the data protocol for that firmware. In DFAtmo the "Drivers parameters" parameter of the serial output driver has to be configured for that particular protocol your firmware expects. - durchflieger RE: [RELEASE] DFAtmo the driver for Atmolight controllers - komarto - 2013-02-04 durchflieger, is there any progress with the bug? RE: [RELEASE] DFAtmo the driver for Atmolight controllers - durchflieger - 2013-02-04 (2013-02-04, 12:28)komarto Wrote: durchflieger, is there any progress with the bug? In the mean time i have issued three bug tickets to the xbmc team. Two bugs have already been fixed. One is already in work. There will be no support for XBMC 12.0 Frodo stable for DFAtmo because of these bugs In the near feature you will have to use a recent nightly build of xbmc, wait for official 12.1 or go back to Eden. - durchflieger RE: [RELEASE] DFAtmo the driver for Atmolight controllers - komarto - 2013-02-04 (2013-02-04, 13:01)durchflieger Wrote:(2013-02-04, 12:28)komarto Wrote: durchflieger, is there any progress with the bug? Thanks for the update, I have no problem to use nightly build, just let us know when the bug is fixed RE: [RELEASE] DFAtmo the driver for Atmolight controllers - tocinillo - 2013-02-04 Yes, I hope that the bug will be fixed in latest nightly....durchflieger, please, confirm when the Team XBMC fixes the problem Very thanks for your awesome add-on RE: [RELEASE] DFAtmo the driver for Atmolight controllers - komarto - 2013-02-09 durchflieger, any updates on the bug? I don't want to trouble you but can give us a link to the bug on github so we Wont bother you with "is it fixed?" questions RE: [RELEASE] DFAtmo the driver for Atmolight controllers - durchflieger - 2013-02-09 (2013-02-09, 01:05)komarto Wrote: durchflieger, any updates on the bug? According to xbmc team all bugs have been fixed and merged into master branch These are the ticket numbers: 14048, 14049, 14044 I don't have done any tests yet with dfatmo and xbmc nightly builds. - durchflieger RE: [RELEASE] DFAtmo the driver for Atmolight controllers - komarto - 2013-02-09 Hi, Just tested with the latest nightly on windwos 7, Because I just recently built my amblone hardware and always used it on the Bugged frodo version I don't know how it was running on eden. But to my naked eye DFAtmo seems to be running faster and smother ! Can someone that was using DFAtmo on eden confirm that the latest nightly solved the problem? Thank you durchflieger for solving this issue RE: [RELEASE] DFAtmo the driver for Atmolight controllers - tocinillo - 2013-02-10 I will test it tonight with latest git and xbmcbuntu 12.04 LTS. I'm compiling the code now Start and stop DFAtmo works again perfectly and the lights seems to change correctly (smooth and quickly) but I can't confirm at 100% beacause in Spain today is very sunny and I don't see the lights perfectly xD but it seems to be ok. Regards and VERY THANKS to durchflieger!!! PS: The only problem is that this version of XBMC is XBMC 13 ALPHA1 and is coming with debug mode enabled (it see in the log file), no chance to release any patch for Frodo 12 Stable? DFAtmo v0.3.2 - durchflieger - 2013-02-11 Hi, a new version 0.3.2 of DFAtmo is ready for download. The changes: Added support for XBMC V13 git revision past Feb. 10 2013 Note: Within XBMC V12.0 Frodo stable the DFAtmo support is brocken!!! Added untested Makefile 'vdr2plug.mk' to build plugin for recent vdr versions Added SVDRP command to vdr plugin to enable/disable plugin Have fun! - durchflieger RE: DFAtmo v0.3.2 - tocinillo - 2013-02-12 (2013-02-11, 12:12)durchflieger Wrote: Hi, Thanks for the new version. In XBMC 13 Alpha1 (10 feb. 2013) I press DFatmo (under Programs), I see the "service stopped" message but when I play any videofile the lights are ON... Thanks again and regards. |