phpMyDomo: a convenient Domoticz Web Interface

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

Moderator: leecollings

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

gysmo38
Posts: 50
Joined: Saturday 01 February 2014 13:42
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by gysmo38 »

I made some change to have livestream from Camera evenif you are outside your network.

I add this line after 231 in the file inc/api/domoticz/api_client.php

Code: Select all

$cam['live']    ="inc/page/stream_cam.php";
I modified inc/smarty/skins/default/pages/cameras.tpl like this:

Code: Select all

{capture assign=page_content}
<div id='div_cameras'>

{if $data.selected}
        {$cam=$data.selected}
<style>
#cam_{$cam.uid},
#cam_{$cam.uid} IMG {
        width: 100%;
}

</style>
        <div class="panel panel-default camera camera_full" id="cam_{$cam.uid}">
                <div class="panel-heading"><i class="fa fa-video-camera"></i> {$cam.name}</div>
                <div class="panel-body-full">
                        <div class='iframe_border'>
                                <img src="{$cam.live}?id={$cam.uid}">
                        </div>
                </div>
        </div>
<p class="buttons">
        <a class="btn btn-primary btn-lg" href="?"><i class="fa fa-arrow-left"></i> {$lg.menu_head.cameras}</a>
</p>
{else}
        {foreach $data.cameras item=cam}
        <div class="panel panel-default camera" id="cam_{$cam.uid}">
                <div class="panel-heading"><i class="fa fa-video-camera"></i> {$cam.name}</div>
                <div class="panel-body-full">
                        <div class='iframe_border'>
                                <a href="?id={$cam.uid}"><img src="{$cam.live}?id={$cam.uid}" width={{$cam.f_x}+2} height={{$cam.f_y}+2}></a>
                        </div>
                </div>
        </div>
        {/foreach}
{/if}
</div>
{/capture}


{include file="{$p.template}/layout.tpl"}

And a a file inc/page/stream_cam.php

Code: Select all

<?
           header('Content-type: image/jpeg');
                header('Content-type: multipart/x-mixed-replace; boundary=ipcamera');
                print "TEST";
                while (@ob_end_clean());
                $ch = curl_init();
                curl_setopt($ch, CURLOPT_URL,$this->data['url']);
                curl_setopt($ch, CURLOPT_HEADER, 0);
                $output = curl_exec($ch);
                echo $output;
                curl_close($ch);
?>
The problem, i do not know how i can get the webcam URL with the Camera ID.

If soemone know how to do it, it could be usefull.

Thank
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 »

Derik wrote:Hard to get it working... :-(
My RPi runs on 192.168.5.73:8083
I cant fully understand your question, but according to your post if you Domotiz install is at 192.168.5.73:8083

you should set the conf as:

$conf['urls']['server_domoticz'] ="http://192.168.5.73:8083";

If it does not fix your issue, please post more details.

HTH
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 »

BigDog wrote:
wxop wrote:I need to update the API to matches your sensors:

Got to
http://PMD_IP_ADDRESS/devices?dump

You will get a dump of ALL your devices.
Please copy/paste the results here (in a "CODE" block !!!!) and tell me which sensors (tell me the uid of sensors) that dont show as expected.

HELP ME : The more precise you are, the fastest I can fix it !!!
the id's are 36.72.7.2.35.35.34
they have a icon and stuff. but only in the sensor block they display a 0,0 after the sensor and its better if they display closed and open :)
meby you can also add the motherboard sensors and energy sensors into the API :)

Code: Select all

