Re: phpMyDomo: a convenient Domoticz Web Interface
Posted: Saturday 14 December 2013 23:46
PhpMyDomo?
Open source Home Automation System
https://forum.domoticz.com/
difficult to answer, but i guess that you dont have a connections to the API server.capman wrote:Problem:
When a set debug force to 1 (enabled) , a get this error message on top of my screen:
'Warning: Invalid argument supplied for foreach() in /var/www/inc/lib/pmd_root_api_client.php on line 265'
So when a go to line 265 , a see this 'foreach($rows as $row){'. Also did a do a update and a reset , but still no dimmers and
no sensors with temp and hym on thesame device. What should a do to fix this issue.
Still a great UI , thanks.
PMD=PhpMyDomojkimmel wrote:I'm really sorry. But I don't have the slightest idea what PMD could be.wxop wrote:look in the device page of PMD
Okee , what a wantwxop wrote:Please Help me to focus my time on enhancing PMD!!!!!
1) Sucessfull users : Please do answer to support questions. While i'm answering here, I dont' further enhance PMD
2) People missing features (according to the poll results) : Please report what you miss? what you'd expect? what you want?
Else it will never happen
Code: Select all
$ sudo apt-get install php5-fpm php5 php5-curl
$ sudo cp /etc/php5/fpm/php.ini /tmp/php.ini
$ sudo vi /tmp/php.ini
$ diff /etc/php5/fpm/php.ini /tmp/php.ini
765c765
< ;cgi.fix_pathinfo=1
---
> cgi.fix_pathinfo=0
$ sudo cp /tmp/php.ini /etc/php5/fpm/php.ini
$ sudo service php5-fpm restart
[ ok ] Restarting PHP5 FastCGI Process Manager: php5-fpm.
Code: Select all
$ cd /tmp
$ curl http://hansrune.net/download/nginx/sites-available/phpMyDomo > /tmp/phpMyDomo
$ sudo cp /tmp/phpMyDomo /etc/nginx/sites-available/phpMyDomo
$ cd /etc/nginx/sites-enabled
$ ln -s ../sites-available/phpMyDomo .
$ sudo service nginx stop
$ sudo service nginx start
No: nothing to test here, and it seems already well done. But I keep your idea to have custom Links, so that you will be able to make a link to the security panel.remb0 wrote:the security panel is not available from domoticz?
If you can install Apache (with ModRewrite) + PHP + Php-curl, it should work, NP!Peter112 wrote:can it run in windows7 /server2008 ?
...
is this posible ? Then i wil try it.