Search found 185 matches
- Sun Jan 17, 2021 11:50 am
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
Hi Medy, no worries mate :) and thank you! I don't plan to get a 2nd adapter very soon, but the first one I'd like to use "productively". I didn't start yet with learning a lot of IR codes, as I expect the structure you're using to save the codes will change a little when you add aliases for IR cod...
- Sat Jan 16, 2021 11:46 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
Alright ... I did I quick and dirty new version added naming v.0.8 that should do the trick for now I hope ... ;) The learning commands now take a string input. I was thinking that if I could add groups at one point .. if there is anyone recording tons of codes ... that might be useful ... but for n...
- Sat Jan 16, 2021 2:27 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
Hey Medy, any progress yet? I'm excited to test the new version ;) Sry no have alot on my plate atm which needs to be crossed of first.....But I uploaded my current version (so you can use the learning actions stuff correctly) but thats it for now .... Can you tell me what feature yoou want most so...
- Wed Dec 23, 2020 6:42 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
... Learning Mode ... at least in version 0.6 is triggered by using the test button. Previously it was just when opening the action config. Well, as the configuration dialog opens when you add the action, I guess that's what I'm seeing :) In my plugin it also tells me I have v0.5.. but I'm pretty s...
- Sat Dec 19, 2020 12:42 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
Hi Medy, Looking forward to it! :D I did some more testing: - One time I had the impression the plugin periodically eats up system performance, but that may have been something else in my config as I couldn't reproduce that yet - I'll keep watching that - A little strange for me is the way the lear...
- Fri Dec 18, 2020 1:30 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
So, after finally including the RM3 mini in my WiFi the plugin found it - and also throw the errors about the includes... No idea why really. After adding the two libs to the side packages it works though. More tests will follow :) Glad the basic stuff works ;) ... Now just need to add features & p...
- Wed Dec 09, 2020 11:17 am
- Forum: General Support
- Topic: helps with this please
- Replies: 1
- Views: 74
Re: helps with this please
hello everybody , I need some helps with eventghost: im using eventghost with AUTOREMOTE PLUGGIN TASKER: EVERYTHING IS FINE it is coneted y works well. now i want to open a program with command line options. im using Datatobepassed=:=% Variable on tasker. i want to put in command line options my va...
- Wed Dec 02, 2020 7:55 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
Hi Medy, I have my RM3 mini setup in my office now. I downloaded v0.6 of your plugin (loads fine btw. I didn't have to add something to side packages :/ probably only required for EG 0.4) I'm totally new to the device but dislike the idea to register in an app to join my WiFi. I was very happy to s...
- Tue Nov 17, 2020 4:17 pm
- Forum: EventGhost News
- Topic: I want to say sorry.
- Replies: 1
- Views: 484
Re: I want to say sorry.
Grab the pitchforks we must hunt him ! Joking...
Patiently waiting for your return. Dont worry. Dont hurry.
Patiently waiting for your return. Dont worry. Dont hurry.
- Fri Nov 06, 2020 11:12 am
- Forum: General Support
- Topic: System tray icon is red?
- Replies: 1
- Views: 199
Re: System tray icon is red?
The red icon being read means that currently smth is running on the main thread..
And nothing else can run while that is the case.
If you created a macro for example with a "wait" - 1 minute action
The icon will be red until the 1 minute is over.
Green means no task is currently running.
And nothing else can run while that is the case.
If you created a macro for example with a "wait" - 1 minute action
The icon will be red until the 1 minute is over.
Green means no task is currently running.
- Mon Nov 02, 2020 6:05 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
Yes it gets recognized as RM3. I'm certain the receive ir is messed up in my rm3 since it is extremely flaky in detecting IR in the learning mode in the phone app too. Also discrete codes are available on line for most devices and I've been using them with USB-UIRT. They can't be learned since they...
- Mon Nov 02, 2020 4:09 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
does your device get discovered ?george tirebuyer wrote: ↑Mon Nov 02, 2020 3:10 pmThanks for getting this to work. Learning is definitely defective in my unit. Is there a way to use discrete codes downloaded from various sources?
Does it print your device name ?
- Sun Nov 01, 2020 8:07 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
After much trial and lots of errors I was able to learn and transmit IR. I have the new Red bean RM3 mini. It is extremely hit or miss in the learning IR mode. I tried using the phone app and nearly gave up and I my still have a defective unit. I finally got it to learn a button using the phone app...
- Sat Oct 31, 2020 9:46 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
- Sat Oct 31, 2020 9:37 pm
- Forum: Plugin Support
- Topic: Broadlink plugin - alpha version
- Replies: 89
- Views: 3922
Re: Broadlink plugin - test version
Ok, found the problem, please add the following code to the scan function: if local_ip_address is None: s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.connect(('8.8.8.8', 53)) # connecting to a UDP address doesn't send packets local_ip_address = s.getsockname()[0] This code is from the old ...