Array
(
    [undef_undef_76] => Array
        (
            [address] => 76
            [name] => CPU_Usage
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => 17.75%
                    [Favorite] => 0
                    [HardwareID] => 12
                    [HardwareName] => Motherboard
                    [HaveTimeout] => 
                    [ID] => CPU_Usage
                    [Image] => Computer
                    [LastUpdate] => 2014-05-05 07:46:30
                    [Name] => CPU_Usage
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => Percentage
                    [Timers] => false
                    [Type] => General
                    [TypeImg] => hardware
                    [Unit] => 0
                    [Used] => 1
                    [idx] => 76
                )

            [class] => undef
            [type] => undef
            [uid] => undef_undef_76
            [img_type] => undef
            [unit] => 
            [lang_class] => 
            [lang_type] => Onbekend
            [js_address] => 76
            [img_url] => /global/img/types/icon48_undef.png
            [img_on_url] => /global/img/types/icon48_undef_on.png
            [img_off_url] => /global/img/types/icon48_undef_off.png
        )

    [undef_undef_46] => Array
        (
            [raw_value1] => 
            [address] => 46
            [name] => DeurBel
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => Off
                    [Favorite] => 1
                    [HardwareID] => 10
                    [HardwareName] => Piface
                    [HaveDimmer] => 
                    [HaveGroupCmd] => 
                    [HaveTimeout] => 
                    [ID] => 73
                    [Image] => Light
                    [IsSubDevice] => 
                    [LastUpdate] => 2014-05-04 18:32:37
                    [Level] => 0
                    [LevelInt] => 0
                    [MaxDimLevel] => 0
                    [Name] => DeurBel
                    [Notifications] => true
                    [Protected] => 
                    [SignalLevel] => 12
                    [Status] => 
                    [StrParam1] => 
                    [StrParam2] => 
                    [SubType] => Impuls
                    [SwitchType] => Doorbell
                    [SwitchTypeVal] => 1
                    [Timers] => false
                    [Type] => Lighting 1
                    [TypeImg] => doorbell
                    [Unit] => 0
                    [Used] => 1
                    [UsedByCamera] => 
                    [idx] => 46
                )

            [class] => undef
            [type] => undef
            [uid] => undef_undef_46
            [img_type] => undef
            [unit] => 
            [lang_class] => 
            [lang_type] => Onbekend
            [js_address] => 46
            [img_url] => /global/img/types/icon48_undef.png
            [img_on_url] => /global/img/types/icon48_undef_on.png
            [img_off_url] => /global/img/types/icon48_undef_off.png
        )

    [undef_undef_62] => Array
        (
            [raw_value1] => 
            [address] => 62
            [name] => externe Bel
            [battery_level] => 255
            [signal_level] => 7
            [raw] => Array
                (
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => On, Level: 100 %
                    [Favorite] => 0
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveDimmer] => 1
                    [HaveGroupCmd] => 1
                    [HaveTimeout] => 
                    [ID] => 3ABFEAB
                    [Image] => Light
                    [IsSubDevice] => 
                    [LastUpdate] => 2014-04-19 17:24:13
                    [Level] => 100
                    [LevelInt] => 15
                    [MaxDimLevel] => 16
                    [Name] => externe Bel
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 7
                    [Status] => 
                    [StrParam1] => 
                    [StrParam2] => 
                    [SubType] => AC
                    [SwitchType] => Doorbell
                    [SwitchTypeVal] => 1
                    [Timers] => false
                    [Type] => Lighting 2
                    [TypeImg] => doorbell
                    [Unit] => 15
                    [Used] => 1
                    [UsedByCamera] => 
                    [idx] => 62
                )

            [class] => undef
            [type] => undef
            [uid] => undef_undef_62
            [img_type] => undef
            [unit] => 
            [lang_class] => 
            [lang_type] => Onbekend
            [js_address] => 62
            [img_url] => /global/img/types/icon48_undef.png
            [img_on_url] => /global/img/types/icon48_undef_on.png
            [img_off_url] => /global/img/types/icon48_undef_off.png
        )

    [undef_undef_83] => Array
        (
            [address] => 83
            [name] => KWH Meter
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [BatteryLevel] => 255
                    [Counter] => 45.631 kWh
                    [CounterToday] => 0.768 kWh
                    [CustomImage] => 0
                    [Data] => 45.631 kWh
                    [Favorite] => 1
                    [HardwareID] => 10
                    [HardwareName] => Piface
                    [HaveTimeout] => 
                    [ID] => 101
                    [LastUpdate] => 2014-05-05 07:46:45
                    [Name] => KWH Meter
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => RFXMeter counter
                    [SwitchTypeVal] => 0
                    [Timers] => false
                    [Type] => RFXMeter
                    [TypeImg] => counter
                    [Unit] => 0
                    [Used] => 1
                    [idx] => 83
                )

            [class] => undef
            [type] => undef
            [uid] => undef_undef_83
            [img_type] => undef
            [unit] => 
            [lang_class] => 
            [lang_type] => Onbekend
            [js_address] => 83
            [img_url] => /global/img/types/icon48_undef.png
            [img_on_url] => /global/img/types/icon48_undef_on.png
            [img_off_url] => /global/img/types/icon48_undef_off.png
        )

    [undef_undef_73] => Array
        (
            [address] => 73
            [name] => Memory Usage
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => 76.15%
                    [Favorite] => 0
                    [HardwareID] => 12
                    [HardwareName] => Motherboard
                    [HaveTimeout] => 
                    [ID] => Memory Usage
                    [Image] => Computer
                    [LastUpdate] => 2014-05-05 07:46:30
                    [Name] => Memory Usage
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => Percentage
                    [Timers] => false
                    [Type] => General
                    [TypeImg] => hardware
                    [Unit] => 0
                    [Used] => 1
                    [idx] => 73
                )

            [class] => undef
            [type] => undef
            [uid] => undef_undef_73
            [img_type] => undef
            [unit] => 
            [lang_class] => 
            [lang_type] => Onbekend
            [js_address] => 73
            [img_url] => /global/img/types/icon48_undef.png
            [img_on_url] => /global/img/types/icon48_undef_on.png
            [img_off_url] => /global/img/types/icon48_undef_off.png
        )

    [undef_undef_74] => Array
        (
            [address] => 74
            [name] => mmc space
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => 33.54%
                    [Favorite] => 0
                    [HardwareID] => 12
                    [HardwareName] => Motherboard
                    [HaveTimeout] => 
                    [ID] => /dev/mmcblk0p1
                    [Image] => Computer
                    [LastUpdate] => 2014-05-05 07:46:30
                    [Name] => mmc space
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => Percentage
                    [Timers] => false
                    [Type] => General
                    [TypeImg] => hardware
                    [Unit] => 0
                    [Used] => 1
                    [idx] => 74
                )

            [class] => undef
            [type] => undef
            [uid] => undef_undef_74
            [img_type] => undef
            [unit] => 
            [lang_class] => 
            [lang_type] => Onbekend
            [js_address] => 74
            [img_url] => /global/img/types/icon48_undef.png
            [img_on_url] => /global/img/types/icon48_undef_on.png
            [img_off_url] => /global/img/types/icon48_undef_off.png
        )

    [undef_undef_75] => Array
        (
            [address] => 75
            [name] => Root space
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => 21.46%
                    [Favorite] => 0
                    [HardwareID] => 12
                    [HardwareName] => Motherboard
                    [HaveTimeout] => 
                    [ID] => /dev/root
                    [Image] => Computer
                    [LastUpdate] => 2014-05-05 07:46:30
                    [Name] => Root space
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => Percentage
                    [Timers] => false
                    [Type] => General
                    [TypeImg] => hardware
                    [Unit] => 0
                    [Used] => 1
                    [idx] => 75
                )

            [class] => undef
            [type] => undef
            [uid] => undef_undef_75
            [img_type] => undef
            [unit] => 
            [lang_class] => 
            [lang_type] => Onbekend
            [js_address] => 75
            [img_url] => /global/img/types/icon48_undef.png
            [img_on_url] => /global/img/types/icon48_undef_on.png
            [img_off_url] => /global/img/types/icon48_undef_off.png
        )

       [scene_group_1] => Array
        (
            [raw_value1] => On
            [address] => 1
            [name] => Snachts uit
            [raw] => Array
                (
                    [Favorite] => 0
                    [LastUpdate] => 2014-05-05 06:00:01
                    [Name] => Snachts uit
                    [Protected] => 
                    [Status] => On
                    [Type] => Group
                    [TypeImg] => lightbulb
                    [UsedByCamera] => 
                    [idx] => 1
                )

            [class] => scene
            [type] => group
            [uid] => scene_group_1
            [state] => on
            [img_type] => group_on
            [unit] => 
            [lang_class] => scene
            [lang_type] => Groep
            [js_address] => 1
            [img_url] => /global/img/types/icon48_group_on.png
            [img_on_url] => /global/img/types/icon48_group_on.png
            [img_off_url] => /global/img/types/icon48_group_off.png
        )

    [sensor_hygro_17] => Array
        (
            [address] => 17
            [name] => badkamer temp
            [battery_level] => 100
            [signal_level] => 5
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 100
                    [CustomImage] => 0
                    [Data] => 21.2 C, 56 %
                    [DewPoint] => 12.08
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveTimeout] => 
                    [Humidity] => 56
                    [HumidityStatus] => Comfortable
                    [ID] => 230E
                    [LastUpdate] => 2014-05-05 07:43:51
                    [Name] => badkamer temp
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 5
                    [SubType] => Cresta, TFA TS34C
                    [Temp] => 21.2
                    [Timers] => false
                    [Type] => Temp + Humidity
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 17
                )

            [class] => sensor
            [type] => hygro
            [value] => 56
            [uid] => sensor_hygro_17
            [img_type] => hygro
            [unit] => %
            [lang_class] => sensor
            [lang_type] => Hygrometer
            [js_address] => 17
            [img_url] => /global/img/types/icon48_hygro.png
            [img_on_url] => /global/img/types/icon48_hygro_on.png
            [img_off_url] => /global/img/types/icon48_hygro_off.png
        )

    [sensor_temp_17] => Array
        (
            [address] => 17
            [name] => badkamer temp
            [battery_level] => 100
            [signal_level] => 5
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 100
                    [CustomImage] => 0
                    [Data] => 21.2 C, 56 %
                    [DewPoint] => 12.08
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveTimeout] => 
                    [Humidity] => 56
                    [HumidityStatus] => Comfortable
                    [ID] => 230E
                    [LastUpdate] => 2014-05-05 07:43:51
                    [Name] => badkamer temp
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 5
                    [SubType] => Cresta, TFA TS34C
                    [Temp] => 21.2
                    [Timers] => false
                    [Type] => Temp + Humidity
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 17
                )

            [class] => sensor
            [type] => temp
            [value] => 21.2
            [uid] => sensor_temp_17
            [img_type] => temp
            [unit] => °C
            [lang_class] => sensor
            [lang_type] => Temperatuur
            [js_address] => 17
            [img_url] => /global/img/types/icon48_temp.png
            [img_on_url] => /global/img/types/icon48_temp_on.png
            [img_off_url] => /global/img/types/icon48_temp_off.png
        )

    [sensor_temp_56] => Array
        (
            [address] => 56
            [name] => HardDisk 1
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjValue] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => 435.0 C
                    [Favorite] => 0
                    [HardwareID] => 11
                    [HardwareName] => Synology
                    [HaveTimeout] => 
                    [ID] => 82055
                    [LastUpdate] => 2014-05-05 07:40:09
                    [Name] => HardDisk 1
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => THR128/138, THC138
                    [Temp] => 435
                    [Timers] => false
                    [Type] => Temp
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 56
                )

            [class] => sensor
            [type] => temp
            [value] => 435
            [uid] => sensor_temp_56
            [img_type] => temp
            [unit] => °C
            [lang_class] => sensor
            [lang_type] => Temperatuur
            [js_address] => 56
            [img_url] => /global/img/types/icon48_temp.png
            [img_on_url] => /global/img/types/icon48_temp_on.png
            [img_off_url] => /global/img/types/icon48_temp_off.png
        )

    [sensor_temp_57] => Array
        (
            [address] => 57
            [name] => HardDisk 2
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjValue] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => 1182.0 C
                    [Favorite] => 0
                    [HardwareID] => 11
                    [HardwareName] => Synology
                    [HaveTimeout] => 
                    [ID] => 82056
                    [LastUpdate] => 2014-05-05 07:40:10
                    [Name] => HardDisk 2
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => THR128/138, THC138
                    [Temp] => 1182
                    [Timers] => false
                    [Type] => Temp
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 57
                )

            [class] => sensor
            [type] => temp
            [value] => 1182
            [uid] => sensor_temp_57
            [img_type] => temp
            [unit] => °C
            [lang_class] => sensor
            [lang_type] => Temperatuur
            [js_address] => 57
            [img_url] => /global/img/types/icon48_temp.png
            [img_on_url] => /global/img/types/icon48_temp_on.png
            [img_off_url] => /global/img/types/icon48_temp_off.png
        )

    [sensor_hygro_15] => Array
        (
            [address] => 15
            [name] => huiskamer temp
            [battery_level] => 100
            [signal_level] => 7
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 100
                    [CustomImage] => 0
                    [Data] => 20.7 C, 45 %
                    [DewPoint] => 8.34
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveTimeout] => 
                    [Humidity] => 45
                    [HumidityStatus] => Comfortable
                    [ID] => 370E
                    [LastUpdate] => 2014-05-05 07:41:44
                    [Name] => huiskamer temp
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 7
                    [SubType] => Cresta, TFA TS34C
                    [Temp] => 20.7
                    [Timers] => false
                    [Type] => Temp + Humidity
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 15
                )

            [class] => sensor
            [type] => hygro
            [value] => 45
            [uid] => sensor_hygro_15
            [img_type] => hygro
            [unit] => %
            [lang_class] => sensor
            [lang_type] => Hygrometer
            [js_address] => 15
            [img_url] => /global/img/types/icon48_hygro.png
            [img_on_url] => /global/img/types/icon48_hygro_on.png
            [img_off_url] => /global/img/types/icon48_hygro_off.png
        )

    [sensor_temp_15] => Array
        (
            [address] => 15
            [name] => huiskamer temp
            [battery_level] => 100
            [signal_level] => 7
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 100
                    [CustomImage] => 0
                    [Data] => 20.7 C, 45 %
                    [DewPoint] => 8.34
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveTimeout] => 
                    [Humidity] => 45
                    [HumidityStatus] => Comfortable
                    [ID] => 370E
                    [LastUpdate] => 2014-05-05 07:41:44
                    [Name] => huiskamer temp
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 7
                    [SubType] => Cresta, TFA TS34C
                    [Temp] => 20.7
                    [Timers] => false
                    [Type] => Temp + Humidity
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 15
                )

            [class] => sensor
            [type] => temp
            [value] => 20.7
            [uid] => sensor_temp_15
            [img_type] => temp
            [unit] => °C
            [lang_class] => sensor
            [lang_type] => Temperatuur
            [js_address] => 15
            [img_url] => /global/img/types/icon48_temp.png
            [img_on_url] => /global/img/types/icon48_temp_on.png
            [img_off_url] => /global/img/types/icon48_temp_off.png
        )

    [sensor_bool_36] => Array
        (
            [raw_value1] => Closed
            [address] => 36
            [name] => Joeri kamer
            [battery_level] => 255
            [signal_level] => 6
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => Closed
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveDimmer] => 1
                    [HaveGroupCmd] => 1
                    [HaveTimeout] => 
                    [ID] => 0AEC752
                    [Image] => Light
                    [IsSubDevice] => 
                    [LastUpdate] => 2014-05-04 19:57:39
                    [Level] => 0
                    [LevelInt] => 0
                    [MaxDimLevel] => 16
                    [Name] => Joeri kamer
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 6
                    [Status] => Closed
                    [StrParam1] => 
                    [StrParam2] => 
                    [SubType] => AC
                    [SwitchType] => Contact
                    [SwitchTypeVal] => 2
                    [Timers] => false
                    [Type] => Lighting 2
                    [TypeImg] => contact
                    [Unit] => 10
                    [Used] => 1
                    [UsedByCamera] => 
                    [idx] => 36
                )

            [class] => sensor
            [type] => bool
            [uid] => sensor_bool_36
            [state] => on
            [img_type] => bool_on
            [unit] => Status
            [lang_class] => sensor
            [lang_type] => Status
            [js_address] => 36
            [img_url] => /global/img/types/icon48_bool_on.png
            [img_on_url] => /global/img/types/icon48_bool_on.png
            [img_off_url] => /global/img/types/icon48_bool_off.png
        )

    [sensor_bool_72] => Array
        (
            [raw_value1] => Closed
            [address] => 72
            [name] => Joeri nieuwe kamer
            [battery_level] => 255
            [signal_level] => 6
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => Closed
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveDimmer] => 1
                    [HaveGroupCmd] => 1
                    [HaveTimeout] => 
                    [ID] => 0AED3EE
                    [Image] => Light
                    [IsSubDevice] => 
                    [LastUpdate] => 2014-05-05 06:21:11
                    [Level] => 0
                    [LevelInt] => 0
                    [MaxDimLevel] => 16
                    [Name] => Joeri nieuwe kamer
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 6
                    [Status] => Closed
                    [StrParam1] => 
                    [StrParam2] => 
                    [SubType] => AC
                    [SwitchType] => Contact
                    [SwitchTypeVal] => 2
                    [Timers] => false
                    [Type] => Lighting 2
                    [TypeImg] => contact
                    [Unit] => 10
                    [Used] => 1
                    [UsedByCamera] => 
                    [idx] => 72
                )

            [class] => sensor
            [type] => bool
            [uid] => sensor_bool_72
            [state] => on
            [img_type] => bool_on
            [unit] => Status
            [lang_class] => sensor
            [lang_type] => Status
            [js_address] => 72
            [img_url] => /global/img/types/icon48_bool_on.png
            [img_on_url] => /global/img/types/icon48_bool_on.png
            [img_off_url] => /global/img/types/icon48_bool_off.png
        )

    [sensor_bool_7] => Array
        (
            [raw_value1] => Closed
            [address] => 7
            [name] => Schuifdeur achter
            [battery_level] => 255
            [signal_level] => 5
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => Closed
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveDimmer] => 1
                    [HaveGroupCmd] => 1
                    [HaveTimeout] => 
                    [ID] => 0A982F6
                    [Image] => Light
                    [IsSubDevice] => 
                    [LastUpdate] => 2014-05-04 16:54:02
                    [Level] => 0
                    [LevelInt] => 0
                    [MaxDimLevel] => 16
                    [Name] => Schuifdeur achter
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 5
                    [Status] => Closed
                    [StrParam1] => 
                    [StrParam2] => 
                    [SubType] => AC
                    [SwitchType] => Contact
                    [SwitchTypeVal] => 2
                    [Timers] => false
                    [Type] => Lighting 2
                    [TypeImg] => contact
                    [Unit] => 10
                    [Used] => 1
                    [UsedByCamera] => 
                    [idx] => 7
                )

            [class] => sensor
            [type] => bool
            [uid] => sensor_bool_7
            [state] => on
            [img_type] => bool_on
            [unit] => Status
            [lang_class] => sensor
            [lang_type] => Status
            [js_address] => 7
            [img_url] => /global/img/types/icon48_bool_on.png
            [img_on_url] => /global/img/types/icon48_bool_on.png
            [img_off_url] => /global/img/types/icon48_bool_off.png
        )

    [sensor_temp_1] => Array
        (
            [address] => 1
            [name] => Systeem Tempratuur
            [battery_level] => 100
            [signal_level] => 6
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjValue] => 0
                    [BatteryLevel] => 100
                    [CustomImage] => 0
                    [Data] => 50.8 C
                    [Favorite] => 1
                    [HardwareID] => 1000
                    [HardwareName] => System
                    [HaveTimeout] => 
                    [ID] => 1
                    [LastUpdate] => 2014-05-05 07:46:30
                    [Name] => Systeem Tempratuur
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 6
                    [SubType] => System
                    [Temp] => 50.8
                    [Timers] => false
                    [Type] => Temp
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 1
                )

            [class] => sensor
            [type] => temp
            [value] => 50.8
            [uid] => sensor_temp_1
            [img_type] => temp
            [unit] => °C
            [lang_class] => sensor
            [lang_type] => Temperatuur
            [js_address] => 1
            [img_url] => /global/img/types/icon48_temp.png
            [img_on_url] => /global/img/types/icon48_temp_on.png
            [img_off_url] => /global/img/types/icon48_temp_off.png
        )

    [sensor_temp_54] => Array
        (
            [address] => 54
            [name] => Temp HardDisk 1
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjValue] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => 33.0 C
                    [Favorite] => 0
                    [HardwareID] => 11
                    [HardwareName] => Synology
                    [HaveTimeout] => 
                    [ID] => 82053
                    [LastUpdate] => 2014-05-05 07:40:08
                    [Name] => Temp HardDisk 1
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => THR128/138, THC138
                    [Temp] => 33
                    [Timers] => false
                    [Type] => Temp
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 54
                )

            [class] => sensor
            [type] => temp
            [value] => 33
            [uid] => sensor_temp_54
            [img_type] => temp
            [unit] => °C
            [lang_class] => sensor
            [lang_type] => Temperatuur
            [js_address] => 54
            [img_url] => /global/img/types/icon48_temp.png
            [img_on_url] => /global/img/types/icon48_temp_on.png
            [img_off_url] => /global/img/types/icon48_temp_off.png
        )

    [sensor_temp_55] => Array
        (
            [address] => 55
            [name] => Temp HardDisk 2
            [battery_level] => 255
            [signal_level] => 12
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjValue] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => 40.0 C
                    [Favorite] => 0
                    [HardwareID] => 11
                    [HardwareName] => Synology
                    [HaveTimeout] => 
                    [ID] => 82054
                    [LastUpdate] => 2014-05-05 07:40:09
                    [Name] => Temp HardDisk 2
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 12
                    [SubType] => THR128/138, THC138
                    [Temp] => 40
                    [Timers] => false
                    [Type] => Temp
                    [TypeImg] => temperature
                    [Unit] => 1
                    [Used] => 1
                    [idx] => 55
                )

            [class] => sensor
            [type] => temp
            [value] => 40
            [uid] => sensor_temp_55
            [img_type] => temp
            [unit] => °C
            [lang_class] => sensor
            [lang_type] => Temperatuur
            [js_address] => 55
            [img_url] => /global/img/types/icon48_temp.png
            [img_on_url] => /global/img/types/icon48_temp_on.png
            [img_off_url] => /global/img/types/icon48_temp_off.png
        )

    [sensor_bool_2] => Array
        (
            [raw_value1] => Closed
            [address] => 2
            [name] => Voordeur
            [battery_level] => 255
            [signal_level] => 6
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => Closed
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveDimmer] => 1
                    [HaveGroupCmd] => 1
                    [HaveTimeout] => 
                    [ID] => 0A9755E
                    [Image] => Light
                    [IsSubDevice] => 
                    [LastUpdate] => 2014-05-05 06:34:23
                    [Level] => 0
                    [LevelInt] => 0
                    [MaxDimLevel] => 16
                    [Name] => Voordeur
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 6
                    [Status] => Closed
                    [StrParam1] => 
                    [StrParam2] => 
                    [SubType] => AC
                    [SwitchType] => Contact
                    [SwitchTypeVal] => 2
                    [Timers] => false
                    [Type] => Lighting 2
                    [TypeImg] => contact
                    [Unit] => 10
                    [Used] => 1
                    [UsedByCamera] => 
                    [idx] => 2
                )

            [class] => sensor
            [type] => bool
            [uid] => sensor_bool_2
            [state] => on
            [img_type] => bool_on
            [unit] => Status
            [lang_class] => sensor
            [lang_type] => Status
            [js_address] => 2
            [img_url] => /global/img/types/icon48_bool_on.png
            [img_on_url] => /global/img/types/icon48_bool_on.png
            [img_off_url] => /global/img/types/icon48_bool_off.png
        )

    [sensor_bool_35] => Array
        (
            [raw_value1] => Closed
            [address] => 35
            [name] => Walkin Closet
            [battery_level] => 255
            [signal_level] => 5
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => Closed
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveDimmer] => 1
                    [HaveGroupCmd] => 1
                    [HaveTimeout] => 
                    [ID] => 0AEC5D2
                    [Image] => Light
                    [IsSubDevice] => 
                    [LastUpdate] => 2014-05-05 07:46:40
                    [Level] => 0
                    [LevelInt] => 0
                    [MaxDimLevel] => 16
                    [Name] => Walkin Closet
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 5
                    [Status] => Closed
                    [StrParam1] => 
                    [StrParam2] => 
                    [SubType] => AC
                    [SwitchType] => Contact
                    [SwitchTypeVal] => 2
                    [Timers] => false
                    [Type] => Lighting 2
                    [TypeImg] => contact
                    [Unit] => 10
                    [Used] => 1
                    [UsedByCamera] => 
                    [idx] => 35
                )

            [class] => sensor
            [type] => bool
            [uid] => sensor_bool_35
            [state] => on
            [img_type] => bool_on
            [unit] => Status
            [lang_class] => sensor
            [lang_type] => Status
            [js_address] => 35
            [img_url] => /global/img/types/icon48_bool_on.png
            [img_on_url] => /global/img/types/icon48_bool_on.png
            [img_off_url] => /global/img/types/icon48_bool_off.png
        )

    [sensor_bool_34] => Array
        (
            [raw_value1] => Open
            [address] => 34
            [name] => Woonkamer
            [battery_level] => 255
            [signal_level] => 6
            [raw] => Array
                (
                    [AddjMulti] => 1
                    [AddjMulti2] => 1
                    [AddjValue] => 0
                    [AddjValue2] => 0
                    [BatteryLevel] => 255
                    [CustomImage] => 0
                    [Data] => Open, Level: 100 %
                    [Favorite] => 1
                    [HardwareID] => 1
                    [HardwareName] => BigDogDomain
                    [HaveDimmer] => 1
                    [HaveGroupCmd] => 1
                    [HaveTimeout] => 
                    [ID] => 0AED70A
                    [Image] => Light
                    [IsSubDevice] => 
                    [LastUpdate] => 2014-05-05 06:22:43
                    [Level] => 100
                    [LevelInt] => 15
                    [MaxDimLevel] => 16
                    [Name] => Woonkamer
                    [Notifications] => false
                    [Protected] => 
                    [SignalLevel] => 6
                    [Status] => Open
                    [StrParam1] => 
                    [StrParam2] => 
                    [SubType] => AC
                    [SwitchType] => Contact
                    [SwitchTypeVal] => 2
                    [Timers] => false
                    [Type] => Lighting 2
                    [TypeImg] => contact
                    [Unit] => 10
                    [Used] => 1
                    [UsedByCamera] => 
                    [idx] => 34
                )

            [class] => sensor
            [type] => bool
            [uid] => sensor_bool_34
            [state] => off
            [img_type] => bool_off
            [unit] => Status
            [lang_class] => sensor
            [lang_type] => Status
            [js_address] => 34
            [img_url] => /global/img/types/icon48_bool_off.png
            [img_on_url] => /global/img/types/icon48_bool_on.png
            [img_off_url] => /global/img/types/icon48_bool_off.png
        )
)
thanks in advance
Bob
According to your dump, and if i correctly understand your "ids" (better to talk me as the PMD_id, ie for id=72 PMD_id="sensor_bool_72"), the API correctly parsed the value as "on" or "off", so this might only be a Display bug, would you please:
- List the PMD_id that dont display as expected
- post me a screenshot of the Display that shows 0.0 instead of "On" / "Off" (Open/closed might follow, but It should at least show the exptected On/Off values)
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 »

