Ok, thats ok with me. Please disable my account instead
Search found 139 matches
- Thursday 26 September 2024 14:00
- Forum: Other questions and discussions
- Topic: Delete account
- Replies: 5
- Views: 667
- Thursday 26 September 2024 12:10
- Forum: Other questions and discussions
- Topic: Delete account
- Replies: 5
- Views: 667
Re: Delete account
I also want to delete my forum account and data while no active Domoticz user anymore. How can i do this?
- Tuesday 04 September 2018 10:38
- Forum: Other questions and discussions
- Topic: Logitech Media Server
- Replies: 409
- Views: 86397
- Saturday 10 March 2018 16:45
- Forum: Other questions and discussions
- Topic: Remove Logitech Media Server player?
- Replies: 11
- Views: 3796
Re: Remove Logitech Media Server player?
New in ihe latest bèta (9014):
Option to delete unused device from the nodelist in the hardware-setup of LMS.
Option to delete unused device from the nodelist in the hardware-setup of LMS.
- Saturday 10 March 2018 16:42
- Forum: Other questions and discussions
- Topic: Logitech Media Server
- Replies: 409
- Views: 86397
Re: Logitech Media Server
New in ihe latest bèta (9014):
Option to delete unused device from the nodelist in the hardware-setup of LMS.
Option to delete unused device from the nodelist in the hardware-setup of LMS.
- Monday 05 March 2018 15:21
- Forum: Other questions and discussions
- Topic: Remove Logitech Media Server player?
- Replies: 11
- Views: 3796
Re: Remove Logitech Media Server player?
So to clarify we have no way of removing the ones we don't use anymore from the LMS hardware tab? Any way of editing the SQL library like someone mentioned above? Sorry for my late response. Due to several reasons I did not had time to respond and add this feature. I will look into this very soon ...
- Saturday 28 January 2017 7:14
- Forum: Other questions and discussions
- Topic: Remove Logitech Media Server player?
- Replies: 11
- Views: 3796
Re: Remove Logitech Media Server player?
You can delte the player just like any otther device,
If the player isn't physically there, Domoticz will not add this player anymore because it is not in the LMS 'player list'
If the player isn't physically there, Domoticz will not add this player anymore because it is not in the LMS 'player list'
- Wednesday 12 October 2016 13:12
- Forum: dzVents
- Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
- Replies: 337
- Views: 72329
Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Aah cool. I will try that. Thanks!!dannybloe wrote:It is even simpler than that. Simply create a table variable:
Then you can do this:Code: Select all
data = { myVar = { initial = {} } }
That should work.Code: Select all
domoticz.data.myVar['counter1'] = 1; domoticz.data.myVar['counter2'] = 2;
- Wednesday 12 October 2016 12:33
- Forum: dzVents
- Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
- Replies: 337
- Views: 72329
Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Is is possible to create persistent data variables dynamically? Like with an existing array of variables that holds the names of the persistent data variables to be created... local arrDataVars = {'Counter1', 'Counter2', 'Counter3'} and then in the data = { } part something magic. Maybe use ...
- Sunday 18 September 2016 9:04
- Forum: Other questions and discussions
- Topic: Logitech Media Server
- Replies: 409
- Views: 86397
Re: Logitech Media Server
You can switch on/off a player directly via curl using: Power on SqueezeBox [url]http://<server-ip>:<port>/status.html?p0=button&p1=power_on&player=<player-ip>[/url] Power off SqueezeBox [url]http://<server-ip>:<port>/status.html?p0=button&p1=power_off&player=<player-ip>[/url] True, and even the ...
- Sunday 18 September 2016 8:52
- Forum: Suggestions
- Topic: Enable / Disable all events in a switch planning alltogether
- Replies: 34
- Views: 13671
Re: Enable / Disable all events in a switch planning alltogether
hello, here the /json.htm?type=command¶m=disabletimer&idx=X or enabletimer don't work I receive the OK prompt { "status" : "OK", "title" : "DisableTimer" } but the timers are always active. The Domoticz version is 5641 I want to try a script for modify the status (active=0 or 1) in the table ...
- Saturday 17 September 2016 8:15
- Forum: Other questions and discussions
- Topic: Logitech Media Server
- Replies: 409
- Views: 86397
Re: Logitech Media Server
You can switch on/off a player directly via curl using: Power on SqueezeBox [url]http://<server-ip>:<port>/status.html?p0=button&p1=power_on&player=<player-ip>[/url] Power off SqueezeBox [url]http://<server-ip>:<port>/status.html?p0=button&p1=power_off&player=<player-ip>[/url]
- Monday 18 July 2016 14:27
- Forum: dzVents
- Topic: dzVents 1.1.1
- Replies: 62
- Views: 15090
Re: dzVents 1.1.1
:shock: Still getting issues with the dev-branch ;( 2016-07-14 08:00:02.578 Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_device_main.lua: /home/pi/domoticz/scripts/lua/dzVents/Domoticz.lua:452: attempt to index local 'device' (a nil value) Latest dev-branch is error-free now for the ...
- Thursday 14 July 2016 19:03
- Forum: dzVents
- Topic: dzVents 1.1.1
- Replies: 62
- Views: 15090
Re: dzVents 1.1.1
Still getting issues with the dev-branch ;(
Code: Select all
2016-07-14 08:00:02.578 Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_device_main.lua: /home/pi/domoticz/scripts/lua/dzVents/Domoticz.lua:452: attempt to index local 'device' (a nil value)
- Wednesday 13 July 2016 22:29
- Forum: dzVents
- Topic: dzVents 1.1.1
- Replies: 62
- Views: 15090
Re: dzVents 1.1.1
Thanks! Seems to work. Not getting errors until now. Will continue to test the next days...dannybloe wrote:I added support for this in the dev branch. Can you please test it? It now uses a tmp file first when downloading the json and only when it is done writing it copies it over to devices.lua.
- Monday 11 July 2016 18:34
- Forum: dzVents
- Topic: dzVents 1.1.1
- Replies: 62
- Views: 15090
Re: dzVents 1.1.1
Very nice! Thanks for all the good work. One thing that's bothering me is that i stil have issues when the httpdata is fetched. I think it has to do with the great amount of devices i have that fetching them via the httprequest is taking a long time. It might be an issue that the script whats to ...
- Monday 20 June 2016 10:45
- Forum: dzVents
- Topic: dzVents 1.0 released
- Replies: 135
- Views: 21982
Re: dzVents 1.0 released
Did you find anything yet? Hi Danny, It's still happening... 2016-06-06 03:40:03.465 Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_device_main.lua: /home/pi/domoticz/scripts/lua/dzVents/Domoticz.lua:445: attempt to index local 'device' (a nil value) 2016-06-06 05:25:02.595 Error ...
- Friday 22 April 2016 14:00
- Forum: LUA
- Topic: Help for a newbie in LUA !
- Replies: 3
- Views: 754
Re: Help for a newbie in LUA !
Search for dzVents in the forum. Easy to use LUA scripting!
- Thursday 21 April 2016 13:05
- Forum: PHP and all others
- Topic: Lua scripts for newbies
- Replies: 7
- Views: 10495
Re: Lua scripts for newbies
Have a look at dzVents http://www.domoticz.com/forum/viewtopic ... 200#p77458
Easy to use LUA scripting...
Easy to use LUA scripting...
- Wednesday 20 April 2016 20:15
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1715
- Views: 415129
Re: eDomoticz Homebridge-Plugin
May i suggest a new option, though i'm not sure it is even possible... In the Eve-app you can add a 'Siri-name' for a device to change the name Siri listens to. Is it possible to get this name from the device-descriptions from Domoticz? Now it has to be entered every time you start over from scratch ...