Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
CommandFusion: iPhone control with customizable interface
- CommandFusion
- Experienced User
- Posts: 59
- Joined: Thu Jun 25, 2009 9:36 am
- Location: Melbourne, Australia
- Contact:
Re: CommandFusion: iPhone control with customizable interface
Nothing is final yet, but we are trying to make everyone happy:
http://groups.google.com/group/commandf ... a20e?hl=en
http://groups.google.com/group/commandf ... a20e?hl=en
Jarrod Bell
CommandFusion
CommandFusion
Re: CommandFusion: iPhone control with customizable interface
Been following that, but just want to chime in and say that I hope the lite version will use eventghost. Would work good for my iPhones
Re: CommandFusion: iPhone control with customizable interface
FYI,
http://forums.macrumors.com/showthread.php?t=889181
saw that on the kindle app you can adjust brightness as well. Don't know if it is related and if you can make changes in iViewier (kindle and iBooks can), but a lot of people are annoyed by how bright the iPad is.
http://forums.macrumors.com/showthread.php?t=889181
saw that on the kindle app you can adjust brightness as well. Don't know if it is related and if you can make changes in iViewier (kindle and iBooks can), but a lot of people are annoyed by how bright the iPad is.
Re: CommandFusion: iPhone control with customizable interface
Another video...
http://www.youtube.com/watch?v=mUIB-HEFlHw
Just need to get the "auto black" feature and it will be perfect
http://www.youtube.com/watch?v=mUIB-HEFlHw
Just need to get the "auto black" feature and it will be perfect
- CommandFusion
- Experienced User
- Posts: 59
- Joined: Thu Jun 25, 2009 9:36 am
- Location: Melbourne, Australia
- Contact:
Re: CommandFusion: iPhone control with customizable interface
cool 
We will look into anything we can do to adjust brightness, but remember apple sometimes allows the big players on the app store to use Private API's which the average developer would not be approved to use.
We will look into anything we can do to adjust brightness, but remember apple sometimes allows the big players on the app store to use Private API's which the average developer would not be approved to use.
Jarrod Bell
CommandFusion
CommandFusion
Re: CommandFusion: iPhone control with customizable interface
Not quite sure what happened, but my screens are now transitioning (like an animation) from one to another rather than snapping from one to another? What setting I do to cause this to occur? Not a fan of the transitions.
- CommandFusion
- Experienced User
- Posts: 59
- Joined: Thu Jun 25, 2009 9:36 am
- Location: Melbourne, Australia
- Contact:
Re: CommandFusion: iPhone control with customizable interface
I have posted a tutorial GUI on the CF support forum for loading media lists from XBMC
Tutorial GUI thread is here.






Tutorial GUI thread is here.