BigDog wrote:the photo screensaver isnt working i have it set to

$photo['path'] ='/volume1/web/screensaver';

but the pictures arent displayed i think i must change some information like what text that are displyed below the picture
and other stuff but where do i change that?

i cant find it in the photoframe_directory.php
The Caption (text that are displyed below the picture) is just the Name of your file, You cant change it

BTW: the webserver MUST be able to display the path set in the $photo['path'] conf.

ie if your webserver path is /var/www, but if your $photo['path'] is set to /volume1/web/screensaver, the web-server CAN NOT display images OUTSIDE of its root (/var/www)
You would have to either
- move your image to a subfolders of /var/www, ie /var/www/my_images
- or symlink it to to a subfolder of the /var/www , ie : ln -s /volume1/web/screensaver /var/www/my_images (in this case, you must have set the "FollowSymLinks" options in the apache config ).

Then the config must be something like $photo['path']='/var/www/my_images';

HTH
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
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 »

ThAt dont work either in the demo folder works perfect...
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
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 »

gysmo38 wrote:I made some change to have livestream from Camera evenif you are outside your network.
This is a nice features, but this should NOT be added this way because your modification only apply to Domoticz, while PMD is intended to work with any Home-Automation Server, not only with Domoticz.

So you must change the "PMD_Root_ApiClient class", to support this:
You should just modify the GetCameras method to : detect if the call if from outside the local network, then remap/proxy the Camera URLS.
This is easyer / smarter /and not server specific.

