|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#101
|
|||
|
|||
Change Temperature
Hi brilliant product, would it be possible to change a virtual temperature from the Sage Client , an up and down instead of on and off. Depending on how Homeseer works I can imagine this could be difficult
|
#102
|
|||
|
|||
Quote:
I restored an earlier HomeSeer database hoping to recover the original configuration, but it didn't work. Where are the InControl HomeSeer settings stored? I have a backup of everything. I just need to understand what to restore. I had a lot of custom names and locations configured that I don't want to recreate from scratch. |
#103
|
||||
|
||||
nissse,
Let me research that one. I will have to see if Sage or Java can trap the "hibernation" event so I can properly send a Logoff. I will let you know. Thanks! Quote:
__________________
LaManSoft - InControl For Sage and HomeSeer |
#104
|
||||
|
||||
cpass,
I am going to work exposing the HomeSeer device action logic next, so that any special commands available through HomeSeer can be seen as buttons in Sage. I'm assuming this is the type of of device you are speaking of. Alternativly, I am also considering at least being able to have a HomeSeer event triggered when a Sage button is pressed. One item that may help me confirm I can add this capabilty would be if you can send me the device information, by doing the following: 1) go to the virtual device 2) at the bottom click "InControl Device Information" 3) scroll to the bottom and enter a valid path on your homeseer server 4) click export 5) then attach the file to the forum This will have the exact setup of your device so I can import it into my development system and work with it. Thanks!
__________________
LaManSoft - InControl For Sage and HomeSeer |
#105
|
||||
|
||||
mbowling,
I found the issue with 1.3.6, the "INI" name setting was reset back to null (empty), which caused it to look for and save all of the ini settings in the HomeSeer settings.ini file. I will correct this with the next version. However, I did some research and believe I found a way to correct the situation if you still have the HomeSeer device with the buttons, then you can follow the steps below: 1) Open up the hspi_Incontrol.ini and search for "buttonlabel" you should find the something like: 0_HSDevice=YES 0_Ref=7532 0_ButtonCount=2 0_1_ButtonLabel=Home 0_1_ButtonCommand=Home 0_2_ButtonLabel=Online 0_2_ButtonCommand=Online ... 2) Open up settings.ini find the similar the similar ID # under the [Contexts] section (i.e. in this case it is 0) then simply paste those lines after the last 0_ line then go back to the InControl plugin in homeseer and click on the device id (i.e. 1000_0). You should now see the buttons and they should work. If you deleted the HomeSeer Device, let me know and I will see if I can find a similar work around.
__________________
LaManSoft - InControl For Sage and HomeSeer |
#106
|
|||
|
|||
Thanks for the info Michael. I didn't have the "buttonlabel" string in the hspi_Incontrol.ini, and since you said that this issue will be fixed in the next version, I decided to restore an image of the C partition which takes me back to 5:00 AM this morning when 1.3.5 was installed and everything was working normally. I'll upgrade when the next version is released.
StorageCraft's ShadowProtect imaging software has saved me a lot of time and effort when these types of problems occur. Rather than spending hours trying to fix a problem, I spend 10 minutes restoring an image backup, and then move on to more enjoyable things. |
#107
|
||||
|
||||
This is just me reporting that running HomeSeer in an virtual environment doesn't hurt the connection to SageTV via InControl. That's great!
__________________
SageTV 7 beta on Windows Home Server 5 TB storage, Hauppauge PRV-USB2, HomeSeer 3x PlaceShifters 1x HD200 |
#108
|
||||
|
||||
This might be a SageTV limitation, but:
Is it possible to make a HomeSeer function that returns the complete path to the current played file?
__________________
SageTV 7 beta on Windows Home Server 5 TB storage, Hauppauge PRV-USB2, HomeSeer 3x PlaceShifters 1x HD200 |
#109
|
||||
|
||||
Moskus,
This is possible, I am working on a new version now and will try to get this capability added.
__________________
LaManSoft - InControl For Sage and HomeSeer |
#110
|
||||
|
||||
Fantastic!
__________________
SageTV 7 beta on Windows Home Server 5 TB storage, Hauppauge PRV-USB2, HomeSeer 3x PlaceShifters 1x HD200 |
#111
|
||||
|
||||
How's the new version comming along?
__________________
SageTV 7 beta on Windows Home Server 5 TB storage, Hauppauge PRV-USB2, HomeSeer 3x PlaceShifters 1x HD200 |
#112
|
||||
|
||||
Just posted it today.....your feature request has been added. Let me know if that is what you were looking for.
__________________
LaManSoft - InControl For Sage and HomeSeer |
#113
|
||||
|
||||
Thanks! Will test this tonight.
__________________
SageTV 7 beta on Windows Home Server 5 TB storage, Hauppauge PRV-USB2, HomeSeer 3x PlaceShifters 1x HD200 |
#114
|
||||
|
||||
The plugin doesn't really initialize. I get this error:
Code:
25.01.2011 17:48:15 Error Initializing interface: InControl_Sage->Conversion from string "01.25.2011 03:52:44" to type 'Date' is not valid.
__________________
SageTV 7 beta on Windows Home Server 5 TB storage, Hauppauge PRV-USB2, HomeSeer 3x PlaceShifters 1x HD200 |
#115
|
||||
|
||||
Yes, very strange, it must be the different date format. Did you happen to notice if there were any other log messages before or after referencing InControl? Just need to track down where that is happening in the code.
Quote:
__________________
LaManSoft - InControl For Sage and HomeSeer |
#116
|
||||
|
||||
Yes, it is a date format issue. I believe I have corrected the bug. Can you try 1.4.1 now on the HomeSeer Updater. Thanks!!!
Quote:
__________________
LaManSoft - InControl For Sage and HomeSeer |
#117
|
||||
|
||||
The plugin now works!
But the function returns an empty string...
__________________
SageTV 7 beta on Windows Home Server 5 TB storage, Hauppauge PRV-USB2, HomeSeer 3x PlaceShifters 1x HD200 |
#118
|
||||
|
||||
Is the name and path showing on the InControl plugin page (http://<homeseer server>/InControl_Sage)?
Be sure logging is set to at least 1 for Incontrol, then do you see any errors? Try this script (be sure to replace 1002_2 with your Sage ID listed in the plugin page (http://<homeseer server>/InControl_Sage): Code:
Sub Main(ByVal Parms As Object) dim s as string s = hs.plugin("InControl_Sage").GetSagePlayingByID("1002_2") hs.writelog("InControl","s=" + s) End Sub
__________________
LaManSoft - InControl For Sage and HomeSeer |
#119
|
||||
|
||||
D'oh! Turns out I had two Placeshifters registered in the plugin as "Jobb" (norwegian for "Work) and the plugin returned the path to the first one, which was empty of course.
It works! Another quick question though: Is it possible to delete Clients from the list in the plugin?
__________________
SageTV 7 beta on Windows Home Server 5 TB storage, Hauppauge PRV-USB2, HomeSeer 3x PlaceShifters 1x HD200 |
#120
|
||||
|
||||
Great, glad to hear it works. On the setup page (http://<homeseer server>/InControl_Sage_config) you can delete a "server/client". However, if for example it is a server and you have multiple extenders logged in it will delete all of them, so use with caution.
Otherwise there is not an option in the web intereface to delete an individual client (I will add that, however). In the mean time you can modify the hspi_InControl.ini in the HomeSeer Config directory to remove it. To do this, I would recommend you do the following:
In any case the delete option is on the list now and will be in the next release. Thanks! Quote:
__________________
LaManSoft - InControl For Sage and HomeSeer |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: InControl For SageTV/HomeSeer - Version 1.3.0 BETA | lamanmi | SageTV v7 Customizations | 24 | 09-05-2010 12:50 PM |
Plugin: InControl For SageTV/HomeSeer - Version 1.2.0 BETA | lamanmi | SageTV v7 Customizations | 27 | 09-05-2010 09:15 AM |
Plugin: InControl For SageTV/HomeSeer - Version 1.0.8 | lamanmi | SageTV v7 Customizations | 37 | 08-24-2010 05:47 PM |
Home Automation Plugin Request: HomeSeer | vipersmith | SageTV Customizations | 18 | 12-01-2009 02:04 AM |
Homeseer Plugin | lamanmi | General Discussion | 1 | 03-24-2005 04:31 PM |