Show Posts
|
|
Pages: 1 2 [3] 4 5 6
|
|
31
|
LinuxMCE / Feature requests & roadmap / Re: Radio Thermostat Publishes API
|
on: December 08, 2011, 03:45:52 pm
|
It is being worked on, but I've had to put it aside until my work importing from XBMC is finished. It will be more difficult for me to find time to work on this as we get closer to the holidays, but I plan on having this driver ready early in the new year. Keep an eye on this thread for updates, as soon as I have it checked in, I will let everyone know. That being said, I do have a GSD template that reads the output of http://192.168.80.xx/tstat to a log file, next step is to work on the POST update function.
|
|
|
|
|
33
|
LinuxMCE / Users / LinuxMCE XBMC Media Metadata Import
|
on: November 30, 2011, 10:05:20 pm
|
I'm working on a media metadata import utility for XBMC. What I have is a XBMC windows box with some of my media backups on it. The plan is to setup the media as share(s) and then use the export function within XBMC to puke the database into a single XML file that will be used to tag everything in LinuxMCE with. Once the metadata is added to the LinuxMCE database, UpdateMedia will create .id3 tags for all of the files. I have a script that automates the process, just working out the bugs on it. What I want to do next is add it to the web admin. From a user's perspective, it should be as easy as selecting the XBMC videodb.xml file in our web admin, and then drink beer until it finishes. If there is anyone out there who has media in XBMC they want to import into LinuxMCE already tagged, please let me know as I'll be looking for someone to help me test it before I get it folded in to the system. Hopefully this can help encourage some XBMC users that have been sitting on the LinuxMCE fence to jump over 
|
|
|
|
|
34
|
LinuxMCE / Users / Re: Insteon 2412N Addition?
|
on: November 08, 2011, 10:29:20 pm
|
|
The template is 1932 for the Insteon PLM GSD device. As tschak909 suggests, reading up on DCE will help. For examples of IP based GSD devices, run this query in the pluto_main database:
select PK_DeviceTemplate, Description from DeviceTemplate Where IsIPBased=1 and CommandLine = 'Generic_Serial_Device';
If the commands are the same, it shouldn't be hard to get them working.
|
|
|
|
|
35
|
LinuxMCE / Users / Re: Heating Control
|
on: October 18, 2011, 02:12:01 am
|
|
For heating control in my home, I'm going to use a wifi thermostat to control the furnace, and in the basement I have a gas fireplace that is setup turn on and off with a relay. I have a 1-wire temp sensor in the room. just like you mention, the alarm goes off and the fireplace turns on. I can also use the remote to turn it on and off. A 1-wire network really is what you are looking for IMO, but you need be able to pull some wire. I don't know if Z-wave is an option for you in this situation? I don't know much about z-wave as I use Insteon and 1-wire.
|
|
|
|
|
39
|
LinuxMCE / Users / Re: My DCERouter is attacking other servers!
|
on: July 05, 2011, 04:20:35 pm
|
|
Just because it came form your IP does not mean that it came from the core. Did you have any other computers running at the time? Anyway I would start by reviewing your firewall rules and changing all passwords.
|
|
|
|
|
41
|
LinuxMCE / Developers / Re: Whats up with the programming tasks?
|
on: June 15, 2011, 03:51:52 pm
|
You might be right bongowongo, my only point is that people have been saying this without achieving the desired result for at least 3 years.
That's because there hasn't been enough doing. I'm guilty as well. I have the skill set to help out, and while I have been digging in a bit, I haven't accomplished much. There just has not been enough time for me lately with moving and renovating. I think what we need to have is some way for the management to know better what everyone is working on. For example, right now I'm digging into the Insteon_PLM_DCE driver to try and make it work PnP and all. I created a Trac ticket for my Insteon PnP script. Now, everyone can see what I'm trying to accomplish. Thanks golgoj4, you have inspired me to keep working on it.
|
|
|
|
|