Search found 43 matches

by blitzkneisser
Saturday 07 May 2016 20:59
Forum: PHP and all others
Topic: LUA: get uservariable index from table?
Replies: 0
Views: 551

LUA: get uservariable index from table?

is there any possibility to get the index of a user variable from some table? 'uservariables' aparrently contains only name and value and I want to avoid something tedious lieka JSON call, filtering and so on. There's 'otherdevices_idx' - I'd really like to see something like 'uservariables_idx' Or ...
by blitzkneisser
Sunday 01 May 2016 21:40
Forum: PHP and all others
Topic: LUA: create user variable from within LUA script?
Replies: 6
Views: 2044

LUA: create user variable from within LUA script?

Hi!

Is it possible to create a new user variable from within a LUA script, e.g. checking if a variable exists and if not, creating it?
by blitzkneisser
Wednesday 13 April 2016 20:58
Forum: PHP and all others
Topic: Easy text file based temperature and switch scheduler v0.1
Replies: 0
Views: 878

Easy text file based temperature and switch scheduler v0.1

As I was not totally satisfied how scheduling works in domoticz, I wrote a LUA script to make things easier. Now you only need a text file with a schedule and can assign that to any switch or temperature setpoint device. The advantages: you can use the same schedule for multiple devices you can ...
by blitzkneisser
Wednesday 16 March 2016 8:36
Forum: MySensors
Topic: IR Sender/Receiver built, now what?
Replies: 53
Views: 29290

Re: IR Sender/Receiver built, now what?

There's also the possibility to store user variables in program memory. I too had the user variable space warning - and the sketch did not work, but I had some program memory available. So I just stored the variables there, can be done with progmem. I stored all my IR code sequences in program ...
by blitzkneisser
Monday 14 March 2016 18:59
Forum: Switches and Scenes
Topic: remote control Air-Conditionner Mitsubishi MSH-18RV from Domoticz
Replies: 2
Views: 1112

Re: remote control Air-Conditionner Mitsubishi MSH-18RV from Domoticz

