phpMyDomo: a convenient Domoticz Web Interface

Client tools or tools that can connect with Domoticz. Tools for Windows, iOS, Android, Linux etc.

Moderator: leecollings

Post Reply

Your Opinion about phpMyDomo

Seems cool, I intend to contribute as a dev/writer/designer ...
6
7%
Seems cool, I will install/use it
51
57%
Seems promising, but I miss some features
21
24%
I dont need any other Domoticz Web interface
11
12%
 
Total votes: 89

User avatar
wxop
Posts: 96
Joined: Sunday 24 November 2013 19:13
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by wxop »

OK.

then?
wxop wrote: 4) How long in seconds does it take to fully Open, or fully Close your blinds ? Max time?
Also about the Contact type:
What is this used for?
Is it NC (Normally Closed) or NO (Normally Open)?
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
sstolk
Posts: 28
Joined: Tuesday 03 December 2013 9:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by sstolk »

The time for my blinds in my bedroom (slaapkamer) are closed in about 20 to 30 seconds
The suncreen (zonnescherm) takes a little longer say 40 to 50 seconds.

The contacts are used for doors to monitor the state. They are Normally Closed.
The state in Domoticz is on or off but translate at some point to open op closed...
User avatar
wxop
Posts: 96
Joined: Sunday 24 November 2013 19:13
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by wxop »

ok,
I've implemented Blinds and contact in the Develop Branch.. ;-)

you can either udate via git: git checkout develop
or download the archive at:
https://github.com/phpMyDomo/phpMyDomo/tree/develop

Would you please test it and tell me if it works as expected.
:geek:
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
sstolk
Posts: 28
Joined: Tuesday 03 December 2013 9:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by sstolk »

Thnx a lot! I will test it when I get home this afternoon.
I can monitor a lot from a remote location but no cam on my sunscreen :P Let you know!
sstolk
Posts: 28
Joined: Tuesday 03 December 2013 9:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by sstolk »

Working.PNG
Working.PNG (236.07 KiB) Viewed 3461 times
The buttons are working.
Will test it this afternoon.
Is it possible to have the value open or closed behind the door sensors on the right sideblock? Instead of the 0.0 value?
User avatar
wxop
Posts: 96
Joined: Sunday 24 November 2013 19:13
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by wxop »

Sensor values changed in the right block (to on/off at this time),in the develop branch :geek:

BTW there seems to be a pixel glitch in your Blinds button arrows. Would you please add "?compil=1" to the url and tell me if it fixes the issue.
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
sstolk
Posts: 28
Joined: Tuesday 03 December 2013 9:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by sstolk »

Blinds compile.PNG
Blinds compile.PNG (240.23 KiB) Viewed 3451 times
The command does not work to fix the pixel misplacement.
I will update the develop branch when I get home.
sstolk
Posts: 28
Joined: Tuesday 03 December 2013 9:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by sstolk »

The develop branch did not change the sensors to open/close or on/off
The blinds-buttons are working. The button without the arrows for the blinds (with the name on it) can that be disabled because it doesn't makes any sense which way the blinds go. Sometimes up and sometimes down...
sstolk
Posts: 28
Joined: Tuesday 03 December 2013 9:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by sstolk »

Can you also add a method for an ipad to get rid of the address bar in safari, please?

It will be more room for my buttons so that I can place some more on the screen...
User avatar
remb0
Posts: 499
Joined: Thursday 11 July 2013 22:21
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by remb0 »

Links are implemented but I can't see the block links.
what's wrong? I use the latest main, and use the sample code for links.
User avatar
wxop
Posts: 96
Joined: Sunday 24 November 2013 19:13
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by wxop »

sstolk wrote:The develop branch did not change the sensors to open/close or on/off
It should !
Reset the cache (/utils/reset) or add "?compil" to the url
sstolk wrote: The blinds-buttons are working.
Are directions arrow correct?
The button without the arrows for the blinds (with the name on it) can that be disabled because it doesn't makes any sense which way the blinds go. Sometimes up and sometimes down...
The "big" button should reflect the Blinds state (as returned by Domoticz). The purpose of this button is to Fully open / fully close the blinds.
Can you confirm it works as expected, when you do this:
1) NEVER touch the arrows buttons
2) click once until the blnds fully close --> button gets green
3) click once until the blnds fully open --> button gets black
repeat steps 2 to 3...
Does it work like that ?

Does the pixel glitch has been fixed? It not can you conpare (on the same browser) with the online demo on the pmd website: Does the pixels alignement is fine in the demo?
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
User avatar
wxop
Posts: 96
Joined: Sunday 24 November 2013 19:13
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by wxop »

