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.

CommandFusion: iPhone control with customizable interface

If you have a question or need help, this is the place to be.
Post Reply
User avatar
CommandFusion
Experienced User
Posts: 59
Joined: Thu Jun 25, 2009 9:36 am
Location: Melbourne, Australia
Contact:

Re: CommandFusion: iPhone control with customizable interface

Post by CommandFusion »

Nothing is final yet, but we are trying to make everyone happy:

http://groups.google.com/group/commandf ... a20e?hl=en
Jarrod Bell
CommandFusion
aslamma
Posts: 32
Joined: Sat Apr 03, 2010 7:33 pm

Re: CommandFusion: iPhone control with customizable interface

Post by aslamma »

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
aslamma
Posts: 32
Joined: Sat Apr 03, 2010 7:33 pm

Re: CommandFusion: iPhone control with customizable interface

Post by aslamma »

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.
aslamma
Posts: 32
Joined: Sat Apr 03, 2010 7:33 pm

Re: CommandFusion: iPhone control with customizable interface

Post by aslamma »

Another video...

http://www.youtube.com/watch?v=mUIB-HEFlHw

Just need to get the "auto black" feature and it will be perfect :)
User avatar
CommandFusion
Experienced User
Posts: 59
Joined: Thu Jun 25, 2009 9:36 am
Location: Melbourne, Australia
Contact:

Re: CommandFusion: iPhone control with customizable interface

Post by CommandFusion »

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.
Jarrod Bell
CommandFusion
aslamma
Posts: 32
Joined: Sat Apr 03, 2010 7:33 pm

Re: CommandFusion: iPhone control with customizable interface

Post by aslamma »

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.
User avatar
CommandFusion
Experienced User
Posts: 59
Joined: Thu Jun 25, 2009 9:36 am
Location: Melbourne, Australia
Contact:

Re: CommandFusion: iPhone control with customizable interface

Post by CommandFusion »

Jarrod Bell
CommandFusion
User avatar
Fiasco
Plugin Developer
Posts: 222
Joined: Fri Jul 24, 2009 5:32 am
Location: St. Louis MO
Contact:

Re: CommandFusion: iPhone control with customizable interface

Post by Fiasco »

I have posted a tutorial GUI on the CF support forum for loading media lists from XBMC

Tutorial GUI thread is here.



ImageImageImage

ImageImageImage
hanspettersson
Posts: 42
Joined: Sat Feb 20, 2010 2:42 pm

Re: CommandFusion: iPhone control with customizable interfac

Post by hanspettersson »

.
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

Post by hanspettersson »

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 wondering how to do this whit the tellstick plugin?
I have try this but i get an error

Code: Select all

eg.Plugins.TellStick.Dim(10, (float(eg.event.payload)/65535) * 255)
Fel i åtgärd: "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'
leothlon
Experienced User
Posts: 59
Joined: Tue Dec 17, 2013 6:29 pm

Re: CommandFusion: iPhone control with customizable interfac

Post by leothlon »

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
mjd106
Posts: 2
Joined: Mon Jan 20, 2014 9:21 pm

Re: CommandFusion: iPhone control with customizable interfac

Post by mjd106 »

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
mjd106
Posts: 2
Joined: Mon Jan 20, 2014 9:21 pm

Re: CommandFusion: iPhone control with customizable interfac

Post by mjd106 »

..... problem solved.

I had been putting details of the EventGhost server in System Manger and not in Project Properties. :roll:

It's now works a treat and is very cool. :D

Thanks.
Kazuya
Posts: 15
Joined: Sat Dec 14, 2013 8:07 pm

Re: CommandFusion: iPhone control with customizable interfac

Post by Kazuya »

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)
Screenshot - 01_04_2014 , 12_10_12.png
Screenshot - 01_04_2014 , 12_10_26.png
Kazuya
Posts: 15
Joined: Sat Dec 14, 2013 8:07 pm

Re: CommandFusion: iPhone control with customizable interfac

Post by Kazuya »

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...
Post Reply