Think about it , code it, and please commit a PullRequest on Github , and I will include it it a next release.
;)

Thank you
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 »

BigDog wrote:ThAt dont work either in the demo folder works perfect...
I dont understand :?
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
jkimmel
Posts: 129
Joined: Monday 25 November 2013 17:51
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: Mallorca
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by jkimmel »

After some time I reinstalled phpMyDomo and run int the same problem as earlier.

I only get:

Code: Select all

It works!

This is the default web page for this server.

The web server software is running but no content has been added, yet.
.. and I can't remember how I fixed it earlier.
Rfxcom
Raspi 4
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 »

.htaccess file in the www folder ?
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
jjnj

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by jjnj »

Is there a manual on how to install this for a complete noob ? :) (raspberry pi)
First i tried:
git clone https://github.com/phpMyDomo/phpMyDomo.git

But if i go to ip-adres:80 it only says welcome to nginx


Afterwards i tried manual installation but
It looks like it cannot create the webserver

[....] Starting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
failed!
invoke-rc.d: initscript apache2, action "start" failed.
Setting up libapache2-mod-php5 (5.4.4-14+deb7u12) ...

Creating config file /etc/php5/apache2/php.ini with new version
[....] Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
failed!
invoke-rc.d: initscript apache2, action "restart" failed.
Setting up php5-curl (5.4.4-14+deb7u12) ...