sstolk wrote:Can you also add a method for an ipad to get rid of the address bar in safari, please?

It will be more room for my buttons so that I can place some more on the screen...
Dont tested on an iPad, but the current js code hide the browser URL bar ONLY if the page is LONGER than the screen:
So first add more devices (to make the page longer), and then test.
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
User avatar
wxop
Posts: 96
Joined: Sunday 24 November 2013 19:13
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by wxop »

remb0 wrote:Links are implemented but I can't see the block links.
what's wrong? I use the latest main, and use the sample code for links.
Compil or clear cache :roll:
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
sstolk
Posts: 28
Joined: Tuesday 03 December 2013 9:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by sstolk »

wxop wrote:
sstolk wrote:The develop branch did not change the sensors to open/close or on/off
It should !
Reset the cache (/utils/reset) or add "?compil" to the url
sstolk wrote: The blinds-buttons are working.
Are directions arrow correct?
The button without the arrows for the blinds (with the name on it) can that be disabled because it doesn't makes any sense which way the blinds go. Sometimes up and sometimes down...
The "big" button should reflect the Blinds state (as returned by Domoticz). The purpose of this button is to Fully open / fully close the blinds.
Can you confirm it works as expected, when you do this:
1) NEVER touch the arrows buttons
2) click once until the blnds fully close --> button gets green
3) click once until the blnds fully open --> button gets black
repeat steps 2 to 3...
Does it work like that ?

Does the pixel glitch has been fixed? It not can you conpare (on the same browser) with the online demo on the pmd website: Does the pixels alignement is fine in the demo?

YES to all! Thank you very much!
sstolk
Posts: 28
Joined: Tuesday 03 December 2013 9:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by sstolk »

wxop wrote:
sstolk wrote:Can you also add a method for an ipad to get rid of the address bar in safari, please?

It will be more room for my buttons so that I can place some more on the screen...
Dont tested on an iPad, but the current js code hide the browser URL bar ONLY if the page is LONGER than the screen:
So first add more devices (to make the page longer), and then test.
Will test this when I have more switches...
BigDog
Posts: 82
Joined: Tuesday 17 September 2013 13:59
Target OS: Raspberry Pi / ODroid
Domoticz version: V3.9269
Location: The Netherlands
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by BigDog »

i was wondering if the PHPmydomo can be installed into a synology web folder without the the commando typing in linux
and if it cant is there in the future a option for?
1X Raspberry4B : Domoticz Version 2023.1 [Linux 5.10.63-v7l+ armv7l]
1X Conbee II : 2.25.3 - 26720700
1X RFXtrx433 USB Firmware:183
1X Mysensors Gateway 1.5 -3
6X ESP8266: Tosmota firmware
Zigbee : 6 Operators, 13 Sensors
User avatar
remb0
Posts: 499
Joined: Thursday 11 July 2013 22:21
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by remb0 »

worked! I have removed the cache folder :)
wxop wrote:
remb0 wrote:Links are implemented but I can't see the block links.
what's wrong? I use the latest main, and use the sample code for links.
Compil or clear cache :roll:
User avatar
wxop
Posts: 96
Joined: Sunday 24 November 2013 19:13
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by wxop »

BigDog wrote:i was wondering if the PHPmydomo can be installed into a synology web folder without the the commando typing in linux
and if it cant is there in the future a option for?
PMD should certainly be installed in a synology web folder, if you can tweak the ApacheConf as descrided in the PMD Doc (or maybe the Syno default config is already comatible asis, I dont know.)

All command lines could certainly be done just with a GUI. It is basically just decompress, rename, move or change permissions on files.

Just try :D
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
User avatar
wxop
Posts: 96
Joined: Sunday 24 November 2013 19:13
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by wxop »

remb0 wrote:worked! I have removed the cache folder :)
Beware that you should NOT remove the cache folder, but just empy it from the /utils/reset Url, else you will encounter problems.
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
vincent13
Posts: 10
Joined: Friday 14 February 2014 13:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: marseille
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by vincent13 »

hi,

Just a little question, can i install PMD on the same Raspberry of domoticz with NGINX ??
The raspberry is enough speed for this two apps ?

;)
------------------------------------------
1x Raspberry - Domoticz - PhpMyDomo - ISS-Domo - ImperiHome (Lite)
1x RFXTRX USB 433
4x Chacon 54755
3x prises chacon
1x THN132N
2x TX17
3x TX3
------------------------------------------
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest