Search found 95 matches

by wxop
Friday 02 May 2025 19:31
Forum: Zigbee
Topic: Easy Fix for Zigbee2MQTT OTA Update Hassles
Replies: 0
Views: 507

Easy Fix for Zigbee2MQTT OTA Update Hassles

Zigbee2MQTT OTA updates crashing or stalling, especially with Ember coordinators like Sonoff? It’s super frustrating! I’ve created a Bash script, z2m_ota.sh , in my open-source z2m_helpers project. It automates retries for failed OTA updates, saving hours of manual work. It’s a lifesaver for Zigbe ...
by wxop
Saturday 26 August 2023 15:52
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

Hi. Thanks for pointing me to the fact that Dz supports serving php pages, i was not aware of this. 8-) "Unfortunately", PMD uses the "rewrite" capability of webservers to redirect all URLs to the internal controller which dispatches them to the proper pages. This allows to expose URLs that don't ...
by wxop
Friday 25 August 2023 16:17
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

Version : 23.0824 just released!

Changelog

Enjoy 8-)
by wxop
Tuesday 29 November 2022 15:48
Forum: Suggestions
Topic: LiveSearch devices on all pages
Replies: 2
Views: 253

Re: LiveSearch devices on all pages

Not tested, but as i did not changed the HTML (I basically just added the Input's search field), it should certainly work asis, whatever the current theme used... Of course, when/If included, It would certainly involve slighly changing the "Top Bar" design, to make it more elegant. BTW If you want ...
by wxop
Tuesday 29 November 2022 15:26
Forum: Suggestions
Topic: LiveSearch devices on all pages
Replies: 2
Views: 253

LiveSearch devices on all pages

I've just proposed a fast way to filter devices (on any pages), very convenient when you have a tons of devices. It searches both names & descriptions (and also shows description, when "hovering" the device's name). See here, for more information: https://github.com/domoticz/domoticz/pull/5433 ...
by wxop
Thursday 30 December 2021 14:03
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

Version : 21.1230 just released

Changelog

happy holidays, 8-)
by wxop
Wednesday 29 December 2021 19:41
Forum: Python
Topic: Python Plugin: WLED
Replies: 95
Views: 19608

Re: Python Plugin: WLED

@Creo2005 I had the same issue: Error: (Wled) No transport, write directive to 'JSONConn' ignored. Happy that it works for you, but not here using the latest beta.... So, I've just posted a Pull Request that fixes this, here: https://github.com/frustreermeneer/domoticz-wled-plugin/pull/15 Until ...
by wxop
Wednesday 22 September 2021 9:03
Forum: Speech & Voice Systems
Topic: Alexa text to speech
Replies: 152
Views: 56576

Re: Alexa text to speech

Here is a full integration in Domoticz, as a Dzvent script, (using a bash wrapper to this excellent alexa_remote_control.sh script).

viewtopic.php?f=59&t=37038&p=279913

Enjoy playing sound, or speaking text, when any Domoticz's switch changes its state.
by wxop
Monday 20 September 2021 13:33
Forum: dzVents
Topic: Play sounds, or speak sentences to your Alexa devices from Domoticz
Replies: 3
Views: 1039

Play sounds, or speak sentences to your Alexa devices from Domoticz

Let's have some fun with our Home automation... :D I've just added an Alexa script to my Domoticz Scripts collection . It wraps an excellent bash script , already discussed in this forum, to easily play sounds, or say sentences to your Alexa devices, when your switch devices change their states. You ...
by wxop
Sunday 04 July 2021 20:16
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

## Version : 21.6.5 - June 5 , 2021 - new: Dashboard is now fully REALTIME (no longer refreshes the page) - new: Dashboard sensors values highlighted for a few seconds, when updated - fix: Dashboard - Also links group's sensors to (Domoticz only) log pages - fix: Domoticz - Dimmer level scale - fix ...
by wxop
Friday 04 December 2020 11:21
Forum: dzVents
Topic: The ultimate Thermostat script for Radiators And/Or Air Conditionners
Replies: 0
Views: 417

The ultimate Thermostat script for Radiators And/Or Air Conditionners

I've created a Thermostat script, that is now really stable to handle Radiators as well as Airconditionners. You'll end up having some Thermostats selectors, where you set a mode among : - Off, - Force Hot, - Force Cold, - Auto On, - Auto Off, - Confort Hot, - Confort Cold - NoFrost (any other fixed ...
by wxop
Sunday 22 December 2019 13:41
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

## Version : 0.600 - December 22 , 2019 - new: Domoticz - Handles RGB, RGBW buttons - new: RGB buttons: Full color picker - new: RGB buttons: Colors Presets - new: Brand new 'gorgeous' Squeeze Player - new: Squeeze - LCD like display - new: Squeeze - Show playlist next songs - new: Squeeze - Add ...
by wxop
Sunday 17 March 2019 15:54
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

phpMyDomo Version 0.500 just released ! ChangeLog: - new: Support for OpenHab v2 API (v1 still available as 'openhab1') - new: Domoticz - Clicking on Sensor values links to their graphs (log) page. - new: Domoticz - New sensors types supported: custom, text, alert, mediaplayer - fix: Fixes selectors ...
by wxop
Friday 11 August 2017 14:38
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

BTW :
- Changing the debug mode in the config file should display all php errors
- Nginx is not "officially" supported
- blank page could be related to a bad/missing .htaccess file (apache) or nginx equivalent

HTH
by wxop
Thursday 27 April 2017 12:01
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

Yep, because it is currently using the OpenHab Demo API, which they totally changed since version 2 , so I have to rewrite OpenHab API client, for the demo to work correctly. But the current PMD would perfectly work with Domoticz (This this the one I personally use) :-)
by wxop
Thursday 27 April 2017 11:23
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

BTW Only EN and FR languages are up-to-date.
Is there some contributors willling to send a PR at Github to fix IT, DE, or NL language file ? 8-)

Of course, other languages contributions are always welcome ! :D
by wxop
Thursday 27 April 2017 11:19
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

phpMyDomo Version 0.300 just released ! - new: Implements Logitech SqueezeBox Remote controller (Musicians will certainly love the loop feature, while other may enjoy the FF,REW buttons) - new: Allows (multiple) warnings (red highlight) whenever sensor values change - new: Allows custom blocks - new ...
by wxop
Sunday 20 March 2016 20:24
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

BTW guys /etc/apache2/sites-enabled/xxx are just symlinks to /etc/apache2/sites-available/xxx, which if present enable thoses vhost in apache (who only read vhosts from "sites-enabled") .

You will save time and headaches , by reading an apache vhost tutorial to understand how it work... ;-)
by wxop
Sunday 20 March 2016 16:04
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

If you get the apache start page this is an apache configuration related issue: - If you added a new port (ie 8085) you must have a "Listen 8085" and a NameVirual host set, ie on debian in /etc/apache2/ports.conf: NameVirtualHost *:8085 Listen 8085 - check your vhost config to check is the port is ...
by wxop
Sunday 20 March 2016 14:49
Forum: Third party and supplementary tools
Topic: phpMyDomo: a convenient Domoticz Web Interface
Replies: 199
Views: 98716

Re: phpMyDomo: a convenient Domoticz Web Interface

phpMyDommo Version 0.200 just released - new: Clock Page - new: MySensors action - new: Domoticz : implements Selector Button types - new: Screensaver mode : clock or photoframe album - new: Now support Nabaztag voices - new: in Nabaztag Action : implements stream mode, voice selection, force action ...