Search found 13 matches

by rebelo
Tuesday 14 March 2017 15:45
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105052

Re: FlatZ Frontpage

Great works like a charm, Still having the button issue only works as a on button... and is it possible to access the flatz frontpage from outside LAN? i use a dns name to access domoticz via 443 ssl. however the page stays empty after login Good. Abt the button not quite sure what might be the ...
by rebelo
Tuesday 14 March 2017 11:17
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105052

Re: FlatZ Frontpage

stingone wrote:Ok wil do :) last one... how can i change the camera page to 1 cam and full size over the page instead of 6 small cams.
You have to play with the css and html files.
Try to use the one from weather that is a full page...
Enjoy ;-)
by rebelo
Tuesday 14 March 2017 10:14
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105052

Re: FlatZ Frontpage

Strange i had to login in domoticz itself before it was working, however i had al login information included in the config file. I believe user and pass in url do not work, now, in most of the browsers. Try to white list your Local Network (no username/password) in the Domoticz settings page. Or ...
by rebelo
Tuesday 14 March 2017 9:14
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105052

Re: FlatZ Frontpage

stingone wrote:Is it possible to run it from a sub folder in the www folder? Just tried to test but all devices stay Black.
It is, that's the way we have it.
What is Your $.domoticzurl in settings.js?
by rebelo
Wednesday 15 February 2017 20:10
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97235

Re: TP-Link smart plug HS100/HS110

Good job :D , enjoy it.
by rebelo
Wednesday 15 February 2017 19:39
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97235

Re: TP-Link smart plug HS100/HS110

Well, path looks ok. And assuming that You are putting the cmd lines on the virtual switch that You have created. If so check the script permissions and try to chmod it a+x. Are you editing the scripts in windows even with notepad+ and uploading/ changing permissions via FileZilla? I believe that ...
by rebelo
Wednesday 15 February 2017 9:54
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97235

Re: TP-Link smart plug HS100/HS110

@ hitech2207

You have the links in this post
https://raw.githubusercontent.com/softS ... artplug.py
and
https://github.com/softScheck/tplink-smartplug

Check them out.

Rebelo
by rebelo
Tuesday 14 February 2017 15:27
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105052

Re: Redraw

Btje wrote:What I see is that pies redraw al the time. Is this configurable?
Hi Btje, try to replace the highcharts.js in the js folder by the most recent one from http://www.highcharts.com/.
In my case it solved the issue.
by rebelo
Tuesday 14 February 2017 15:23
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105052

Re: FlatZ Frontpage

@ stavroshamster When You say: Then there is some JavaScript code to read the SetPoint and pass it to the 'insert' div, noting that the '11' here is the position of the thermostat in the resulting JSON information: what is the meaning of this? Is it different from the idx? What number shall i ...
by rebelo
Saturday 11 February 2017 16:38
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105052

Re: FlatZ Frontpage

@ stavroshamster When You say: Then there is some JavaScript code to read the SetPoint and pass it to the 'insert' div, noting that the '11' here is the position of the thermostat in the resulting JSON information: what is the meaning of this? Is it different from the idx? What number shall i ...
by rebelo
Tuesday 24 January 2017 19:30
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97235

Re: TP-Link smart plug HS110 - send energy data to Domoticz

Getting though as 401 error even when run from the command line. Script copied/ edited via nano and chmoded a+x. Believe it is something regarding authorization but can not find solution. Any hint from You? I've never used authorisation on Domoticz, so don't know, I'm afraid - try without? Tks but ...
by rebelo
Tuesday 17 January 2017 13:20
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97235

Re: TP-Link smart plug HS100/HS110

Hi guys I'm trying to get the python script running (on Windows), but no luck so far... When using python 3, I get the error message: "could not connect to host <ip> 9999 " I also tried using python 2.7, which gives me the error message: "AttributeError: 'module' objest has no attribute 'inet_pton ...
by rebelo
Tuesday 17 January 2017 13:12
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 97235

Re: TP-Link smart plug HS110 - send energy data to Domoticz

I have now created a python script to send energy data from the TP-Link HS110 Smart Plug to Domoticz: #!/usr/bin/env python # # TP-Link Wi-Fi Smart Plug Protocol Client # For use with TP-Link HS110: energy monitor # # Gets current power (W) and cumulative energy (kWh) # and sends to Domoticz import ...