It works fine!
Nice community!
Search found 21 matches
- Wednesday 15 July 2020 23:43
- Forum: dzVents
- Topic: String operationen
- Replies: 4
- Views: 455
- Wednesday 15 July 2020 18:59
- Forum: dzVents
- Topic: String operationen
- Replies: 4
- Views: 455
Re: String operationen
Thank you!
I will try it tomorrow.
Thumps up!
I will try it tomorrow.
Thumps up!
- Wednesday 15 July 2020 16:54
- Forum: dzVents
- Topic: String operationen
- Replies: 4
- Views: 455
String operationen
I have a lump in my head. how can I translate this from LUA to dzvents ?:
z = otherdevices_svalues['PoolZulauf']
k = string.find(z," ")
z = string.sub(z,1,k-1)
TZulauf = tonumber(z)
z = otherdevices_svalues['PoolZulauf']
k = string.find(z," ")
z = string.sub(z,1,k-1)
TZulauf = tonumber(z)
- Saturday 11 July 2020 22:24
- Forum: Speech & Voice Systems
- Topic: Alexa text to speech
- Replies: 152
- Views: 52604
SOLVED Re: Alexa text to speech
If I start the script ./alexa_remote_control.sh -ALL speak:'MESSAGE' an error occurs:
bash: ./alexa_remote_control.sh: /bin/sh^M: Defekter Interpreter: Datei oder Verzeichnis nicht gefunden
jq and oathtools are installed. The scripts looks fine.
Any hints?
UTF-8 was the solution...
bash: ./alexa_remote_control.sh: /bin/sh^M: Defekter Interpreter: Datei oder Verzeichnis nicht gefunden
jq and oathtools are installed. The scripts looks fine.
Any hints?
UTF-8 was the solution...
- Thursday 09 July 2020 0:19
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 22718
Re: ideAlarm (A dzVents alarm environment)
You are right. I don't use the security panel at this time because I coul't it not activate. An error occurs. But your way over this panel looks interesting. I will try it again and report.
- Wednesday 08 July 2020 22:57
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 22718
Re: ideAlarm (A dzVents alarm environment)
It's not very easy. The hole code is waiting for events. Close the Door Lock is a trigger, open is not. Now I trigger the alert_on button with my own script when I close or open the lock. The alert_on button goes to off with a 2sec delay. so the instruction.
- Wednesday 08 July 2020 17:19
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 22718
Re: ideAlarm (A dzVents alarm environment)
I use a switch in the door lock to trigger the toggle switches. Occasionally this becomes desynchronized. Could I use the on-off switch directly? In addition, there is an acoustic signal when switching on and off: alarmArmingModeChanged = function(domoticz, alarmZone) -- The arming mode for a zone ...
- Friday 19 June 2020 12:21
- Forum: Dashticz
- Topic: SOLVED: addClass no working
- Replies: 12
- Views: 937
Re: SOLVED: addClass no working
Hi Lokonli
the main problem was my version 3.4. Now with 3.5 it works fine.
Thanks to all helpers!
Michael
the main problem was my version 3.4. Now with 3.5 it works fine.
Thanks to all helpers!
Michael
- Thursday 18 June 2020 23:32
- Forum: Dashticz
- Topic: SOLVED: addClass no working
- Replies: 12
- Views: 937
Re: addClass no working
Thanks for the help. But it dont change anything :( Now my config.js and custom.css for a better look: Config.js var config = {} //config['edit_mode'] = 1; config['domoticz_ip'] = 'http://192.168.178.122:8080'; config['login_timeout'] = '60'; config['user_name'] = ''; config['pass_word ...
- Thursday 18 June 2020 18:30
- Forum: Dashticz
- Topic: SOLVED: addClass no working
- Replies: 12
- Views: 937
SOLVED: addClass no working
Hi I use this format for the custom.js: //Zeile 1 ----------------- blocks['638_1'] = {} blocks['638_1']['title'] = 'Innentemperatur'; blocks['638_1']['width'] = 12; blocks['638_1']['addClass'] = 'bigfont'; But the addClass does nothing. I've created the css class in custom.css: .bigfont {font-size ...
- Tuesday 16 June 2020 15:19
- Forum: Dashticz
- Topic: Strange things with temp. block
- Replies: 8
- Views: 1274
Re: Strange things with temp. block
For me, only the wind strength and direction are shown. I cannot reach the other parameters with a sub IDX. I also need gust and temperature.
Or I overlook something there?
The given string is: 225.00; SW; 4; 8; 17.6; 17.6 I need the 4th and 5th value.
Or I overlook something there?
The given string is: 225.00; SW; 4; 8; 17.6; 17.6 I need the 4th and 5th value.
- Monday 15 June 2020 13:56
- Forum: Heating/cooling
- Topic: Temperature last change of value
- Replies: 2
- Views: 811
Re: Temperature last change of value
Thank you,
my script in use is written with lua and not the shortest. I
I will find a way to integrate your idea.
my script in use is written with lua and not the shortest. I
I will find a way to integrate your idea.
- Thursday 28 May 2020 17:49
- Forum: Heating/cooling
- Topic: Temperature last change of value
- Replies: 2
- Views: 811
Temperature last change of value
Hi,
how can I get the time of the last change of a temperature sensor? Not the last update because this is every time receive datas from sensor, but not the last change of value.
how can I get the time of the last change of a temperature sensor? Not the last update because this is every time receive datas from sensor, but not the last change of value.
- Monday 25 May 2020 14:40
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: HDD not enough memory?
- Replies: 2
- Views: 334
HDD not enough memory?
Hi
I have set up booting from HDD.
However, everything ended up in the /dev/root directory and only uses 1.8Gb of 320Gb. Booting works fine.
I see with fdisk:
dev/sda1 256M
dev/sda2 with 297G
How can I get everything into the big partition?
Micha
I have set up booting from HDD.
However, everything ended up in the /dev/root directory and only uses 1.8Gb of 320Gb. Booting works fine.
I see with fdisk:
dev/sda1 256M
dev/sda2 with 297G
How can I get everything into the big partition?
Micha
- Thursday 06 February 2020 19:35
- Forum: dzVents
- Topic: dzVentz Alarm Script starts here..
- Replies: 13
- Views: 5081
Re: dzVentz Alarm Script starts here..
Has anybody this idea completed? Sitting here over my old LUA script an find no way for nice working.
- Tuesday 28 May 2019 17:34
- Forum: Suggestions
- Topic: Darksky language
- Replies: 9
- Views: 1928
Re: Darksky language
I'm a Domoticz user - not a programmer. Great help!
- Tuesday 28 May 2019 16:41
- Forum: Suggestions
- Topic: Darksky language
- Replies: 9
- Views: 1928
Re: Darksky language
OMG, why should I use a script with all its disadvantages, if it were enough to send the set language to dark weather? I already set my language in the setup. Since it is only logical that this is also desired for weather reports. A small attachment of the language feature to the string may pose a ...
- Wednesday 15 May 2019 13:46
- Forum: Suggestions
- Topic: Darksky language
- Replies: 9
- Views: 1928
Re: Darksky language
I understand your wish, but in the standard Darksky implementation forecast is not available as device. How do you get your information from Darksky - I believe via the Darksky weather plugin that is standard available in Domoticz? I do not know a screen where the forecast is displayed? Or do you ...
- Thursday 09 May 2019 20:42
- Forum: Suggestions
- Topic: Darksky language
- Replies: 9
- Views: 1928
Re: Darksky language
The need is the Forecast string. This appears on the monitor for everyone. But english is no everyones language. I translated some simple strings e.g. 'sunny'. For foreign people is it hard to understand 'Partly cloudy throughout the day.' moni.JPG The translated strings from darksky are much better ...
- Thursday 09 May 2019 17:36
- Forum: Suggestions
- Topic: Darksky language
- Replies: 9
- Views: 1928
Darksky language
Hi, the darksky forecast messages are available in many different languages e.g. german. This requires an added "?lang=[language]" at the end of the http-request. Like: https://api.darksky.net/forecast/123452e7f90037e8d62af743a80771/42.3601,-71.0589?lang=de Inside Domoticz is no inputfield for this ...