It is possible, but not directly. You might want to take a look at the mysensors platform (http://www.mysensors.org/), then you can build a IR remote transceiver that can be controlled from domoticz. So... you are not afraid of a little tinkering and prefer a cheaper and flexible solution: 1) Check ...
by blitzkneisser
Tuesday 08 March 2016 9:18
Forum: Z-Wave
Topic: Devolo Home Ctrl TRV (Danfoss) - Setpoint not working
Replies: 46
Views: 14229

Re: Devolo Home Ctrl TRV (Danfoss) - Setpoint not working

Hello there, I was struggling with the same problem (razberry, Devolo Thermostat, but no Temp reading), adding the new Command Class to the XML file really helped. After waiting for half an hour after doing the edit and restarting the service, I finally got my temperature. Any ideas why it is not ...
by blitzkneisser
Tuesday 01 March 2016 10:19
Forum: Other questions and discussions
Topic: "Normal" Database size and sensor log table location
Replies: 8
Views: 3285

Re: "Normal" Database size and sensor log table location

No vacuum necessary, looks like that happened automatically. Now the DB size is down to 14MB (from 55MB) which is OK. The long logfile (sensor log) only happened because of that DB error which prevented domoticz from deleting all sensor entries older than 7 days. The Switch log for 30 days is not ...
by blitzkneisser
Tuesday 01 March 2016 9:44
Forum: Other questions and discussions
Topic: "Normal" Database size and sensor log table location
Replies: 8
Views: 3285

Re: "Normal" Database size and sensor log table location

Yay! Fixing the database worked. It took half a day to generate the db file out of the SQL dump, and as the DB was then repaired, the numerous entries in the sensor log were purged automatically, so doing it automtically was no longer necessary. The DB file still has the big size... is it purged ...
by blitzkneisser
Monday 29 February 2016 19:47
Forum: Other questions and discussions
Topic: "Normal" Database size and sensor log table location
Replies: 8
Views: 3285

"Normal" Database size and sensor log table location

After having the malformed database problem I decided to clean things up as described here in the forum (http://www.dosomethinghere.com/2013/02/20/fixing-the-sqlite-error-the-database-disk-image-is-malformed/) Generating a new database from the SQL dump was so slow that - at that speed - it would ...
by blitzkneisser
Monday 29 February 2016 15:49
Forum: Suggestions
Topic: Show a small icon (lock?) in the dashboard if switch is protected
Replies: 11
Views: 3004

Re: Show a small icon (lock?) in the dashboard if switch is protected

That's odd... now I have the default style complete with the different colours. Looks like caching really messes switching themes up. Currently, I don't manage to swich to another Teme... weird.
OK, but at least the different colours in default seem to work.
Thanks for your help!
by blitzkneisser
Friday 26 February 2016 23:32
Forum: Suggestions
Topic: Show a small icon (lock?) in the dashboard if switch is protected
Replies: 11
Views: 3004

Re: Show a small icon (lock?) in the dashboard if switch is protected

Weird. I tried all themes, even different languages. Ok, but obviously the feature is already available... Thanks for the information...

Gesendet von meinem A0001 mit Tapatalk
by blitzkneisser
Friday 26 February 2016 13:28
Forum: Suggestions
Topic: Show a small icon (lock?) in the dashboard if switch is protected
Replies: 11
Views: 3004

Re: Show a small icon (lock?) in the dashboard if switch is protected

STrange. I'm back on default with mostly default icons and there's still no banner, different color or whatsoever...
by blitzkneisser
Friday 26 February 2016 10:00
Forum: Suggestions
Topic: Show a small icon (lock?) in the dashboard if switch is protected
Replies: 11
Views: 3004

Re: Show a small icon (lock?) in the dashboard if switch is protected

They have? I just checked, not im my case.
The same grey/yellow bulb as for other switches. Also, the frame does not look any different. Is that maybe depending on the theme? And how would that work with custom icons?
by blitzkneisser
Friday 26 February 2016 9:44
Forum: General Discussion
Topic: Introduce yourself
Replies: 547
Views: 173502

Re: Introduce yourself

[Name:] Alex [Country:] Austria [City:] Villach [Occupation:] Digital circuit design engineer (semiconductor industry) [Hobbies:] Mountainbiking, tinkering, gadgets, some uC programming & since a few month messing around with our now smart house :) [Choice for Domoticz:] I checked out a few before ...
by blitzkneisser
Friday 26 February 2016 9:06
Forum: Suggestions
Topic: Show a small icon (lock?) in the dashboard if switch is protected
Replies: 11
Views: 3004

Show a small icon (lock?) in the dashboard if switch is protected

I had the issue that a script was not working anymore because I had a switch protected, which I did not remember anymore. So, would it be possible to have e.g. a small lock icon on the dashboard view next to the switch/item? This would give an excellent overview of which items are protected. Or ...
by blitzkneisser
Sunday 21 February 2016 17:31
Forum: MySensors
Topic: IR receiver+remote for devices with non-standard IR protocols
Replies: 1
Views: 2747

IR receiver+remote for devices with non-standard IR protocols

I have 2 IR-controlled ceiling fans I want to control using Domoticz. My first idea was to use a z-wave switch & a dimmer to control the different aspects of the fan (lights, rotation speed) but then, after finishing my oil level measurement with MySensors I thought that it should also be possible ...
by blitzkneisser
Saturday 20 February 2016 20:43
Forum: MySensors
Topic: IR Sender/Receiver built, now what?
Replies: 53
Views: 29290

Re: IR Sender/Receiver built, now what?

Of course, silly me, that's not what a hash is all about. I guess I just hoped for an easy solution without much thinking.
I'll try to embedd the codes in my sketch, it's not that much of them...
Thanks
by blitzkneisser
Friday 19 February 2016 19:36
Forum: MySensors
Topic: IR Sender/Receiver built, now what?
Replies: 53
Views: 29290

Re: IR Sender/Receiver built, now what?

Hi! I have built a mysensors-IR node to control my ceiling fan. So far everything worked fine... I modified your sketch by adding my hashes, they were recognized and added in Domoticz as switches. Sending an IR command is also recognized by domoticz in the protocol. Now I'd like to reverse that ...
by blitzkneisser
Thursday 04 February 2016 21:11
Forum: Z-Wave
Topic: Devolo Home Ctrl TRV (Danfoss) - Setpoint not working
Replies: 46
Views: 14229

Re: Devolo Home Ctrl TRV (Danfoss) - Setpoint not working

I can't imagine that it's enough to use the same configuration as for danfoss. On some config file there must be an information about the additional TFA Device that is recognized at your Domoticz. It is enough. Normally, all capabilities (supported command classes) of the Z-Wave-Device are detected ...