-
hanspettersson
- Posts: 42
- Joined: Sat Feb 20, 2010 2:42 pm
Re: CommandFusion: iPhone control with customizable interfac
.
Last edited by hanspettersson on Sun Oct 09, 2011 5:20 pm, edited 1 time in total.
-
hanspettersson
- Posts: 42
- Joined: Sat Feb 20, 2010 2:42 pm
Re: CommandFusion: iPhone control with customizable interfac
I wondering how to do this whit the tellstick plugin?CommandFusion wrote:Create a macro triggered by a CommandFusion AnalogChange event, then create a python script event and add the following:
eg.Plugins.FS20PCS.Dim(0, (float(eg.event.payload)/65535) * 16)
You might need to do some rounding in there, but otherwise should work.
This scales the analog value from the slider to a range of 0-16 (as required by the FS20 dim values). So it won't scale perfectly because you cant set the exact dim percentage.
Got the info from here (page 4):
http://www.elv-downloads.de/Assets/Prod ... 916_UM.pdf
0 is the address, not sure exactly what you should put here, but that was the default address (1111-1111-1111 or something).
I got the command definition by creating an event to set the dim level to 50% then copy the event and paste into a text editor (as documented in the Python Scripting help built into EventGhost help contents). You can manually create an event, enter the correct address and any dim level, then copy/paste the item in the macro to a text editor to see what unit address values you should use.
I have try this but i get an error
Code: Select all
eg.Plugins.TellStick.Dim(10, (float(eg.event.payload)/65535) * 255)Traceback (most recent call last) (1462):
File "<string>", line 1, in <module>
AttributeError: 'Bunch' object has no attribute 'Tellstick'
Re: CommandFusion: iPhone control with customizable interfac
Hello.
i got multiple devices running iviewer and i am woundering if it is possible to set up so eventghost send out the new analog value to all devices? currently i can only get it to send volume value to the device that connected last.
= if i connect with the android tablet on the hallway wall using iwiewer to controll my house i can change and set the volume slider without any trouble.
but if then start iviewer on my phone to change the volume eventghost dont send the new value to the tablet on the hallway wall but rather just send the value back to my phone...
how can i set eventghost to broadcast the new value to all my devices?
also sending the characters: "├Ñ ├ñ ├Â" dont seem to work
i got multiple devices running iviewer and i am woundering if it is possible to set up so eventghost send out the new analog value to all devices? currently i can only get it to send volume value to the device that connected last.
= if i connect with the android tablet on the hallway wall using iwiewer to controll my house i can change and set the volume slider without any trouble.
but if then start iviewer on my phone to change the volume eventghost dont send the new value to the tablet on the hallway wall but rather just send the value back to my phone...
how can i set eventghost to broadcast the new value to all my devices?
also sending the characters: "├Ñ ├ñ ├Â" dont seem to work
Re: CommandFusion: iPhone control with customizable interfac
Hi,
I have tried in vain to get this to work for me and was wondering if anyone can help.
I can create and upload a panel to my iDevice and it would seem to connect to EventGhost as I get the CommandFusion.ConnectionLost events appearing in the log when the iViewer panel is closed on the iDevice. However, I just can't trigger any events in Eventghost. I've tried making different join types on buttons and have also tried the example panel but with no luck.
The IP and port numbers are correct in the CommandFusion Gui Designer to match the address and port that Eventghost is listening on.
I have managed to get something to show up in Evenghost by creating commands and excuting then from button presses on the panel. The command has to take the form "mute\x03". This then shows up in Eventghost as "CommandFusion Message Recv: mute" - but it is an information item (not an event) so I can't seemingly do anything with it.
Creating a button and giving it a join just doesn't work for me. I've tried this on serveral different EventGhost machines and networks but alway get the same problem (i.e. no events in EventGhost). The only thing I haven't been able to swap out is the iDevice (as I only have one). It is an iPod Touch 4th Gen (version 6.1.3).
Thanks
I have tried in vain to get this to work for me and was wondering if anyone can help.
I can create and upload a panel to my iDevice and it would seem to connect to EventGhost as I get the CommandFusion.ConnectionLost events appearing in the log when the iViewer panel is closed on the iDevice. However, I just can't trigger any events in Eventghost. I've tried making different join types on buttons and have also tried the example panel but with no luck.
The IP and port numbers are correct in the CommandFusion Gui Designer to match the address and port that Eventghost is listening on.
I have managed to get something to show up in Evenghost by creating commands and excuting then from button presses on the panel. The command has to take the form "mute\x03". This then shows up in Eventghost as "CommandFusion Message Recv: mute" - but it is an information item (not an event) so I can't seemingly do anything with it.
Creating a button and giving it a join just doesn't work for me. I've tried this on serveral different EventGhost machines and networks but alway get the same problem (i.e. no events in EventGhost). The only thing I haven't been able to swap out is the iDevice (as I only have one). It is an iPod Touch 4th Gen (version 6.1.3).
Thanks
Re: CommandFusion: iPhone control with customizable interfac
..... problem solved.
I had been putting details of the EventGhost server in System Manger and not in Project Properties.
It's now works a treat and is very cool.
Thanks.
I had been putting details of the EventGhost server in System Manger and not in Project Properties.
It's now works a treat and is very cool.
Thanks.
Re: CommandFusion: iPhone control with customizable interfac
Hello,
I follow the instructions in this page and youtube tutorial but I still can't get my android phone communicates with eventghost on my computer.
First, are those 2 menus correct ?
(the ip adress of my computer is 192.168.1.12 and port 8020 chosen in Eventghost CommandFusion plugin)
I follow the instructions in this page and youtube tutorial but I still can't get my android phone communicates with eventghost on my computer.
First, are those 2 menus correct ?
(the ip adress of my computer is 192.168.1.12 and port 8020 chosen in Eventghost CommandFusion plugin)
Re: CommandFusion: iPhone control with customizable interfac
Nobody can answer me ?
When I checked off "maintain constant connection", and push my button "sharpness" on my phone, I have a log information in Eventghost saying "commandfusion.connection lost".
But I never saw my command in the log...
When I checked off "maintain constant connection", and push my button "sharpness" on my phone, I have a log information in Eventghost saying "commandfusion.connection lost".
But I never saw my command in the log...