phpMyDomo: a convenient Domoticz Web Interface
Moderator: leecollings
-
- Posts: 4
- Joined: Tuesday 29 March 2016 14:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
Ive tried some different frontends now and i think this is one of the best, its easy to configure. One thing i noticed that would be nice though is if the select switch (command_selector) would hide the "off" button text if we set the hide off button in the selector switch in domoticz.
Thanks for making this frontend.
Thanks for making this frontend.
-
- Posts: 130
- Joined: Monday 31 October 2016 19:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest
- Location: Netherlands
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
Can someone explain me how to change the undefined switches like for my lux sensors. How do i get them working?
PS Really love this page. i find it easier to edit as the many html frontpages
EDIT: Found it and made it work. Only need to add setpointdevice and text devices and then i don`t have "undefined" devices anymore
PS Really love this page. i find it easier to edit as the many html frontpages
EDIT: Found it and made it work. Only need to add setpointdevice and text devices and then i don`t have "undefined" devices anymore
Hardware
1x Raspberry Pi
1x Razberry Z-Wave
1x RFXtrx433E
1x Toon
1x GoodWe Solarpanels
2x FGSD-002 Smoke Detector
1x FGBS-001 Binaire Sensor (RFID lezer)
7x FGMS-001 Motion Sensor
3x ZW089 Verzonken Deursensor
7x NC Wallplug
&lots of KaKu stuff
1x Raspberry Pi
1x Razberry Z-Wave
1x RFXtrx433E
1x Toon
1x GoodWe Solarpanels
2x FGSD-002 Smoke Detector
1x FGBS-001 Binaire Sensor (RFID lezer)
7x FGMS-001 Motion Sensor
3x ZW089 Verzonken Deursensor
7x NC Wallplug
&lots of KaKu stuff
-
- Posts: 2
- Joined: Monday 05 December 2016 10:36
- Target OS: Windows
- Domoticz version:
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
Hi
This is a ModRewrite issue!
You've certainly missed the :
phpMyDomo/www/.htaccess (invisible) file
or ModRewrite is not enabled or you've not allowed Apache to use .htaccess files ("AllowOverride All") !
Please report if you've suceeded or not, and tell me exactly what happen, if you're still encountering errors
best regards,
This is a ModRewrite issue!
You've certainly missed the :
phpMyDomo/www/.htaccess (invisible) file
or ModRewrite is not enabled or you've not allowed Apache to use .htaccess files ("AllowOverride All") !
Please report if you've suceeded or not, and tell me exactly what happen, if you're still encountering errors
best regards,
for more information about Greenhouse Equi go to http://irangrowlight.ir/%D9%85%D9%82%D8 ... ticleId/30
Re: phpMyDomo: a convenient Domoticz Web Interface
Hi,
I have the same problem. Any solution till now?
I have the same problem. Any solution till now?
for more information about Light Plants go to http://irangrowlight.ir/fa-ir/%D9%85%D9 ... ticleId/31
-
- Posts: 1
- Joined: Monday 05 December 2016 11:14
- Target OS: Windows
- Domoticz version:
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
I just try version 0.2 and this seems to work, except I have no device listed.
There are correctly shown with Domotiyii.
Any clue ?
Thanks.
There are correctly shown with Domotiyii.
Any clue ?
Thanks.
for more information about building painting go to www.naghashipaietakht.com
Re: phpMyDomo: a convenient Domoticz Web Interface
phpMyDomo Version 0.300 just released !
Enjoy
Code: Select all
- new: Implements Logitech SqueezeBox Remote controller (Musicians will certainly love the loop feature, while other may enjoy the FF,REW buttons)
- new: Allows (multiple) warnings (red highlight) whenever sensor values change
- new: Allows custom blocks
- new: Domoticz Push Buttons
- new: Domoticz supports Door Contacts, Luminosity and Distance sensors
- new: Italian Language (Thanks to Aldodemi)
- fix: MySensors 'type' field renamed to 'mtype'
- fix: Time display in calendar block
- dev: Debug Device Popover no longer under NavBar
- dev: 'utils/calc' page allows conversion between AB400 jumpers / House,Unit Code
- dev: Minify updated to v2.3
- dev: FontAwesome updated to v4.6.3
- dev: latest MySensors_php_API library
- dev: allow to force language in the URL using 'lang='
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Re: phpMyDomo: a convenient Domoticz Web Interface
BTW Only EN and FR languages are up-to-date.
Is there some contributors willling to send a PR at Github to fix IT, DE, or NL language file ?
Of course, other languages contributions are always welcome !
Is there some contributors willling to send a PR at Github to fix IT, DE, or NL language file ?
Of course, other languages contributions are always welcome !
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-
- Posts: 317
- Joined: Thursday 12 January 2017 15:30
- Target OS: Linux
- Domoticz version: Beta Ch
- Location: Finland
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
Hi, your online demo is missing all the pictures atm ?
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Re: phpMyDomo: a convenient Domoticz Web Interface
Yep, because it is currently using the OpenHab Demo API, which they totally changed since version 2 , so I have to rewrite OpenHab API client, for the demo to work correctly. But the current PMD would perfectly work with Domoticz (This this the one I personally use)
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
- Egregius
- Posts: 2582
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
I guess you have to look in the nginx error log. Blank page useally means a fatal error in the php code.
Or you add this to the code to display the errors on screen:
Or you add this to the code to display the errors on screen:
Code: Select all
error_reporting(E_ALL);ini_set("display_errors","on");
- Egregius
- Posts: 2582
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
In the page that you display. Useally something like index.php. I don't use phpmydomo so I don't know the code.
Re: phpMyDomo: a convenient Domoticz Web Interface
BTW :
- Changing the debug mode in the config file should display all php errors
- Nginx is not "officially" supported
- blank page could be related to a bad/missing .htaccess file (apache) or nginx equivalent
HTH
- Changing the debug mode in the config file should display all php errors
- Nginx is not "officially" supported
- blank page could be related to a bad/missing .htaccess file (apache) or nginx equivalent
HTH
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Re: phpMyDomo: a convenient Domoticz Web Interface
phpMyDomo Version 0.500 just released !
ChangeLog:
Happpy Update to all
ChangeLog:
Download and demo (now working again) at http://www.phpmydomo.org- new: Support for OpenHab v2 API (v1 still available as 'openhab1')
- new: Domoticz - Clicking on Sensor values links to their graphs (log) page.
- new: Domoticz - New sensors types supported: custom, text, alert, mediaplayer
- fix: Fixes selectors for the latest Domoticz versions (names are now base64 encoded)
- dev: New sensors Types : 'mediaplayer', 'text', 'date', 'time', 'custom'
- new: XBMC Action - renamed to 'kodi'. Update your calls ("type=xbmc" becomes "type=kodi" in the url)
- fix: XBMC Action - parameter 'image' renamed to 'icon'. . Update your calls ("image=" becomes "icon=" in the url)
- new: Growl Action - handles Notifications Groups.
- new: Growl Action - accepts unfiltered 'title' and 'message' parameters
- new: Localize Numbers formats
- fix: Devices Pages - smallers rows
- fix: Black Theme - lighter text color in right block & devices pages
- fix: Better Debug Popover positioning in devices page
- new: Always show Debug Popover (on icon click) in devices page
- fix: Squeezebox display in Medium viewport
- fix: Timer audio files enhancements
- fix: 'HTTP_PORT' constant in some funky php installation
- dev: freedomotic draft implementation
- dev: MySensors documentation fix (mtype)
Happpy Update to all
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-
- Posts: 18
- Joined: Saturday 18 May 2019 17:51
- Target OS: NAS (Synology & others)
- Domoticz version: 4.9700
- Location: France, Bretagne
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
Hi, im actually using domoticz on my nas synology ds115j. i want to install phpMyDomo so i followed the steps from the guide. i sent the commands from windows cmd (windows+R, cmd)
i logged my cmd with
192.168.1.24 is the adress that i use to access to domoticz (which is installed on my nas), and to my nas panel.
all the steps works until i send
the cmd says to me "-ash: a2enmod: command not found'
it does it for "nano /etc/apache2/sites-available/default" and "apache2ctl restart" too...
anyway i tried to do as much as i can, and i actually got:
/volume1/web/phpMyDomo (/volume1/web/ is the path for my website files and folders):
(btw im french sorry if my english isnt well understood)
Thanks
i logged my cmd with
Code: Select all
ssh 192.168.1.24
all the steps works until i send
Code: Select all
a2enmod rewrite
it does it for "nano /etc/apache2/sites-available/default" and "apache2ctl restart" too...
anyway i tried to do as much as i can, and i actually got:
/volume1/web/phpMyDomo (/volume1/web/ is the path for my website files and folders):
- Spoiler: show
- Spoiler: show
- Spoiler: show
(btw im french sorry if my english isnt well understood)
Thanks
Domoticz v4.9700 on NAS Synology DS115j, RFLink on Arduino Mega 2560 (nodo-shop.nl) controlling Somfy RTS blinds, Shelly 1
Re: phpMyDomo: a convenient Domoticz Web Interface
## Version : 0.600 - December 22 , 2019
RGB support:
New Squeeze Player
enjoy
Code: Select all
- new: Domoticz - Handles RGB, RGBW buttons
- new: RGB buttons: Full color picker
- new: RGB buttons: Colors Presets
- new: Brand new 'gorgeous' Squeeze Player
- new: Squeeze - LCD like display
- new: Squeeze - Show playlist next songs
- new: Squeeze - Add currently playing song to a playlist
- new: Squeeze - Clickable Progress bar
- new: Squeeze - Links to Sheet music, Lyrics
- new: Squeeze - Song Information (Tempo, year, reaminig time, file type)
- fix: Don't display "ghost" players remaining registered at LMS
- fix: Various bugs fixes
- dev: Load Api client ONLY when needed
- dev: FontAwesome v4.7
New Squeeze Player
enjoy
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Re: phpMyDomo: a convenient Domoticz Web Interface
## Version : 21.6.5 - June 5 , 2021
Code: Select all
- new: Dashboard is now fully REALTIME (no longer refreshes the page)
- new: Dashboard sensors values highlighted for a few seconds, when updated
- fix: Dashboard - Also links group's sensors to (Domoticz only) log pages
- fix: Domoticz - Dimmer level scale
- fix: Domoticz - Add new types : Percentage, Power, Current, Smoke
- fix: Squeeze - Playlist target correctly memorized by cookie
- fix: Squeeze - No longers bugs when some player are using undefined data (ie ShairTunes)
- new: Admin Pages reorganized
- new: OpenWrt Tool page to monitor connections in realtime on multiple AccessPoint (running OWRT) - EXPERIMENTAL
- fix: typo in some HTML titles
- fix: Slightly lighter sensors colors (in the Black Skin)
- new: Version naming follows release's date
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Re: phpMyDomo: a convenient Domoticz Web Interface
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Re: phpMyDomo: a convenient Domoticz Web Interface
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
- waltervl
- Posts: 5152
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
Sounds interesting. Ever tried to have it served by Domoticz itself with its own webserver instead of apache, nginx etc?
https://www.domoticz.com/wiki/Customization#PHP
https://www.domoticz.com/wiki/Customization#PHP
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Re: phpMyDomo: a convenient Domoticz Web Interface
Hi.
Thanks for pointing me to the fact that Dz supports serving php pages, i was not aware of this.
"Unfortunately", PMD uses the "rewrite" capability of webservers to redirect all URLs to the internal controller which dispatches them to the proper pages. This allows to expose URLs that don't ends with ".php", and permit to not have to create a .php file per page served.
Thus, I guess that it could not work asis using the very basic Dz webserver.
On the other hand, if anybody is willing to:
- slightly modify the PMD controller (/www/inc/lib/pmd_kernel.php) to add an optionnal "page" argument,
- create all needed page.php files (pointing to the controller),
- modify all Urls definitions (ie Menus, ajax url etc..)
- add a global conf variable that allow to switch between the actual behavior, and this "pure" php page behavior,
- create a Readme page to document the installation inside Dz
===> I would be very glad to merge this Pull Request...
Thanks for pointing me to the fact that Dz supports serving php pages, i was not aware of this.
"Unfortunately", PMD uses the "rewrite" capability of webservers to redirect all URLs to the internal controller which dispatches them to the proper pages. This allows to expose URLs that don't ends with ".php", and permit to not have to create a .php file per page served.
Thus, I guess that it could not work asis using the very basic Dz webserver.
On the other hand, if anybody is willing to:
- slightly modify the PMD controller (/www/inc/lib/pmd_kernel.php) to add an optionnal "page" argument,
- create all needed page.php files (pointing to the controller),
- modify all Urls definitions (ie Menus, ajax url etc..)
- add a global conf variable that allow to switch between the actual behavior, and this "pure" php page behavior,
- create a Readme page to document the installation inside Dz
===> I would be very glad to merge this Pull Request...
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Who is online
Users browsing this forum: No registered users and 0 guests