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 ...
Search found 581 matches
- Wednesday 12 March 2025 14:19
- Forum: Bugs and Problems
- Topic: Question on Smoke sensor (new) json api error
- Replies: 3
- Views: 809
- Wednesday 12 March 2025 9:05
- Forum: Bugs and Problems
- Topic: Question on Smoke sensor (new) json api error
- Replies: 3
- Views: 809
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)"
When pressing reset button, log say "Invalid API command received!? (resetsecuritystatus)"
- Monday 11 November 2024 18:26
- Forum: Design, usability and languages
- Topic: machinon theme
- Replies: 715
- Views: 168852
Re: machinon theme
This is fixed now alsoheggink 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?
- Friday 08 November 2024 12:56
- Forum: Design, usability and languages
- Topic: machinon theme
- Replies: 715
- Views: 168852
Re: machinon theme
Energy dashboard is now added to this theme
- Thursday 28 March 2024 19:25
- Forum: MQTT Auto Discovery
- Topic: Doorlock state NOT working, zigbee2mqtt
- Replies: 2
- Views: 7605
Re: Doorlock state NOT working, zigbee2mqtt
I switch over to zigbee2mgtt plugin instead of mqtt ad
- Friday 15 March 2024 18:21
- Forum: Examples & Solutions
- Topic: IKEA Styrbar script
- Replies: 4
- Views: 2877
Re: IKEA Styrbar script
Problem is that I have to add 11 dimmerIdx instead of 1waltervl 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.
- Thursday 14 March 2024 7:32
- Forum: Examples & Solutions
- Topic: IKEA Styrbar script
- Replies: 4
- Views: 2877
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 ...
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 ...
- Thursday 22 February 2024 18:18
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 25109
Re: ideAlarm (A dzVents alarm environment)
I use domoticz internal security panel for now. But planing to use my doorlock to switch statekimhav wrote: Tuesday 30 January 2024 22:17 Interesting script and something to test; but curious about physical keypads; what are you guys using?
- Thursday 22 February 2024 18:05
- Forum: dzVents
- Topic: How to write the battery level to a device?
- Replies: 7
- Views: 777
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¶m=udevice&idx=<idx>&battery=<numeric value>')- Wednesday 21 February 2024 19:52
- Forum: dzVents
- Topic: DZvents and security
- Replies: 28
- Views: 1863
Re: DZvents and security
Take a lock at my script. Alot of useful ideas.
https://github.com/DewGew/ideAlarm
https://github.com/DewGew/ideAlarm
- Thursday 15 February 2024 10:47
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101300
Re: Domoticz-Google-Assistant (dzga)
https://github.com/DewGew/DZGA-Flask is no on V24.9 enjoy!
Feedback is most wanted
Feedback is most wanted
- Thursday 28 December 2023 9:34
- Forum: Speech & Voice Systems
- Topic: DZGA with Protected devices
- Replies: 2
- Views: 6057
Re: DZGA with Protected devices
switchProtectionPass: true is wrong.
Use this like this:
eg. switchProtectionPass: 123456
Use this like this:
Code: Select all
switchProtectionPass: <yourpincode>- Thursday 07 December 2023 13:16
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101300
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 ...
- Friday 01 December 2023 9:07
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101300
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 ...
- Friday 24 November 2023 19:20
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101300
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 ...
- Thursday 02 November 2023 13:08
- Forum: MQTT Auto Discovery
- Topic: Doorlock state NOT working, zigbee2mqtt
- Replies: 2
- Views: 7605
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 ...
When I click the switch it locks but the state is still unlocked ...
- Tuesday 19 September 2023 8:44
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101300
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 ...
- Tuesday 19 September 2023 8:42
- Forum: Design, usability and languages
- Topic: Is there a really good looking theme out there?
- Replies: 21
- Views: 8744
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.
- Wednesday 13 September 2023 7:58
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101300
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 ...
- Saturday 26 August 2023 13:32
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101300
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 ...