Search found 7 matches

by Bundy75
Wednesday 20 June 2018 15:45
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131550

Re: Python Plugin : Broadlink RM2 V4

I've restarted Domoticz after applying any changes - it doesn't help for this particular case
Regarding .ini file - I've created it from the scratch on my RPi, so there's no chance to contain any Windows EOL codes.
by Bundy75
Tuesday 19 June 2018 14:04
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131550

Re: Python Plugin : Broadlink RM2 V4

Thanks for your fast reply!
My ini file for Remote is exactly the same (structure). It just contains:


[Custom]
command = 4,5,6,7


Values assigned to 'command' are unit numbers of previously learned and stored buttons (they work correctly as separate switches).

example:


[DEFAULT]
pluginname ...
by Bundy75
Tuesday 19 June 2018 12:10
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131550

Re: Python Plugin : Broadlink RM2 V4

Hi Zak!

After many hours of struggling with Python I've managed to launch working instance of the plugin.
On thing is still not completed - RM3 Remote. I would like to assign my TV's buttons codes to this virtual remote, but probably my ini file is not correct.
Could you share a proper structure ...
by Bundy75
Monday 11 June 2018 18:20
Forum: Python
Topic: Python Plugin: Broadlink RM2 V3
Replies: 310
Views: 77924

Re: Python Plugin: Broadlink RM2 V3

I think that I've managed to solve it!!!
Uninstalled 'pyaes' and installed pycrypto instead and it did the trick :-) Now it works like a charm. Thanks Zak for your huge effort and help!
by Bundy75
Monday 11 June 2018 17:35
Forum: Python
Topic: Python Plugin: Broadlink RM2 V3
Replies: 310
Views: 77924

Re: Python Plugin: Broadlink RM2 V3

Thanks for your suggestion - I've removed pycrypto and now it's slightly better but still no perfect ;-)

2018-06-11 17:27:24.126 (RM3) Device ID: '48'
2018-06-11 17:27:24.126 (RM3) Device Name: 'RM3 - Command'
2018-06-11 17:27:24.126 (RM3) Device nValue: 0
2018-06-11 17:27:24.126 (RM3) Device ...
by Bundy75
Monday 11 June 2018 15:03
Forum: Python
Topic: Python Plugin: Broadlink RM2 V3
Replies: 310
Views: 77924

Re: Python Plugin: Broadlink RM2 V3

Hi!

My situation is nearly the same - Domoticz Stable (on Jessie with Python 3.4) + V3 plugin and RM3 Pro

2018-06-11 14:09:18.747 User: Admin initiated a switch command (42/RM3 - Command/Set Level)
2018-06-11 14:09:18.762 (RM3) Calling message handler 'onCommand'.
2018-06-11 14:09:18.763 (RM3 ...
by Bundy75
Saturday 09 June 2018 18:42
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131550

Re: Python Plugin : Broadlink RM2 V4

Hello everyone!

I'm struggling with Broadlink plugin for a third day in a row and I already started pulling my hair :-) I've started with Raspbian Stretch + Domoticz Stable + Python 3.5 and 3.4 (installed later) and v4 plugin - unfortunately no luck :-( I tried to check several variants (versions ...