Creating config file /etc/php5/mods-available/curl.ini with new version
Setting up apache2 (2.2.22-13+deb7u3) ...
Setting up php5 (5.4.4-14+deb7u12) ...
Setting up ssl-cert (1.0.32) ...
Processing triggers for libapache2-mod-php5 ...
[ ok ] Reloading web server config: apache2 not running.
Enabling module rewrite.
To activate the new configuration, you need to run:
service apache2 restart

Setting Permissions.....

Renaming conf_sample directory to conf.....
Install completed!

Renaming conf_sample directory to conf.....
Install completed!
pi@domoticzpi ~/phpMyDomo-master/www/inc/bin $ ^C
pi@domoticzpi ~/phpMyDomo-master/www/inc/bin $ sudo chmod -R 777 /home/pi/phpMyDomo-master/www/inc/cache
pi@domoticzpi ~/phpMyDomo-master/www/inc/bin $ sudo nano /etc/apache2/sites-available/default
pi@domoticzpi ~/phpMyDomo-master/www/inc/bin $ sudo mv -f /home/pi/phpMyDomo-master/www/* /var/www/
pi@domoticzpi ~/phpMyDomo-master/www/inc/bin $ sudo mv -f /home/pi/phpMyDomo-master/www/.htaccess /var/www/
pi@domoticzpi ~/phpMyDomo-master/www/inc/bin $ sudo apache2ctl restart
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
httpd not running, trying to start
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'restart' failed.
The Apache error log may have more information.
pi@domoticzpi ~/phpMyDomo-master/www/inc/bin $
Last edited by jjnj on Thursday 07 August 2014 2:40, edited 6 times in total.
Number8
Posts: 374
Joined: Friday 23 May 2014 7:55
Target OS: Linux
Domoticz version: 2022.1
Location: Saint Pierre de Jards
Contact:

phpMyDomo: a convenient Domoticz Web Interface

Post by Number8 »

Great initiative. Do you have plans to develop a combo box button that is currently lacking in Domoticz. It is needed for multi state devices, like for instance temperature control : off, on, Eco, Eco -1, Eco -2, frost protection
Debian buster on NUC and three RPi with buster.
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by Derik »

I there a how to?
Or something else that is actual to instal PHPMydomo
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
ben9519
Posts: 3
Joined: Monday 14 July 2014 13:31
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Netherlands
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by ben9519 »

Recently I installed phpMyDomo on my Synology nas.
First impression: nice clean dashboard, easy to install and configure, and the photo screensaver option is awesome!
Only there are some features that I miss, like full screen mode on iPad, dimmer not working on iPad.
Possibility to add a block with an RSS feed ore something.

Also I noticed that the last check in in github is more than 6 months ago.
Is someone still working on this awesome project?
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 »

Number8 wrote:Great initiative. Do you have plans to develop a combo box button that is currently lacking in Domoticz. It is needed for multi state devices, like for instance temperature control : off, on, Eco, Eco -1, Eco -2, frost protection
Source code easely allow that. But without owning a device and / or a complete description on how is cupported the device in Domoticz, I cant make it myself..
But I would be happy to accept a PR, if someone is willing to submit a clean patch to support it. 8-)
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 »

Derik wrote:I there a how to?
Or something else that is actual to instal PHPMydomo
http://www.phpmydomo.org/documentation
:mrgreen:
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 »

ben9519 wrote:Recently I installed phpMyDomo on my Synology nas.
First impression: nice clean dashboard, easy to install and configure, and the photo screensaver option is awesome!
Happy that you like it ;)
ben9519 wrote: Only there are some features that I miss, like full screen mode on iPad,
SHould not be that hard to do,
https://developer.apple.com/library/saf ... 51-CH3-SW2

Might do this, or someone can easely submit a patch
ben9519 wrote: dimmer not working on iPad.
Certainly a javascipt issue, but i have no ipad to test... someone willing to give me one :mrgreen:
ben9519 wrote: Possibility to add a block with an RSS feed ore something.
RSS, certainly not from me (this is not the goal of PMD).but i will certainly a "custom block" feature, one day or another.
ben9519 wrote: Also I noticed that the last check in in github is more than 6 months ago.
Is someone still working on this awesome project?
Yep, but was very busy on other projects.... Will return soon.. thank you to ring the bell :D
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
tommysharp
Posts: 33
Joined: Thursday 05 June 2014 13:09
Target OS: Linux
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by tommysharp »

Adding some sort of room plan functionality would be a great addition to your application. Something that is universal across all the supported home automation systems would be cool!
Bigu1975
Posts: 1
Joined: Sunday 22 March 2015 21:57
Target OS: Linux
Domoticz version: Beta
Location: Poland
Contact:

phpMyDomo: a convenient Domoticz Web Interface

Post by Bigu1975 »

Just installed to check how it works. So far it looks very good and promising.
I have the problem - everything works fine except one thing: after pushing button e.g. lamp - it is turning on/off device but it doesn't change icon from gray to green and vice versa. Icon can be only refreshed after page reload - can you pls help me to solve this?

Kind regards,
Bigu1975
pazzje
Posts: 11
Joined: Thursday 12 March 2015 17:53
Target OS: Windows
Domoticz version:
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by pazzje »

@bizziebis and a bit offtopic,

What mobile skin screen do you use? and for android or iphone.
I have android but what settings i will use i alway get the big widgets on my phone and never a compaq view
Skaven
Posts: 3
Joined: Saturday 10 May 2014 23:21
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Sweden
Contact:

Re: phpMyDomo: a convenient Domoticz Web Interface

Post by Skaven »

Have u stopped to developing on this?


Skickat från min iPhone med Tapatalk
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest