Re: [concordance-devel] mh/300 code review

2013-04-03 Thread Phil Dibowitz
On 04/03/2013 09:01 AM, Scott Talbert wrote: On Wed, 3 Apr 2013, Phil Dibowitz wrote: Actually, while libconcord builds now, concordance doesn't: [phil@rider concordance]$ make make all-am make[1]: Entering directory `/home/phil/build/cvs/concordance_zwave/concordance' gcc

Re: [concordance-devel] mh/300 code review

2013-04-03 Thread Phil Dibowitz
On Tue, Apr 02, 2013 at 11:36:47PM -0700, Phil Dibowitz wrote: On 04/02/2013 11:30 PM, Bart Cerneels wrote: Correct me if I'm wrong: This is supposed to support the logitech harmony One? I can test that one and the MyHarmony 300. Anything known not to work/supposed to work? We need

Re: [concordance-devel] mh/300 code review

2013-04-03 Thread Phil Dibowitz
On Wed, Apr 03, 2013 at 07:23:38PM -0400, Scott Talbert wrote: On Wed, 3 Apr 2013, Phil Dibowitz wrote: Hmm. I did make clean, but I went back and did 'make distclean' and re-ran autoreconf, and then re configure/make/make installed and it works fine. Bizarre. I'll test my 880 and my

Re: [concordance-devel] Harmony 300

2013-03-29 Thread Phil Dibowitz
and drop to 4-space indentation I'm going to be moving a smaller project to git on SF and see how I like their implementation... but I don't want my projects split across too many different configurations, so I wanna make sure I like something before I move everything to it. -- Phil Dibowitz

Re: [concordance-devel] mh/300 code review

2013-03-29 Thread Phil Dibowitz
took the day off today (birthday holiday) to catch up on patches, and I don't have any major travel or presentations for a month, so I should be able to keep up. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http

Re: [concordance-devel] mh/300 code review

2013-03-29 Thread Phil Dibowitz
, so it may or may not be available for download later. However, if you're interested, I'm keynoting ChefConf which will also be streamed and just found out I got accepted to OSCon. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace

Re: [concordance-devel] Harmony 300

2013-03-29 Thread Phil Dibowitz
On 03/29/2013 03:18 PM, Scott Talbert wrote: On Fri, 29 Mar 2013, Phil Dibowitz wrote: I'm going to be moving a smaller project to git on SF and see how I like their implementation... but I don't want my projects split across too many different configurations, so I wanna make sure I like

Re: [concordance-devel] Congruity Port to New API

2013-02-05 Thread Phil Dibowitz
THIS. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind

Re: [concordance-devel] Congruity Port to New API

2013-02-05 Thread Phil Dibowitz
On 01/16/2013 08:42 PM, Scott Talbert wrote: On Sat, 12 Jan 2013, Phil Dibowitz wrote: Also, looking in my 'pending patches' directory, there are still a couple there that haven't been merged: the Harmony 300 patch (v4) and the patch to do config dumping for zwave (v6). Although

Re: [concordance-devel] Reset Fix Patch

2013-01-28 Thread Phil Dibowitz
. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind

Re: [concordance-devel] Congruity Port to New API

2013-01-28 Thread Phil Dibowitz
On 01/16/2013 08:42 PM, Scott Talbert wrote: On Sat, 12 Jan 2013, Phil Dibowitz wrote: Also, looking in my 'pending patches' directory, there are still a couple there that haven't been merged: the Harmony 300 patch (v4) and the patch to do config dumping for zwave (v6). Although

Re: [concordance-devel] Reset Fix Patch

2013-01-14 Thread Phil Dibowitz
On 01/13/2013 04:43 PM, Scott Talbert wrote: This patch fixes the issue where some remotes do not get a successful return from reset(). Why the change from usb_strerror() to strerror() ? -- Phil Dibowitz p...@ipom.com Open Source software and tech docs

Re: [concordance-devel] 688 Firmware Updates

2013-01-12 Thread Phil Dibowitz
s...@techie.net Committed, thanks. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't

Re: [concordance-devel] Congruity Port to New API

2013-01-12 Thread Phil Dibowitz
On 01/12/2013 05:52 PM, Scott Talbert wrote: On Sat, 12 Jan 2013, Phil Dibowitz wrote: Applied. Thanks for all your work on this! My pleasure. Now, what do you think remains to be done in order to get zwave_work_branch out to the world? I'll do a bit more testing with congruity

