Search found 18 matches

by wxop
Sun Dec 22, 2019 2:49 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

## Version : 0.600 - December 22 , 2019 - 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 cur...
by wxop
Sun Mar 17, 2019 4:31 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

phpMyDomo Version 0.500 just released ! - 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 la...
by wxop
Fri Apr 28, 2017 2:36 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

Hi @freedomotic :D Thank to your API link, I've implemented a draft API client for Freedomotic. Currently it should work for switches, temperature and door sensors as currently exposed in your demo API. So basically , used only as a command front-end, PMD now works for Freedomotic (at least in your ...
by wxop
Fri Apr 28, 2017 2:02 am
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

phpMyDomo Version 0.300 just released ! - 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...
by wxop
Fri Apr 28, 2017 1:27 am
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

@freedomotic I did not found any online API, and BTW demo.freedomotic.com, it neither responding. But if you wish to add support for your software it is really easy, as : 1) your software must have an http API (JSON, RPC, REST...), I guess yes 2) you have basic php knowledge 3) you just duplicate th...
by wxop
Sun Mar 20, 2016 3:44 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

phpMyDommo Version 0.200 just released - new: Clock Page - new: MySensors action - new: Domoticz : implements Selector Button types - new: Screensaver mode : clock or photoframe album - new: Now support Nabaztag voices - new: in Nabaztag Action : implements stream mode, voice selection, force action...
by wxop
Fri Mar 04, 2016 12:07 am
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

No, PMD is not dead... I'm gonna soon release version 0.2. !!! It is currently available in the develop branch at Github. If you can't wait, or if you're willing to help, you can checkout the develop branch, which is almost finished (should be stable enought) Here is the current changelog: https://g...
by wxop
Wed Apr 23, 2014 3:21 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

Version 0.144 just released - new: Custom devices icons - new: Better Domogik 0.3 support (Thanks to Thefrip), ... Work In Progess! - new: SunSet & Sunrise for servers missing it (using a new [app][location] config. parameter ) - new: Actions Debounce : prevents identicals actions to be trigger...
by wxop
Sun Feb 09, 2014 1:59 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

pmd Version 0.143 just released : new : PhotoFrame ScreenSaver mode : automatically switch to photoframe when idle new : Links Block : Custom links to various website new : Hide browser address bar on mobiles new : Show/hide sensors names in groups titles new : UK language (same as EN language, but ...
by wxop
Sat Jan 04, 2014 6:42 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

v 0.142 released: - new : PhotoFrame display your photo library (Directory based or from iPhoto) - fix : Remove (online) Google Font dependencies - new : Cameras FullScreen Mode - fix : Cameras list scaled - fix : Domotiga v1.0.013 compatibility - fix : device sorted according to the user language P...
by wxop
Thu Dec 26, 2013 10:17 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

I've released a new version (0.141). This version introduces a very cool feature: "Actions" Actions allow you to create notifications triggerered witch a simple URL get request. If your Home automation software is able to trigger an URL , depending on an event (Sensor change, Switch comman...
by wxop
Thu Dec 19, 2013 3:27 pm
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

Version 0.134 just released ! - new: (Experimental) Dimmers button implementation (Tested on openHab, Domoticz) - new: Dutch translation (thanks to Pepijn Goossens) - new: German translation (thanks to Juergen Kimmel) - new: Now default to openHab Api, which has a convenient ONLINE api demo - new: D...
by wxop
Sat Dec 14, 2013 11:10 am
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

I just wonder why the index.php and 2 or 3 other files start with <? instead of the more correct <?php Apache might think that's ok, but my setup doesn't Just edit php.ini , set "short_open_tag = on" .Else feel free to push a pull-request changing the remaining <? to <?php Fixed in latest...
by wxop
Sat Dec 14, 2013 11:08 am
Forum: Home Automation Projects
Topic: phpMyDomo: a WebApp remote for all Domotic Software
Replies: 21
Views: 48609

Re: phpMyDomo: a WebApp remote for all Domotic Software

I have just seen your website. Looks very nice. Thank you! but this a just a Draft. I hope some talented Design guy will join and make it better. Can it run on a Synology device? Yes, I guess! I was wondering if you planning to make an interface with Vera lite ? The main goal of PMD is to be univer...

Go to advanced search