Search found 10 matches

by huey
Sunday 29 April 2018 19:25
Forum: Python
Topic: Plugin - WeMo Switch
Replies: 6
Views: 3909

Re: Plugin - WeMo Switch

Latest and probably last version and with some icons. #!/usr/bin/python3 # # Domoticz Python Plugin for WeMo Insight by Belkin # Modifications for WeMo Insight switch and rename to wemo-insight - huey 2018/04/16 # Added support for WeMo Insight switch - r3wt3d 2017/11/16 # Based on code from ...
by huey
Tuesday 24 April 2018 22:53
Forum: Python
Topic: Python plugin: Xiaomi Mi Flower Mate
Replies: 99
Views: 28158

Re: Python plugin: Xiaomi Mi Flower Mate

(Xiaomi Mi Flower) Scan failed Can it be you run it as an unprivileged (non root) user? The scanner needs to run as root the script says. I am not aware of a way to make the plugin run as another user and only the sub module run as root. I think it is not possible due to security constraints (or am ...
by huey
Monday 23 April 2018 21:30
Forum: Other questions and discussions
Topic: different behaviour on port 8080?
Replies: 8
Views: 855

Re: different behaviour on port 8080?

Ok, my bad: clearing the appcache did it! Must admit I was not aware/stumbled upon the existance, of that cache. Must browse more topics.

@gizmocuz: Thanks for solving this issue for me!
by huey
Monday 23 April 2018 7:58
Forum: Other questions and discussions
Topic: different behaviour on port 8080?
Replies: 8
Views: 855

Re: different behaviour on port 8080?

gizmocuz wrote:Try clearing your browser cache and appcache (two different things)
Ok, I will give that a try!
by huey
Sunday 22 April 2018 23:31
Forum: Other questions and discussions
Topic: different behaviour on port 8080?
Replies: 8
Views: 855

Re: different behaviour on port 8080?

Hm, just noticed that giving the host a different name also solves the issue. I guess the webserver does not like the host to be domoticz as it maybe uses it internally as well fro some check on port 8080? Renamed the host to domoticz-prod.local and know am running on port 8080 with the proper edit ...
by huey
Sunday 22 April 2018 22:30
Forum: Other questions and discussions
Topic: different behaviour on port 8080?
Replies: 8
Views: 855

Re: different behaviour on port 8080?

Hi waaren, Yes, you are right: I use the beta builds on a Raspberry PI 2, Debian Stretch, added python 3.6.5 and build from source with USE_OPENSSL_STATIC=NO so I can make use of ptyhon plugins without segmentation faults. Although I think the last items are not relevant for this matter. I have this ...
by huey
Sunday 22 April 2018 22:24
Forum: Python
Topic: Plugin - WeMo Switch
Replies: 6
Views: 3909

Re: Plugin - WeMo Switch

Hi, I have taken the liberty of using your and mivo's code and adjusted it a bit for the Wemo Insight. Still working on it to see if i can get the standby status and info in a bit better... I will include the code, maybe anyone has some additional ideas and pointers. #!/usr/bin/python3 # # Domoticz ...
by huey
Sunday 22 April 2018 22:16
Forum: Other questions and discussions
Topic: different behaviour on port 8080?
Replies: 8
Views: 855

Re: different behaviour on port 8080?

While ok:
by huey
Sunday 22 April 2018 22:13
Forum: Other questions and discussions
Topic: different behaviour on port 8080?
Replies: 8
Views: 855

Re: different behaviour on port 8080?

And the log:
by huey
Sunday 22 April 2018 22:09
Forum: Other questions and discussions
Topic: different behaviour on port 8080?
Replies: 8
Views: 855

different behaviour on port 8080?

I must be going mad: when running domoticz on port 8080 it is not possible to switch icon in edit mode of device and the log is showing less. If I start on port 8081, all is ok... Thanks for any advise on how to resolve this... Not really a problem to run on 8081 but it bugs me that I can not find ...