Search found 11 matches

by mcmacpl
Monday 27 March 2017 16:05
Forum: MySensors
Topic: No contact with relay board after update!
Replies: 2
Views: 1478

Re: No contact with relay board after update!

After some recent updates, domoticz changed type of mysensors light switches.
I had the same situation, and had to restart all nodes and replace previous devices with new recognized devices.
Now they are of type Light/Switch, not Lightning 2.
by mcmacpl
Monday 27 February 2017 16:10
Forum: MySensors
Topic: Combined nodes added as new device after Domoticz reboots.
Replies: 2
Views: 1156

Re: Combined nodes added as new device after Domoticz reboots.

I have the same problem. For me it is a bug.
I also have not possibility to restart every node after each time domoticz updates...
"Funny" is, that it concerns not all nodes.
by mcmacpl
Wednesday 20 April 2016 15:22
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 72463

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

No, there isn't. Maybe because I switched off http data fetching :-)
by mcmacpl
Wednesday 20 April 2016 13:16
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 72463

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

I noticed that for my lux sensors device.lux does not work (contains nothing), while tonumber(device.rawData[1]) works well. What could be the reason?
by mcmacpl
Wednesday 23 March 2016 9:07
Forum: MySensors
Topic: Inclusion mode
Replies: 9
Views: 2335

Re: Inclusion mode

Domoticz includes all MySensors devices that are available on the network (of course if enabled in domoticz's settings). You do not need to press hardware inclusion button on MySensors serial gateway in order to device be included. Actually device need not to present itself to be included in ...
by mcmacpl
Tuesday 22 March 2016 13:52
Forum: MySensors
Topic: Inclusion mode
Replies: 9
Views: 2335

Re: Inclusion mode

AFAIK - no.
by mcmacpl
Friday 18 March 2016 23:11
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 72463

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

thorbj wrote:I tried the following. No errors in the log yet:

Code: Select all

	on = {
		['timer'] = 'at 23:*',
		['timer'] = 'at 00:*',
		['timer'] = 'at 01:*',
		['timer'] = 'at 02:*',
		['timer'] = 'at 03:*',
		['timer'] = 'at 04:*',
	},
Yes, but for me it will be switched only at 04:*.
by mcmacpl
Thursday 17 March 2016 14:34
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 72463

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Exactly the same issue: Script: return { active = true, on = { ['timer'] = { 'at 14:25', 'at 14:30' } }, execute = function(domoticz) if (domoticz.devices[35].bState) then domoticz.devices[35].switchOff() end end } Result: 2016-03-17 14:31:00.025 Error: EventSystem: in /home/pi/domoticz/scripts/lua ...
by mcmacpl
Thursday 17 March 2016 10:29
Forum: Design, usability and languages
Topic: Domoticz started to look ugly
Replies: 4
Views: 2821

Re: Domoticz started to look ugly

And I found the solution. It was because of browser cache.
I installed chrome extension: "clear cache" and after each theme selection I use this tool.
Now I see how different themes look like :-)
by mcmacpl
Thursday 17 March 2016 9:53
Forum: Design, usability and languages
Topic: Domoticz started to look ugly
Replies: 4
Views: 2821

Domoticz started to look ugly

Today, suddenly, domoticz web interface started to look ugly. Please see screenshot. I mean those dick white backgrounds in section headers: http://i67.tinypic.com/rsetqg.jpg All was ok, and I made upgrade (as hundrets times earlier). And then it started to look like that. What is really strange, I ...
by mcmacpl
Tuesday 19 January 2016 16:15
Forum: Switches and Scenes
Topic: strange behavious of dummy dimmers
Replies: 8
Views: 2270

Re: strange behavious of dummy dimmers

I observed exactly the same behaviour. if you set dummy dimmer level to 100% (by manually moving the slider), it is set automatically (after 2 seconds) to 93%. And if you set to 50%, it is set 47% (or something like that). Very weird. I think it is another hidden feature of domoticz. In one topic I ...