Re: [concordance-devel] 688 Firmware Updates

2013-01-07 Thread Phil Dibowitz
On 01/06/2013 11:29 AM, Scott Talbert wrote: On Sun, 6 Jan 2013, Phil Dibowitz wrote: So this all looks fine but this: -reset_remote(cb, cb_arg); +if ((err = reset_remote(cb, cb_arg))) +return err; I think we did this because some remotes don't reset right and we

Re: [concordance-devel] Congruity Port to New API

2013-01-06 Thread Phil Dibowitz
On 01/03/2013 07:59 PM, Scott Talbert wrote: On Wed, 2 Jan 2013, Phil Dibowitz wrote: Unfortunately, no it cannot. It needs to be able to store/act on that information, and it can't do that without its pointer. Did you have any further thoughts on this? I suppose we could just add

Re: [concordance-devel] Congruity Port to New API

2013-01-02 Thread Phil Dibowitz
version. Having two branches is... tiring. I want to get everyone moved over and have all the many remotes we've added support for see the world. So I'll be checking for patches more regularly, I hope. -- Phil Dibowitz p...@ipom.com Open Source software and tech docs

Re: [concordance-devel] Congruity Port to New API

2012-11-13 Thread Phil Dibowitz
time. Can congruity handle that first meta call back without it's arg? (I know, this is crazytown). -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com

Re: [concordance-devel] 688 Firmware Updates

2012-11-11 Thread Phil Dibowitz
Hey Scott, The parsing patch looks fine, but why are you ignoring INVALID_CONFIG as an error? -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who

Re: [concordance-devel] Congruity Port to New API

2012-11-11 Thread Phil Dibowitz
of stages? -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter and those who

Re: [concordance-devel] Congruity Port to New API

2012-10-21 Thread Phil Dibowitz
On 10/19/2012 08:20 PM, Scott Talbert wrote: On Sun, 15 Jul 2012, Scott Talbert wrote: On Sun, 15 Jul 2012, Phil Dibowitz wrote: --- libconcord/libconcord.h 22 Mar 2012 08:50:20 - 1.22.2.15 +++ libconcord/libconcord.h 20 Jun 2012 03:53:26 - @@ -163,7 +163,6 @@ int

Re: [concordance-devel] Harmony 300

2012-10-21 Thread Phil Dibowitz
, + 0x04, (len 0xFF00) 24, (len 0x00FF) 16, heh. OK, I took a more careful read through the code, and this looks pretty sane. The protocol is a but unfortunate, but such is life. What's the operational status? -- Phil Dibowitz p...@ipom.com Open

Re: [concordance-devel] Congruity Port to New API

2012-09-29 Thread Phil Dibowitz
On 07/28/2012 11:59 AM, Scott Talbert wrote: Remove dependency from OperationFile that init_concord() be called beforehand. Signed-off-by: Scott Talbert s...@techie.net Applied, thanks. -- Phil Dibowitz p...@ipom.com Open Source software and tech docs

Re: [concordance-devel] Harmony 300

2012-09-29 Thread Phil Dibowitz
, but at a glance it looks reasonable. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter

Re: [concordance-devel] Harmony 300

2012-09-29 Thread Phil Dibowitz
On 09/29/2012 04:58 PM, Phil Dibowitz wrote: On 08/19/2012 02:52 PM, Scott Talbert wrote: Review/comment appreciated. If anyone wanted to try this against their 300, that would be helpful too. Mainly just to see if the GetIdentity and Reset functions work. Did a quick run through. I need

Re: [concordance-devel] FYI

2012-09-25 Thread Phil Dibowitz
On Tue, Sep 25, 2012 at 07:29:09PM -0400, Scott Talbert wrote: On Sun, 19 Aug 2012, Phil Dibowitz wrote: I was in Mexico for two weeks and it's going to take me a while to catch up on stuff, be patient with me, please. :) Any chance to take a look at any of my recent patches? Sorry

Re: [concordance-devel] Windows issue

2012-09-12 Thread Phil Dibowitz
in conjunction with OpenSSH WinCvs (MS Windows), which can be used in conjunction with PuTTY. I hope that helps. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net

[concordance-devel] FYI

2012-08-19 Thread Phil Dibowitz
Just FYI... I was in Mexico for two weeks and it's going to take me a while to catch up on stuff, be patient with me, please. :) -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net

Re: [concordance-devel] Anyone interested Harmony One for development?

2012-07-26 Thread Phil Dibowitz
if they want it. Just looking to get a little cash plus shipping cost for anyone that wants it. Thanks! But, someone actually donated a year or so ago, but I haven't had time to look at it. (Which reminds me, Steve, if you're interested in hacking on it, I'll mail it to you). -- Phil

Re: [concordance-devel] Anyone interested Harmony One for development?

2012-07-26 Thread Phil Dibowitz
On 07/26/2012 06:14 PM, Scott Talbert wrote: On Wed, 25 Jul 2012, Phil Dibowitz wrote: I had a harmony one that had several keys (up and down D-pad if I remember correctly) that were hard to press, but they do still work. I complained to Logitech just out of warranty and it did get replaced

Re: [concordance-devel] Congruity Port to New API

2012-07-26 Thread Phil Dibowitz
, it's not a big deal - to me. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter

Re: [concordance-devel] ZWAVE-HID Config Dumping

2012-07-23 Thread Phil Dibowitz
On 07/17/2012 09:03 PM, Scott Talbert wrote: On Sat, 14 Jul 2012, Phil Dibowitz wrote: OK, I've got a v4 posted. This one _really_ shouldn't result in an infinite loop. No, really. :) Still not sure if it is 100% but it should at least stop when it gets to the theoretical end

Re: [concordance-devel] Congruity Port to New API

2012-07-15 Thread Phil Dibowitz
is_config_upload_supported(); This should stay... but should probably be s/upload/update/ Other than that, the bindings patch looks fine. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net

Re: [concordance-devel] Congruity Port to New API

2012-07-15 Thread Phil Dibowitz
directly to him as well. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter

Re: [concordance-devel] ZWAVE-HID Config Dumping

2012-07-15 Thread Phil Dibowitz
On 07/15/2012 07:31 AM, Scott Talbert wrote: On Sat, 14 Jul 2012, Phil Dibowitz wrote: OK, I've got a v4 posted. This one _really_ shouldn't result in an infinite loop. No, really. :) Still not sure if it is 100% but it should at least stop when it gets to the theoretical end

Re: [concordance-devel] ZWAVE-HID Config Dumping

2012-06-30 Thread Phil Dibowitz
On 06/11/2012 10:40 AM, Scott Talbert wrote: On Mon, 11 Jun 2012, Phil Dibowitz wrote: Okay, I've got a v3 posted. It looks like there may have been a couple of bugs in TCP_Read(). This one at least shouldn't loop endlessly. OK. It's gonna be a while, I'm traveling. You didn't bring

Re: [concordance-devel] ZWAVE-HID Config Dumping

2012-06-11 Thread Phil Dibowitz
On Fri, Jun 08, 2012 at 06:10:19PM -0400, Scott Talbert wrote: On Thu, 7 Jun 2012, Phil Dibowitz wrote: You have a runaway loop somewhere... (haven't had time to look at the code) ... DEBUG (TCP_Read): Reading packet: 3B 40 C0 8C 01 48 64 DC 64 DC 64 DC 64 DC 64 DC 64 DC 64 DC 64 DC

Re: [concordance-devel] ZWAVE-HID Config Dumping

2012-06-08 Thread Phil Dibowitz
On 06/08/2012 08:58 AM, Scott Talbert wrote: On Thu, 7 Jun 2012, Phil Dibowitz wrote: BTW, I have the XML files for this if you don't already have them. BTW, what XML files? Snoopy dumps. -- Phil Dibowitz p...@ipom.com Open Source software and tech docs

Re: [concordance-devel] ZWAVE-HID Config Dumping

2012-06-08 Thread Phil Dibowitz
On 06/08/2012 10:32 AM, Scott Talbert wrote: On Fri, 8 Jun 2012, Phil Dibowitz wrote: BTW, I have the XML files for this if you don't already have them. BTW, what XML files? Snoopy dumps. Of running this patch? Or do you have dumps from the Logitech Software doing a Config Dump? (I

Re: [concordance-devel] ZWAVE-HID Config Dumping

2012-06-07 Thread Phil Dibowitz
, -263178 bytes left ... and so on, forever. BTW, I have the XML files for this if you don't already have them. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http

Re: [concordance-devel] ZWAVE-HID Config Dumping

2012-06-06 Thread Phil Dibowitz
. Patch is attached here: https://sourceforge.net/tracker/?func=detailaid=3532365group_id=201579atid=978130 Nope: [phil@rider libconcord]$ sudo concordance -c/tmp/tout Concordance 0.23+CVS Copyright 2007 Kevin Timmerman and Phil Dibowitz This software is distributed under the GPLv3. Requesting

Re: [concordance-devel] General Status

2012-06-03 Thread Phil Dibowitz
)) { + return err; + } + } + else { + ri.config_bytes_used = 0; + } Nice :) This all looks good and I'm happy to merge it. Thanks for adding the specs while you're at it. I'm just curious why you made ReadFlash just a call to ReadRegion? -- Phil Dibowitz

