This is NOT working for all features and not maintained anymore for a longtimehomeJLB wrote: ↑Thursday 06 February 2025 12:33 Maybe try https://github.com/jcwlim/homebridge-edomoticz-ui-x
Search found 641 matches
- Thursday 06 February 2025 17:57
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 995
- Views: 224749
Re: Pilot: Home Automation Control (iOS app)
- Wednesday 05 February 2025 19:17
- Forum: LUA
- Topic: Use an error in log as a trigger
- Replies: 58
- Views: 12514
Re: Use an error in log as a trigger
Hi,
I need a bit of help with this
What i like to have is 2 or more word as search string.
Is this possible and how must i do this?
I need a bit of help with this
What i like to have is 2 or more word as search string.
Is this possible and how must i do this?
Code: Select all
local searchStr = "Error" -- Change to reflect the messages you want to catch
- Sunday 19 January 2025 17:23
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 995
- Views: 224749
Re: Pilot: Home Automation Control (iOS app)
I also sent an e-mail to this address “[email protected]” but received no reply. So I went ahead and installed the HomeBridge-eDomoticz plugin. I got the essential functions I was interested in. HomeBridge-eDomoticz is indeed a good plugin, but i looks that it also not maintained any more for ...
- Friday 10 January 2025 21:09
- Forum: Forum feedback
- Topic: This forum
- Replies: 16
- Views: 7873
Re: This forum
Just received a email about a new post.
Looks like it is working again
Thanks
Looks like it is working again
Thanks
- Tuesday 07 January 2025 19:22
- Forum: Forum feedback
- Topic: This forum
- Replies: 16
- Views: 7873
Re: This forum
Anybody experiencing the mail issue ?
I'm not receiving any mail from the domoticz forum
I'm not receiving any mail from the domoticz forum
- Tuesday 07 January 2025 12:41
- Forum: Forum feedback
- Topic: This forum
- Replies: 16
- Views: 7873
Re: This forum
I'm experiencing the same problem.
Also i'm not getting an email when a new post/notification is on subcribed post
Also i'm not getting an email when a new post/notification is on subcribed post
- Thursday 26 December 2024 11:28
- Forum: Temperature and Weather
- Topic: Open Weather Map API migration
- Replies: 22
- Views: 9105
Re: Open Weather Map API migration
Hi Still not working I've a valid OMW3 subscription. Tested it with https://api.openweathermap.org/data/3.0/onecall?lat=33.44&lon=-94.04&exclude=hourly,daily&appid=[APIKEY] still not working within Dashticz --------- UPDATE --------- I've it working now added this in the bloks apikey: 'key ...
- Thursday 26 December 2024 9:44
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Upgraded to 2024,1 and rollback needed
- Replies: 26
- Views: 12790
Re: Upgraded to 2024,1 and rollback needed
Many thanks !!
- Wednesday 25 December 2024 13:52
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Upgraded to 2024,1 and rollback needed
- Replies: 26
- Views: 12790
Re: Upgraded to 2024,1 and rollback needed
https://filebin.net/icrs31fwvdm8ixon passwd = domoticz Contain stables 2023.1, 2023.2 and lastest 2023.2 beta before OZW removal (thus include a few fixes seen just after 2023.2 stable availability ; that's the version I use since end of july on my 64bit PI3B install, but all versions should be ...
- Sunday 24 November 2024 19:16
- Forum: dzVents
- Topic: skip dzvents action at domoticz startup
- Replies: 5
- Views: 1292
Re: skip dzvents action at domoticz startup
I'm trying to activate a dz script after a restart of domoticz { on = { timer = { function(domoticz) return domoticz.time.matchesRule('at ' .. domoticz.variables('UV_Sleep').value) or domoticz.time.matchesRule('at ' .. minutesBeforeSunset .. 'minutes before sunset') end, }, devices = {Test,}, system ...
- Sunday 10 November 2024 11:24
- Forum: dzVents
- Topic: Cannot create log entry from dzVents script. Log tab "Status" always empty
- Replies: 14
- Views: 1465
Re: Cannot create log entry from dzVents script. Log tab "Status" always empty
You could try try
Code: Select all
domoticz.log('FORCE log line!', domoticz.LOG_FORCE
- Thursday 07 November 2024 20:02
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Instal with install.domoticz.com wont work
- Replies: 12
- Views: 3262
Re: Instal with install.domoticz.com wont work
For a debian 12 system you can the following
Code: Select all
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
- Wednesday 06 November 2024 20:30
- Forum: Heating/cooling
- Topic: Rooted Toon plugin
- Replies: 110
- Views: 70933
Re: Rooted Toon plugin
Still working.
Check if the info coming from the Toon
Is Openterm activated? This causes that some device ifo is not available
Check if the info coming from the Toon
Is Openterm activated? This causes that some device ifo is not available
- Tuesday 29 October 2024 19:59
- Forum: Temperature and Weather
- Topic: Open Weather Map API migration
- Replies: 22
- Views: 9105
Re: Open Weather Map API migration
Hi
I've upgrade to OMW 3.0, but now this is not working anymore in Dashticz
I'm getting
Created a new key:
What can this be?
I've upgrade to OMW 3.0, but now this is not working anymore in Dashticz
I'm getting
Code: Select all
Error : owm3 error. No valid API key
Code: Select all
Error: No valid API key? (Autodetect provider)
- Tuesday 10 September 2024 19:23
- Forum: Bugs and Problems
- Topic: wipe / remove devices
- Replies: 3
- Views: 506
Re: wipe / remove devices
Why is it not possible to delete devices from the Aeon stick in Domoticz ? (When the hardware is broken or send back to the store) The easiest way to my opinion is to use Z-Wave PC Controller 5 on your windows PC. Use "Node failed" and then "remove failed node" Worked for me everytime
- Friday 23 August 2024 11:28
- Forum: dzVents
- Topic: Dzvents script, help appreciated
- Replies: 7
- Views: 1044
Re: Dzvents script, help appreciated
Maybe this is an example you can use. It shows the activated devices in a textblock. This textblock is visible in Domoticz and on my Tablet with Dashticz local scriptVar = "-=# Deursensors #=-" local textblock = 477 local doorDevices = { ['Deur Erker'] = 182, -- 'Sensor - Erkerdeur', ['Deur Achter ...
- Wednesday 07 August 2024 8:17
- Forum: Bugs and Problems
- Topic: 2024.7 stops working every few days
- Replies: 41
- Views: 5130
Re: 2024.7 stops working every few days
Hi, I'm having the same issues. Before 2027.7 my domoticz was very stable, but after the update it something hangs and do i need to do a restart The problem is that i can regenerate the problem and it seems to occurs randomly. Something just when i'm in the browser in the config, but i had once it ...
- Tuesday 23 July 2024 18:43
- Forum: dzVents
- Topic: set device "Off Delay" value with DzVents
- Replies: 7
- Views: 1575
Re: set device "Off Delay" value with DzVents
it is not that difficult to do this with Dzvents I've something similar. Maybe this helps as a start if PIR.lastUpdate.secondsAgo > 1800 and (Party_Switch.state == 'Off') then light.switchOff().afterMin(10) dz.log(PIR.name .. ' update : ' .. PIR.lastUpdate.secondsAgo .. ' seconden geleden',dz.LOG ...
- Friday 12 July 2024 19:25
- Forum: Others
- Topic: Somfy errors in Domoticz log
- Replies: 2
- Views: 1039
Re: Somfy errors in Domoticz log
Try to go back to version 4.2.16 from the master branch.
I've seen also some errors with the beta version
I've seen also some errors with the beta version
- Sunday 07 July 2024 13:35
- Forum: News & Updates
- Topic: Domoticz version 2024.7 released
- Replies: 74
- Views: 27385
Re: Domoticz version 2024.5 released
Update executed over 2024.4 and looks fine
Thanks Team Domoticz !!
Thanks Team Domoticz !!