i'f your having such problems with rfxtrx and tellstick even with a extra antenna (conrad.com has one alot of people recommend called "Antenn Aurel GP 433") then you might want to take a look at Z-wave, as each AC switch will work as an repeater so distance shouldn't be to much of a problem.
as for ...
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.
Search found 59 matches
- Mon Dec 15, 2014 7:42 am
- Forum: Plugin Support
- Topic: TellStick Duo
- Replies: 411
- Views: 182158
- Wed Dec 10, 2014 10:03 am
- Forum: General Support
- Topic: System.Volume - Trigger up-down
- Replies: 2
- Views: 1865
Re: System.Volume - Trigger up-down
if i understand you want to check if the volume was turned down or up when it changes, and currently you only get the new volume value in payload?
you can do it with a script:
if eg.globals.volumeLevel > {eg.event.payload}
eg.TriggerEvent("system.volume.down", "volume turned down from + " eg ...
you can do it with a script:
if eg.globals.volumeLevel > {eg.event.payload}
eg.TriggerEvent("system.volume.down", "volume turned down from + " eg ...
- Wed Dec 10, 2014 9:56 am
- Forum: General Support
- Topic: Is the order macros execute on the same event predictable?
- Replies: 3
- Views: 1497
Re: Is the order macros execute on the same event predictabl
why not just make a specific order and only have the trigger in 1 macro? you can then put "jump to" action in the end of each macro pointing to the next in your "chain", that is if you really need seperate macros... for what you're describing i'd say you could put it all in one macro instead of ...
- Wed Dec 10, 2014 9:46 am
- Forum: General Support
- Topic: Random Triggers
- Replies: 3
- Views: 2263
Re: Random Triggers
think you'd do it with a scritp..
i'm not good at python but a quick google search gave me this:
http://effbot.org/pyfaq/how-do-i-generate-random-numbers-in-python.htm
import random
print random.randrange(1,10)
so i guess your scritpt would be something like this:
import random
eg.TriggerEvent ...
i'm not good at python but a quick google search gave me this:
http://effbot.org/pyfaq/how-do-i-generate-random-numbers-in-python.htm
import random
print random.randrange(1,10)
so i guess your scritpt would be something like this:
import random
eg.TriggerEvent ...
- Wed Dec 10, 2014 8:37 am
- Forum: General Support
- Topic: Eventghost Online
- Replies: 12
- Views: 10960
Re: Eventghost Online
If you like to keep using the webserver I recommend to connect to your server by using VPN instead of opening port 80 on your firewall
This ^
If you don't want to set up a VPN i'd recommend you make sure the webserver is not accessible from outside the LAN but instead use the pushbullet addon. i ...
- Wed Nov 26, 2014 8:25 pm
- Forum: Bug Reports
- Topic: 'Sound Card' not working in 0.4.1.r1669
- Replies: 4
- Views: 5254
Re: 'Sound Card' not working in 0.4.1.r1669
same problem, after update EG wont controll my volume settings
- Wed Nov 26, 2014 6:53 pm
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1402
- Views: 615285
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
Hi,
When i run json-rpc gui.activatewindow with "{"window":"subtitlesearch"}" it opens the subtitle window correctly but EG freeze untill the window is closed again...
So this means if i open the window with my remote it wont let me choose a subtitle with the remote. i can with keyboard go up and ...
When i run json-rpc gui.activatewindow with "{"window":"subtitlesearch"}" it opens the subtitle window correctly but EG freeze untill the window is closed again...
So this means if i open the window with my remote it wont let me choose a subtitle with the remote. i can with keyboard go up and ...
- Mon Nov 24, 2014 11:38 am
- Forum: Plugin Support
- Topic: Spotify (api is partially broken)
- Replies: 165
- Views: 96983
Re: Spotify
I was just browsing the spotify api pages and it seems they have added alot of functionalities nowdays.
So i was woundering if it still not possible to play spesific playlist and such without having to emulate a load of keypresses and stuff?
So i was woundering if it still not possible to play spesific playlist and such without having to emulate a load of keypresses and stuff?
- Tue Aug 19, 2014 6:13 am
- Forum: Plugin Support
- Topic: Tornado (webserver with WebSocket)
- Replies: 94
- Views: 34625
Re: Tornado (webserver with WebSocket)
Does anyone know how much WebSocket connections affects the network?
i am currently setting up xbmc control on my webgui but now i don't know if i should have the webpage connect directly to my 3 xbmc machines using websocket or if they should go throu EG as a "proxy"...
if i have 3 controller ...
i am currently setting up xbmc control on my webgui but now i don't know if i should have the webpage connect directly to my 3 xbmc machines using websocket or if they should go throu EG as a "proxy"...
if i have 3 controller ...
- Fri Aug 15, 2014 10:37 am
- Forum: Plugin Support
- Topic: Tornado (webserver with WebSocket)
- Replies: 94
- Views: 34625
Re: Tornado (webserver with WebSocket)
The reason i set it to broadcast all values was that in the early stage of developing the ui it did not always recieve the value on all connected devices, but if i then broadcasted all values this would correct itself whenever next change happened.
So if one update failed it would still be fixed if ...
So if one update failed it would still be fixed if ...
- Fri Aug 15, 2014 9:00 am
- Forum: Plugin Support
- Topic: Tornado (webserver with WebSocket)
- Replies: 94
- Views: 34625
Re: Tornado (webserver with WebSocket)
Yea, when i run the site on a computer (even if its not localhost). the site works fast and well.
It is mainly designed for android tablet and to look good there. the scaling is still not what i want 100% but it looks decent on 1920x1080.
On phone with smaller display i havn't tried, i was thinking ...
It is mainly designed for android tablet and to look good there. the scaling is still not what i want 100% but it looks decent on 1920x1080.
On phone with smaller display i havn't tried, i was thinking ...
- Thu Aug 14, 2014 8:07 pm
- Forum: Plugin Support
- Topic: Tornado (webserver with WebSocket)
- Replies: 94
- Views: 34625
Re: Tornado (webserver with WebSocket)
Hello.
I'm working on a webui to run with tornado getting updates from websockets.
i have currently only made the page to controll lights, and added music controll that will be on all pages.
it looks rather good on both pc and tablet. (my focus is android tablet, i want to use it as control pannel ...
I'm working on a webui to run with tornado getting updates from websockets.
i have currently only made the page to controll lights, and added music controll that will be on all pages.
it looks rather good on both pc and tablet. (my focus is android tablet, i want to use it as control pannel ...
- Mon Mar 10, 2014 7:00 am
- Forum: Plugin Support
- Topic: TellStick Duo
- Replies: 411
- Views: 182158
Re: TellStick Duo
If you simply create a standard macro with an action to dim and then 'Copy As Python' you would get something like this
eg.plugins.TellStickDuo.Dim(u'Front row', 50)
So you should use the name of the device, not the id
Awsome, i didn't know about copy as python :O! that made things ALOT ...
eg.plugins.TellStickDuo.Dim(u'Front row', 50)
So you should use the name of the device, not the id
Awsome, i didn't know about copy as python :O! that made things ALOT ...
- Sat Mar 08, 2014 1:17 pm
- Forum: Plugin Support
- Topic: TellStick Duo
- Replies: 411
- Views: 182158
Re: TellStick Duo
the event: "lights.LampLivingroom1 u"70" "
followed by python command action:
"eg.plugins.TellStickDuo.Dim(4, int(eg.event.payload))"
gives me the error:
Error in Action: "eg.plugins.TellStickDuo.Dim(4, int(eg.event.payload))"
Traceback (most recent call last) (1640):
File "<string>", line 1, in ...
followed by python command action:
"eg.plugins.TellStickDuo.Dim(4, int(eg.event.payload))"
gives me the error:
Error in Action: "eg.plugins.TellStickDuo.Dim(4, int(eg.event.payload))"
Traceback (most recent call last) (1640):
File "<string>", line 1, in ...
- Sat Mar 08, 2014 12:16 pm
- Forum: Plugin Support
- Topic: Tornado (webserver with WebSocket)
- Replies: 94
- Views: 34625
Re: Tornado (webserver with WebSocket)
Here is my webgui Note that it's a work in proggress so there is alot of code commented out (i keep it incase i need to compare and stuff).
Also i had to remove the images, zip was to big to upload otherwise. if you want i can zip them and upload somewhere els.
To add dimmable support (slider) it'd ...
Also i had to remove the images, zip was to big to upload otherwise. if you want i can zip them and upload somewhere els.
To add dimmable support (slider) it'd ...