phpMyDomo: a convenient Domoticz Web Interface
Moderator: leecollings
Re: phpMyDomo: a convenient Domoticz Web Interface
Try adding "Allow from all" to the "<Directory ..>" definition
-
- Posts: 5
- Joined: Tuesday 01 April 2014 10:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
adding "Allow from all" did not make a difference, the logs also don't show any clue as of what is happening...
Access.log
Error.log
Access.log
Code: Select all
192.168.1.113 - - [03/Apr/2014:18:47:46 +0200] "GET / HTTP/1.1" 302 243 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36"
192.168.1.113 - - [03/Apr/2014:18:47:46 +0200] "GET /home HTTP/1.1" 200 222 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36"
192.168.1.113 - - [03/Apr/2014:18:47:46 +0200] "GET /favicon.ico HTTP/1.1" 200 222 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36"
Code: Select all
[Thu Apr 03 18:47:29.572851 2014] [mpm_prefork:notice] [pid 19435] AH00169: caught SIGTERM, shutting down
[Thu Apr 03 18:47:30.658013 2014] [mpm_prefork:notice] [pid 4048] AH00163: Apache/2.4.6 (Ubuntu) PHP/5.5.3-1ubuntu2.2 configured -- resuming normal operations
[Thu Apr 03 18:47:30.658112 2014] [core:notice] [pid 4048] AH00094: Command line: '/usr/sbin/apache2'
Re: phpMyDomo: a convenient Domoticz Web Interface
weird ...
apache2ctl restart
????
More error_log ?

apache2ctl restart
????
More error_log ?
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-
- Posts: 5
- Joined: Tuesday 01 April 2014 10:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
that was the complete error_log, i went into a little nerd rage and reinstalled the complete apache/php/sql stack 
apache2ctl restart didn't do anthing.
I reinstalled (from git this time instead of the zip file), The first time i got the notification "pmd has been installed, please refresh if this does not happen", after the refresh: white screen, nothing else.
tonight i'll try on another server...

apache2ctl restart didn't do anthing.
I reinstalled (from git this time instead of the zip file), The first time i got the notification "pmd has been installed, please refresh if this does not happen", after the refresh: white screen, nothing else.
tonight i'll try on another server...
Re: phpMyDomo: a convenient Domoticz Web Interface
Of course you've made the cache folder writable ?
http://www.phpmydomo.org/doc?d=INSTALL
BTW you might also turn the debug on , in the PMD config file, and see if you get any error printed on screen or in the apache error_log
http://www.phpmydomo.org/doc?d=INSTALL
BTW you might also turn the debug on , in the PMD config file, and see if you get any error printed on screen or in the apache error_log
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-
- Posts: 5
- Joined: Tuesday 01 April 2014 10:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
This did show an error:wxop wrote: BTW you might also turn the debug on , in the PMD config file, and see if you get any error printed on screen or in the apache error_log
Fatal error: Call to undefined function json_decode() in /var/www/inc/lib/pmd_root_api_client.php on line 483
Re: phpMyDomo: a convenient Domoticz Web Interface
You must ugrade php to at list 5.2
Also Check out this:
http://www.php.net/manual/en/json.installation.php
HTH
Also Check out this:
http://www.php.net/manual/en/json.installation.php
HTH
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-
- Posts: 5
- Joined: Tuesday 01 April 2014 10:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: phpMyDomo: a convenient Domoticz Web Interface
This one did the trick ! Thank you so much

now to check this out some more.
for future reference for other users with the same problem:
I fixed the issue with
Code: Select all
sudo apt-get install php5-json && sudo /etc/init.d/apache2 restart
Re: phpMyDomo: a convenient Domoticz Web Interface
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Re: phpMyDomo: a convenient Domoticz Web Interface
I'm going to release a new version of PMD in a few days...
Among other new features, this version will allow you to set custom icons per devices.
IF you wish to help, please submit custom icons for your devices!
Please Submit 2 versions of the same icon: one as the ON state , one as the OFF state
Icons must be 48x48 pixels, as .png files, and use a transparent background
examples: https://github.com/phpMyDomo/phpMyDomo/ ... mg/devices
I'll then include your contributions in this release
BTW: http://iconizer.net/ is a great place to start
Among other new features, this version will allow you to set custom icons per devices.
IF you wish to help, please submit custom icons for your devices!
Please Submit 2 versions of the same icon: one as the ON state , one as the OFF state
Icons must be 48x48 pixels, as .png files, and use a transparent background
examples: https://github.com/phpMyDomo/phpMyDomo/ ... mg/devices
I'll then include your contributions in this release

BTW: http://iconizer.net/ is a great place to start
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Re: phpMyDomo: a convenient Domoticz Web Interface
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 triggered before the debounce period
- new: Photoframe click back to home when launched in ScreenSaver Mode
- new: Domoticz Blinds Inverted, Contacts
- new: Blinds & Shutter Buttons
- new: OpenHab shows Server's Time
- new: Sensors now show states
- fix: Better HTTPS detection (Thanks to JobPilot, cblomart)
- fix: Domoticz Set Blinds
- fix: OpenHab smartest Names
- fix: Hide Calendar information, if not set
- fix: Dimmer commands in Domogik
- fix: Apache Setup Documentation
EnjoyAmong other new features, this version will allow you to set custom icons per devices.
IF you wish to help, please submit custom icons for your devices!
Please post 2 versions of the same icon: one as the ON state , one as the OFF state
Icons must be 48x48 pixels, as .png files, and use a transparent background
examples: https://github.com/phpMyDomo/phpMyDomo/ ... mg/devices
I'll winclude your icons in the next release!
BTW: http://iconizer.net/ is a great place to start

Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-
- 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
i had a question about a part that i dont understand...
the blocks on the right only can be wheather and sensors if you make it onther name it wont disply on the domo...
how do i add a block on the right named bv doors to let you see if all the doors are closed...
hope you can help me with this
Greetz Bob
the blocks on the right only can be wheather and sensors if you make it onther name it wont disply on the domo...
how do i add a block on the right named bv doors to let you see if all the doors are closed...
hope you can help me with this
Greetz Bob
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
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
Re: phpMyDomo: a convenient Domoticz Web Interface
Currently PMD allows 3 "right" blocks
- weather
- sensors
- links
You can NOT add others blocks (wihout tweaking the code) !
To address your needs, you might add common sensors in the weather bloc , while adding your "door" sensors to the 'sensors' block...
I might add support for other blocks, if i get enought feedback on how and how many blocks to add.
The more you comment, the more i'm willing to add new features.
- weather
- sensors
- links
You can NOT add others blocks (wihout tweaking the code) !
To address your needs, you might add common sensors in the weather bloc , while adding your "door" sensors to the 'sensors' block...
I might add support for other blocks, if i get enought feedback on how and how many blocks to add.
The more you comment, the more i'm willing to add new features.

Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-
- 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
oke
Door sensors only shows 0.0 and not the status is stat simple to tweak?

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
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
Re: phpMyDomo: a convenient Domoticz Web Interface
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 !!!
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 !!!
Developer of phpMyDomo, a Web Interface for Domoticz
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-
- 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
Hard to get it working... 
I think i get it allmost....
Please some help:
My RPi runs on 192.168.5.73:8083
What are the good setting for this config. please a short list with actions....
Apache log:
My rewrite:
My print of the /www map:

My serversettings:
How and where can i find the pmd.
Is he still running on the same ip as Domoicz? Or does pmd have a other ip?
What adres and what port/index.pp or ip:port/controller.php??

I think i get it allmost....


Please some help:


My RPi runs on 192.168.5.73:8083
What are the good setting for this config. please a short list with actions....
Apache log:
Code: Select all
[Sat May 03 21:18:24 2014] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u4 configured -- resuming normal operations
[Sat May 03 22:05:30 2014] [notice] SIGHUP received. Attempting to restart
apache2: apr_sockaddr_info_get() failed for domoticzpi-3
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Sat May 03 22:05:30 2014] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u4 configured -- resuming normal operations
[Sat May 03 22:05:41 2014] [notice] SIGHUP received. Attempting to restart
apache2: apr_sockaddr_info_get() failed for domoticzpi-3
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Sat May 03 22:05:41 2014] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14+deb7u4 configured -- resuming normal operations
Code: Select all
pi@domoticzpi-3 ~ $ a2enmod rewrite
Module rewrite already enabled

My serversettings:
Code: Select all
// Urls #####################################################################
// Change these, if your domotic server is NOT on the same server than phpMyDomo, or if you are not using default server ports.
// Remote API Server. ---------------------------------------------------
// Format : http://hostname_or_ip:port
//$conf['urls']['server_openhab'] ="http://demo.openhab.org:8080";
$conf['urls']['server_domoticz'] ="http://10.1.100.151:8083";
//$conf['urls']['server_domogik'] ="http://10.1.100.152:40405";
//$conf['urls']['server_domotiga'] ="http://10.1.100.153:9090";
//$conf['urls']['server_pilight'] ="http://10.1.100.153:5000";
// Server Website, the normal GUI of your domotic server -----------------
// Format : http://hostname_or_ip:port
//$conf['urls']['www_openhab'] ="http://demo.openhab.org:8080";
$conf['urls']['www_domoticz'] ="http://10.1.100.151:8083";
//$conf['urls']['www_domogik'] ="http://10.1.100.152:40404";
//$conf['urls']['www_domotiga'] ="http://10.1.100.153:9090";
//$conf['urls']['www_pilight'] ="http://10.1.100.153:5000";
Is he still running on the same ip as Domoicz? Or does pmd have a other ip?
What adres and what port/index.pp or ip:port/controller.php??
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
-
- 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
the id's are 36.72.7.2.35.35.34wxop 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 !!!
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
)
)
Bob
Last edited by BigDog on Monday 05 May 2014 11:48, edited 1 time in total.
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
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
-
- 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
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
can someone help me a little bit?
Greetz Bob
$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
can someone help me a little bit?
Greetz Bob
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
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
-
- 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
found a bug the system temprature is the same id ( sensor_temp_1 ) as the first temp sensor installed bathroom temp ( sensor_temp_1 )
hope i have helped you with this
and afcourse the community
Greetz Bob
hope i have helped you with this

Greetz Bob
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
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
-
- 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
found another bug in the Dimmer button it cant dim to A % of the light .
Hope i have helped
Greetz Bob
Hope i have helped
Greetz Bob
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
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
Who is online
Users browsing this forum: No registered users and 1 guest