Zigate/zigbeefordomoticz user interface within Domoticz UI

Xiaomi, Ikea TRÅDFRI, Philips Hue and more.

Moderator: leecollings

Post Reply
User avatar
waltervl
Posts: 5904
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by waltervl »

Just a tip:
To use the Zigate User interface on port 9440 embedded on Domoticz you can use the Custom menu:
https://www.domoticz.com/wiki/Custom_menu

Make a file Zigate2.html in domoticz/www/templates
Contents

Code: Select all

<IFRAME SRC="http://IPAddress:9440/" height="800" width="100%"></IFRAME> 
Rename IPAddress to the real IP address of your domoticz server.
Restart Domoticz and you will have another Zigate2 entry in custom menu.
For a screenshot see the custom menu wiki page.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
keros
Posts: 77
Joined: Saturday 27 July 2019 0:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by keros »

Very nice tip. Thanks a lot waltervl !!

Just for that, I will activate the custom menu :mrgreen:

Can we add this information on the Wiki ? I'll add a link to this topic.
Moderator on Easydomoticz.com, the French DomoticZ forum.
French writer for ZigBeeForDomoticZ Plugin Wiki
User avatar
waltervl
Posts: 5904
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by waltervl »

Sure no problem :-)
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
McMelloW
Posts: 434
Joined: Monday 20 November 2017 17:01
Target OS: Raspberry Pi / ODroid
Domoticz version: V2024.1
Location: Harderwijk, NL
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by McMelloW »

Thanks @waltervl Added the Z2M frontend page to the custom menu. Works fine.
Greetings McMelloW
physiker123
Posts: 37
Joined: Wednesday 25 November 2015 18:32
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Germany / France
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by physiker123 »

Thank you, it really helps!

quick question: Why Zigate2.html? Would Zigate.html also work?
User avatar
waltervl
Posts: 5904
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by waltervl »

I already have a Zigate.html from the plugin itself. It is not used anymore but still there.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
pipiche
Posts: 2016
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by pipiche »

@walter I beleive the Zigate.html is an old thing, which is not delivered/updated any more. So I think you can get rid of it ;-)
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
keros
Posts: 77
Joined: Saturday 27 July 2019 0:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by keros »

The name of the html file is the name of the menu ;)

So, if you have a ZiGate coordinator, you can call it ZiGate.html, ZiGate2.thml, Plugin Z4D.html, or whatever you want :D
Moderator on Easydomoticz.com, the French DomoticZ forum.
French writer for ZigBeeForDomoticZ Plugin Wiki
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by Derik »

hi nice option better then a popup new window.

Only i try als get grafana working with an i frame with:

Code: Select all

<IFRAME SRC="http://192.168.5.70:3000/d/T5Z_WDkRz/domoticz?orgId=1&refresh=1m" height="800" width="100%"></IFRAME> 
Only i get an error:
ScreenShot134.png
ScreenShot134.png (31.28 KiB) Viewed 1424 times
Do you know how to fix this
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
User avatar
waltervl
Posts: 5904
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by waltervl »

Some applications refuse to be shown in an Iframe. For grafana you could check out this thread https://community.grafana.com/t/dashboa ... ndow/19304
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
keros
Posts: 77
Joined: Saturday 27 July 2019 0:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by keros »

keros wrote: Thursday 24 February 2022 21:25 Can we add this information on the Wiki ? I'll add a link to this topic.

We put the information there : https://zigbeefordomoticz.github.io/wik ... ation.html

Sorry for the delay, we waited for stable6 release ;)
Moderator on Easydomoticz.com, the French DomoticZ forum.
French writer for ZigBeeForDomoticZ Plugin Wiki
pipiche
Posts: 2016
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Post by pipiche »

In the recent version of the beta6 plugin, it is automatically included (automatic creation in the custom menu)
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest