Search found 581 matches

by DewGew
Wednesday 12 March 2025 14:19
Forum: Bugs and Problems
Topic: Question on Smoke sensor (new) json api error
Replies: 3
Views: 701

Re: Question on Smoke sensor (new) json api error

Great now reset button is working in UI now. API call from http is working also but not for MQTT. When I send this command: {"command": "resetsecuritystatus", "idx": 840 , "switchcmd": "Normal" } I get this in the log: 2025-03-12 14:04:51.064 Error: MQTT: Unknown command received ...
by DewGew
Wednesday 12 March 2025 9:05
Forum: Bugs and Problems
Topic: Question on Smoke sensor (new) json api error
Replies: 3
Views: 701

Re: Question on Smoke sensor (new) json api error

I Want to know this also.
When pressing reset button, log say "Invalid API command received!? (resetsecuritystatus)"
by DewGew
Monday 11 November 2024 18:26
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149103

Re: machinon theme

heggink wrote: Saturday 09 November 2024 10:25 Nice, Thx!! QQ: the energy dash does not work well with the dark theme as both background and text are white(ish). Can that be changed?
This is fixed now also
by DewGew
Friday 08 November 2024 12:56
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149103

Re: machinon theme

Energy dashboard is now added to this theme
by DewGew
Thursday 28 March 2024 19:25
Forum: MQTT Auto Discovery
Topic: Doorlock state NOT working, zigbee2mqtt
Replies: 2
Views: 7320

Re: Doorlock state NOT working, zigbee2mqtt

I switch over to zigbee2mgtt plugin instead of mqtt ad
by DewGew
Friday 15 March 2024 18:21
Forum: Examples & Solutions
Topic: IKEA Styrbar script
Replies: 4
Views: 1674

Re: IKEA Styrbar script

waltervl wrote: Thursday 14 March 2024 8:10 Something similar should also work with MQTT AD. You only have to trigger on all those button devices instead of the levels.
Problem is that I have to add 11 dimmerIdx instead of 1
by DewGew
Thursday 14 March 2024 7:32
Forum: Examples & Solutions
Topic: IKEA Styrbar script
Replies: 4
Views: 1674

IKEA Styrbar script

I want to share my zigbee IKEA styrbar dimmer script. I use zigbee2MQTT and zigbee2MQTT plugin v3.2.0. I tryed with MQTT AD but I got alot of on/off devices instead of 1 selector switch. -- Settings -- local dimmerIdx = 123 -- change to idx of your IKEA selector / dimmerswitch local deviceIdx = 45 ...
by DewGew
Thursday 22 February 2024 18:18
Forum: dzVents
Topic: ideAlarm (A dzVents alarm environment)
Replies: 103
Views: 24074

Re: ideAlarm (A dzVents alarm environment)

kimhav wrote: Tuesday 30 January 2024 22:17 Interesting script and something to test; but curious about physical keypads; what are you guys using?
I use domoticz internal security panel for now. But planing to use my doorlock to switch state
by DewGew
Thursday 22 February 2024 18:05
Forum: dzVents
Topic: How to write the battery level to a device?
Replies: 7
Views: 689

Re: How to write the battery level to a device?

You can use domoticz api in dzVents:

Code: Select all

 domoticz.openURL('http://ipadress/json.htm?type=command&param=udevice&idx=<idx>&battery=<numeric value>')
by DewGew
Wednesday 21 February 2024 19:52
Forum: dzVents
Topic: DZvents and security
Replies: 28
Views: 1690

Re: DZvents and security

Take a lock at my script. Alot of useful ideas.
https://github.com/DewGew/ideAlarm
by DewGew
Thursday 15 February 2024 10:47
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89661

Re: Domoticz-Google-Assistant (dzga)

https://github.com/DewGew/DZGA-Flask is no on V24.9 enjoy!
Feedback is most wanted
by DewGew
Thursday 28 December 2023 9:34
Forum: Speech & Voice Systems
Topic: DZGA with Protected devices
Replies: 2
Views: 4566

Re: DZGA with Protected devices

switchProtectionPass: true is wrong.

Use this like this:

Code: Select all

switchProtectionPass: <yourpincode>
eg. switchProtectionPass: 123456
by DewGew
Thursday 07 December 2023 13:16
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89661

Re: Domoticz-Google-Assistant (dzga)

Hi DewGew, After the latest update, I can now access the user interface and see my Domoticz devices. Thanks for your work fixing this issue. Just to be clear: This is not on Bookworm or a RPi 5 right? Thanx DZGA-Flask schould now work in bookworm bash <(curl -s https://raw.githubusercontent.com ...
by DewGew
Friday 01 December 2023 9:07
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89661

Re: Domoticz-Google-Assistant (dzga)

Unfortunately, this is not a solution for me. I had already configured this nicely. Since Bookworm there seem to be some problems with pip in Python and I thought that might be where the problem lay. Unfortunately, that does not appear to be the case either. It applies to both DZGA and DZGA-Flak. I ...
by DewGew
Friday 24 November 2023 19:20
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89661

Re: Domoticz-Google-Assistant (dzga)

Is no one affected by the problem I am encountering in not beeing able to bring up the Dzga configuration page? I had everythig working in a prevoius instalation using Rasperry Pi OS Stretch, but decided to do a clean install of the OS. I opted for Bullseye because I believe it is the version which ...
by DewGew
Thursday 02 November 2023 13:08
Forum: MQTT Auto Discovery
Topic: Doorlock state NOT working, zigbee2mqtt
Replies: 2
Views: 7320

Doorlock state NOT working, zigbee2mqtt

I Have a Nimly Touch Doorlock (easyCodeTouch) and this lock works as it should in zigbee2mqtt but in domoticz I dont get state for the lock. It says unlocked. Also i dont get state for auto_lock. These teo are switches in domoticz. When I click the switch it locks but the state is still unlocked ...
by DewGew
Tuesday 19 September 2023 8:44
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89661

Re: Domoticz-Google-Assistant (dzga)

I tried the first command but it returns with: 'sudo: ufw: command not found.' Thanks for the suggestion though! Don't use http://localhost:3030/settings as url. I should be a ipnr like http://192.168.1.10:3030/settings Try run manually and see if there is any errors in terminal log: cd /home ...
by DewGew
Tuesday 19 September 2023 8:42
Forum: Design, usability and languages
Topic: Is there a really good looking theme out there?
Replies: 21
Views: 6906

Re: Is there a really good looking theme out there?

@hyeronimo, @osirisguitar, @kiddigital feel free to contribute to Machinon with you ideas or just use Machinon as your inspiration.
by DewGew
Wednesday 13 September 2023 7:58
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89661

Re: Domoticz-Google-Assistant (dzga)

Hi DewGew, I've been trying for a couple of days now but i can't even seem to get http://localhost:3030/settings running. It's giving: ERR_CONNECTION_REFUSED. sudo systemctl status dzga returns with: " ● dzgaservice - Domoticz-Google-Assistant Service Loaded: loaded (/etc/systemd/system/dzgaservice; ...
by DewGew
Saturday 26 August 2023 13:32
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89661

Re: Domoticz-Google-Assistant (dzga)

Hi Kedi, Thanx for this quick reply. Can you please explane this? What do you mean with escape the & char? The DZGA configfile says: # Login on Google Home app and configuration interface Thats means my password on Google Home needs to be (exactly) the same as de Userinterface, right? Thanx! No its ...