Re: [concordance-devel] General Status

2012-06-03 Thread Phil Dibowitz
/tracker/?func=detailaid=3518597group_id=201579atid=978127 Committed, thanks. Also, Ender(?) how is the Congruity port to the new API going? I don't think he's had time... :/ -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace

Re: [concordance-devel] Harmony 300

2012-06-03 Thread Phil Dibowitz
. :( -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter and those who matter don't

Re: [concordance-devel] General Status

2012-06-03 Thread Phil Dibowitz
, if you're interested in doing it, I'm pretty sure he won't mind. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel

Re: [concordance-devel] [PATCH] Bugs with DHCPD Implementation

2012-03-27 Thread Phil Dibowitz
. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind

Re: [concordance-devel] [PATCH] zwave_work_branch warning cleanup

2012-03-27 Thread Phil Dibowitz
On 03/25/2012 06:50 PM, Scott Talbert wrote: Fix warnings in the zwave_work_branch. Changes were removing some unused code and initializing the callback stage (a uint32_t) with 0 instead of NULL. Applied, thanks! -- Phil Dibowitz p...@ipom.com Open Source software

Re: [concordance-devel] PATCH [0/2] Initial Harmony 900 Linux Support

2012-03-27 Thread Phil Dibowitz
On 03/27/2012 08:07 PM, Scott Talbert wrote: On Thu, 22 Mar 2012, Phil Dibowitz wrote: Once I'm back I wanna cleanup all the warnings I introduce on this branch and implement config dumping. My friend ender is working on porting congruity to the new API. I'll do a release, and if it goes

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-22 Thread Phil Dibowitz
/harmony_900_support_v9.patch Applied, thanks! -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind

Re: [concordance-devel] PATCH [0/2] Initial Harmony 900 Linux Support

2012-03-22 Thread Phil Dibowitz
On 03/22/2012 01:53 AM, Phil Dibowitz wrote: On 03/21/2012 06:59 PM, Scott Talbert wrote: Okay, here's a (hopefully final) v6 with this done: http://www.techie.net/~talbert/start_conc_v6.patch BTW, that's why I had the new scripts going to $(sysconfdir) in the first place - because that's

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-21 Thread Phil Dibowitz
that, perfect. Get me a v9, and I'll test it against he remotes I have and if it all looks good I'll apply. Thanks for all your work, this is awesome. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http

Re: [concordance-devel] PATCH [0/2] Initial Harmony 900 Linux Support

2012-03-21 Thread Phil Dibowitz
On 03/21/2012 08:30 AM, Adam Williamson wrote: On Wed, 2012-03-21 at 09:23 -0400, Scott Talbert wrote: On Tue, 20 Mar 2012, Phil Dibowitz wrote: + $(install_sh_DATA) start_concordance_dhcpd.sh \ + $(DESTDIR)$(sysconfdir)/udev/ + $(install_sh_DATA) start_concordance_dhcpd_wrapper.sh

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-21 Thread Phil Dibowitz
On 03/21/2012 06:27 AM, Scott Talbert wrote: On Wed, 21 Mar 2012, Phil Dibowitz wrote: Also, when you submit your final version, please include: * A detailed commit message of changes I can use in the commit. How do you want the commit message? Separate text file? Emailed? Top

Re: [concordance-devel] PATCH [0/2] Initial Harmony 900 Linux Support

2012-03-21 Thread Phil Dibowitz
On 03/21/2012 09:14 AM, Adam Williamson wrote: which supports /lib/udev. Looks good to me. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-21 Thread Phil Dibowitz
://www.techie.net/~talbert/harmony_900_support_v9.patch Nice. I took a brief look and it looks great. I'll check it one more time when I get home, but I expect to merge it tonight. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-20 Thread Phil Dibowitz
HID remotes since then and worry there's not a nice way to say this range is usbnet and this range is HID kinda thing. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-20 Thread Phil Dibowitz
On Tue, Mar 20, 2012 at 09:52:17PM -0400, Scott Talbert wrote: On Tue, 20 Mar 2012, Phil Dibowitz wrote: I'm wondering if we want to figure out that it's a usbnet remote by USB vid/pid and behave differently. We can short-circuit FindRemote, if we don't find a remote, we can print

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-19 Thread Phil Dibowitz
On Mon, Mar 19, 2012 at 01:16:44PM -0400, Scott Talbert wrote: On Mon, 19 Mar 2012, Phil Dibowitz wrote: I am really just trying to prevent the detaching of the drivers, since it actually unloads the zaurus driver, which we don't want it to do, if the remote is a usbnet. In that case

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-19 Thread Phil Dibowitz
On 03/19/2012 07:38 PM, Scott Talbert wrote: On Sun, 18 Mar 2012, Phil Dibowitz wrote: +const int connect_timeout= 2; // try to connect for 2 seconds Does 1 work well for the usbnets? Its not a big deal, but I think it'd be a better user experience for everyone else. Okay, so

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-17 Thread Phil Dibowitz
that I can use against this one. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't

Re: [concordance-devel] PATCH [0/2] Initial Harmony 900 Linux Support

2012-03-17 Thread Phil Dibowitz
\ $LOG 21 This will fit on one line and still be 80 chars Other than that, start_usbnet.sh is good to go. Except it should probably be called start_dnsmasq.sh. Also, in your wrapper, please use $() -- Phil Dibowitz p...@ipom.com Open Source software

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-17 Thread Phil Dibowitz
On 03/17/2012 12:59 AM, Phil Dibowitz wrote: 1100 (usbnet): getinfo, gettime, settime all work[1] Holy crap, it works!! [phil@rider ~]$ sudo concordance -C /tmp/1100-ZUpdate.hcu Concordance 0.23+CVS Copyright 2007 Kevin Timmerman and Phil Dibowitz This software is distributed under the GPLv3

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-16 Thread Phil Dibowitz
certainly shouldn't report LC_ERROR_INVALID_CONFIG there, more like LC_ERROR_UNSUPPORTED. Not that that should go in this patch, but I'm just bitching outloud here. I don't see any change in here to handle the problem with resets on zwave-hid remotes, did I miss something? -- Phil Dibowitz

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-16 Thread Phil Dibowitz
seconds is insanely long for a TCP handshake... 1 or 2 aught to suffice. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-16 Thread Phil Dibowitz
look forward to moving all my projects to it. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind

Re: [concordance-devel] Patch: add support for modern udev rules (ACL-based)

2012-03-15 Thread Phil Dibowitz
. I'll try to get a new release out this week to get all these patches out and the fixed 525 support. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who

Re: [concordance-devel] Patch: add support for modern udev rules (ACL-based)

2012-03-15 Thread Phil Dibowitz
associated with them if for no other reason then I know what bugs have been closes since the last release, plus people can add themselves to the CC, etc. Yeah, it's merged. Thanks! -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace

Re: [concordance-devel] PATCH [0/2] Initial Harmony 900 Linux Support

2012-03-14 Thread Phil Dibowitz
Write config on 895 - CHECK By HYBRID HID you mean zwave (but not usbnet)? Yup. Okay, I'll work on a fix for that. Awesome. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net

Re: [concordance-devel] PATCH [0/2] Initial Harmony 900 Linux Support

2012-03-12 Thread Phil Dibowitz
On 03/12/2012 10:17 PM, Phil Dibowitz wrote: [1] It never notices my remote comes back from rebooting: Rebooting remote: 50% I tested without your patch and the zwave branch works as expected FWIW, added some debugging: [phil@rider libconcord]$ sudo concordance -r Concordance 0.23+CVS

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-12 Thread Phil Dibowitz
in yet, so I shall hold off. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter

Re: [concordance-devel] Harmony 525 not seen by libconcord on opensuse 12.1

2012-03-12 Thread Phil Dibowitz
...@wwwdotorg.org Signed-off-by: Phil Dibowitz p...@ipom.com Ah, good call. However, the bug I link to sees the same issue in January of this year with HEAD :( -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http

Re: [concordance-devel] Harmony 525 not seen by libconcord on opensuse 12.1

2012-03-12 Thread Phil Dibowitz
(this line is not from concordance -iv :-) ) Adam and Scott are right - there's a huge 525 bugfix in CVS head, can you check that out and build? Let me know if you any problems with that. If that doesn't fix it, we'll have to dig deeper. Thanks. -- Phil Dibowitz p

Re: [concordance-devel] Harmony 525 not seen by libconcord on opensuse 12.1

2012-03-11 Thread Phil Dibowitz
didn't hear any kind of reply, though. I was hoping it would be merged upstream. Sorry, I completely missed that email. Lemme go find it and reply. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http

Re: [concordance-devel] PATCH [1/2] Initial Harmony 900 Linux Support

2012-03-11 Thread Phil Dibowitz
, too, so we can send it to the website. I don't know if it is actually required, though. So we just make an HTTP request to the remote which gets us ... some data which we send to the site? Oh - this is probably how you program/set/do stuff with the RF extender thing... -- Phil Dibowitz

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-11 Thread Phil Dibowitz
/listinfo/concordance-devel -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter

Re: [concordance-devel] PATCH Initial Harmony 900 Linux Support v2

2012-03-11 Thread Phil Dibowitz
On 03/11/2012 01:36 PM, Phil Dibowitz wrote: On 03/10/2012 06:01 PM, Scott Talbert wrote: This update predominantly adds comments to explain some of the changes better. I went to apply this patch to a fresh export to start testing other hardware against it, but it won't come close

Re: [concordance-devel] usb.h not found on OpenSuse 12.1

2012-03-03 Thread Phil Dibowitz
symlinks /usr/include/usb and usb.h to resp. /usr/include/libusb and libusb.h, and ran ldconfig after that, but it doesn' t help. You're looking for libusb 0.1, not libusb 1.0... -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace

Re: [concordance-devel] Harmony 900 on Linux - Some Progress

2012-02-26 Thread Phil Dibowitz
On 02/17/2012 08:33 AM, Scott Talbert wrote: On Wed, 15 Feb 2012, Phil Dibowitz wrote: I have made a bit of progress on sorting out the Harmony 900 under Linux. So far: That's fantastic! I just haven't had time to hack on concordance lately, and I'm glad to see others helping. Thanks

Re: [concordance-devel] Harmony 900 on Linux - Some Progress

2012-02-26 Thread Phil Dibowitz
On 02/26/2012 01:17 PM, Scott Talbert wrote: Yes, I am using the zwave branch, thanks. I am about ready to try an update config on the 900. Is there any risk of bricking my remote, or will it reject the config if it doesn't send it over quite correctly? There's definitely a chance of

Re: [concordance-devel] Harmony 900 on Linux - Some Progress

2012-02-15 Thread Phil Dibowitz
On 02/15/2012 08:40 PM, Scott Talbert wrote: All, I have made a bit of progress on sorting out the Harmony 900 under Linux. So far: 1) This remote appears to be of the usbnet variant. 2) It looks like a kernel patch is going to be needed in order to get the device to work properly

Re: [concordance-devel] 890/900 testing

2011-11-20 Thread Phil Dibowitz
. Since you mentioned it doesn't show up in lsusb, the device is fault enough for the OS to not recognize it, which means there's no way concordance can find it. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http

Re: [concordance-devel] Harmony 900 remotes

2011-10-23 Thread Phil Dibowitz
build concordance In your case, go the simple route and choose libconcord_winhid Hmm the instructions don't make that clear... file a bug against me and I'll fix that. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica

Re: [concordance-devel] Harmony 900 remotes

2011-10-19 Thread Phil Dibowitz
SOMEONE to verify it works before I release. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind

Re: [concordance-devel] Almost 89x testing

2011-08-11 Thread Phil Dibowitz
the Windows software, I'm afraid it won't be a terribly useful testcase. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you

Re: [concordance-devel] Almost 89x testing

2011-08-10 Thread Phil Dibowitz
:22: fatal error: zzip/lib.h: no such file or dir CVS checked out 15 minutes ago. Oh, I need to update the configure stuff to check for zziplib. IN the meantime, just install libzzip-dev and libzzip. -- Phil Dibowitz p...@ipom.com Open Source software and tech docs

Re: [concordance-devel] Almost 89x testing

2011-08-10 Thread Phil Dibowitz
: zzip/lib.h: no such file or dir OK, the configure script now checks for this. cvs up autoreconf --install ./configure -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http

Re: [concordance-devel] Almost 89x testing

2011-07-27 Thread Phil Dibowitz
On 07/27/2011 02:03 AM, Carlos Alberto Balseiro Mayi wrote: I just adquired a Monster AVL300 remote and hope to have it here in two weeks or so. As it seems to be a 890 Pro clone, I will test it with your software, see what happens and report ;) Rock on, thanks! -- Phil Dibowitz

Re: [concordance-devel] [PATCH] New API, 89x support

2011-07-23 Thread Phil Dibowitz
On 03/08/2011 09:09 AM, Phil Dibowitz wrote: Stephen - Any comments on this? I'd like to prepare to merge this to HEAD, but you're the primary consumer (other than me), so I'd like any input you have... Stephen, you still alive? I'd like to get this merged so I can release 89x and 9xx

[concordance-devel] Looking for 89x and 9xx testers!!!

2011-07-23 Thread Phil Dibowitz
. If you haven't used the concordance command-line utility, it's help should be self-explanatory, but please ask questions if you have them. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net

Re: [concordance-devel] Is the 1100i supported

2011-06-27 Thread Phil Dibowitz
. Now that I've settled down I hope to have time to start working on concordance again. And Ernst is apparently sending me a 1100 I can start developing against, so that will help a lot. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity

Re: [concordance-devel] Configuring startup screen on Harmony 650

2011-03-13 Thread Phil Dibowitz
of. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because those who mind don't matter and those who matter don't

Re: [concordance-devel] Config size incorrect on 525

2011-03-13 Thread Phil Dibowitz
0x82, // config_base 0x81, // firmware_update_base Stephen, I just realized you never submitted this as a patch, and I never applied it. I went ahead and committed it, and just snuck your signed-off-by in there. -- Phil

Re: [concordance-devel] [PATCH] New API, 89x support

2011-03-08 Thread Phil Dibowitz
Stephen - Any comments on this? I'd like to prepare to merge this to HEAD, but you're the primary consumer (other than me), so I'd like any input you have... On 02/19/2011 05:04 PM, Phil Dibowitz wrote: On 09/22/2010 01:30 AM, Phil Dibowitz wrote: Ah, right, I missed this. For the record you

Re: [concordance-devel] reset fails

2011-02-19 Thread Phil Dibowitz
: Stephen, Did you ever look into this? This looks like a congruity issue. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what

Re: [concordance-devel] Harmony 515 works

2011-02-19 Thread Phil Dibowitz
and see if it can then print out the model number? Thanks -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ Be who you are and say what you feel, because

Re: [concordance-devel] Any updates on 1100?

2011-02-11 Thread Phil Dibowitz
On Fri, Feb 11, 2011 at 02:07:36PM -0800, Konstantin Svist wrote: Last message about it is from ~2 months ago... Nope. I moved and haven't had time to get back to working on concordance. I will eventually... -- Phil Dibowitz p...@ipom.com Open Source software

Re: [concordance-devel] Using concordance in Windows

2011-02-04 Thread Phil Dibowitz
for Windows. I've been looking. If I find one, I'll gladly build and distribute Windows binaries (and be able to keep the Windows code more tested). -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net

Re: [concordance-devel] [PATCH] New API, 89x support

2010-09-22 Thread Phil Dibowitz
On Tue, Sep 21, 2010 at 10:40:53PM -0700, Stephen Warren wrote: On 09/19/2010 09:23 AM, Phil Dibowitz wrote: Attached is a patch (which is just a diff from HEAD to the zwave_work_branch) which moves us to a new and simpler API based on the discussions between Stephen and I on this list

Re: [concordance-devel] API feedback wanted: Supporting zwave remotes

2010-09-18 Thread Phil Dibowitz
#ifdef'd out). Movers come Monday, so I may out of reach for a while, but if anyone wants to look at how things will be organized in the future, see the zwave_work_branch branch. -- Phil Dibowitz p...@ipom.com Open Source software and tech docsInsanity Palace

Re: [concordance-devel] API feedback wanted: Supporting zwave remotes

2010-09-18 Thread Phil Dibowitz
On 09/18/2010 04:18 PM, Phil Dibowitz wrote: Phew. The new abstractions are there for get identity, connectivity tests, and config updates. Additionally, the new call-back system is in place. It works on zwave and non-zwave remotes - and in the same way. I still have to convert all

<    1   2   3   4   5   6   >