Search found 20 matches

by BartdaMan
Friday 24 May 2019 0:37
Forum: Python
Topic: Python Plugin: NUKI locks
Replies: 35
Views: 5229

Re: Python Plugin: NUKI locks

Well, it only gives an error if you switch the lock again within ±20 s after the previous switch action. And that normally does not happen. So for me this version is fine now! Thanks a lot, Herman! :D
by BartdaMan
Thursday 23 May 2019 12:43
Forum: Python
Topic: Python Plugin: NUKI locks
Replies: 35
Views: 5229

Re: Python Plugin: NUKI locks

Well, in my case I can unlock via Domoticz fine, but locking gives an error.
by BartdaMan
Monday 20 May 2019 19:09
Forum: Python
Topic: Python Plugin: NUKI locks
Replies: 35
Views: 5229

Re: Python Plugin: NUKI locks

Hmmm, the PM seems to stay in my Outbox. Did you get it?
by BartdaMan
Monday 20 May 2019 19:03
Forum: Python
Topic: Python Plugin: NUKI locks
Replies: 35
Views: 5229

Re: Python Plugin: NUKI locks

Alright, new installation from Github, but still: 2019-05-20 19:01:51.977 Error: (NukiLock) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-nuki/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib/python3.5/lib-dynload ...
by BartdaMan
Sunday 19 May 2019 21:28
Forum: Python
Topic: Python Plugin: NUKI locks
Replies: 35
Views: 5229

Re: Python Plugin: NUKI locks

Hello Herman, Thank you for writing this plugin, I installed it just now. But...: 2019-05-19 21:25:43.829 Error: (NukiLock) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-nuki/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf ...
by BartdaMan
Wednesday 21 December 2016 21:29
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 172168

Re: Nefit Easy™

Maybe 2-3 times per month the Nefit easy server hangs on my Raspi3. I then have to reboot Domoticz and everything works again.
Does anyone have similar problem?
Is there a fix?
Or a workaround script e.g. if connection time-out then reboot Domoticz?
by BartdaMan
Sunday 04 December 2016 11:17
Forum: Design, usability and languages
Topic: 'ThinkTheme' - a new flat design theme
Replies: 52
Views: 83388

Re: 'ThinkTheme' - a new flat design theme

Tnx for your reply. Solved it by adding this code to the end of "custom.css":

Code: Select all

/* Font settings for error log lines */
.logerror {
    color: #E36049;
    font-weight: 100 !important;
}
by BartdaMan
Friday 18 November 2016 21:41
Forum: Design, usability and languages
Topic: 'ThinkTheme' - a new flat design theme
Replies: 52
Views: 83388

Re: 'ThinkTheme' - a new flat design theme

I know ThinkPad has moved away from Domoticz and this theme is not maintained, but... It is awesome and I like it very much. Big thanks to everybody who contributed. One small request though, in the log there are 3 tabs. The log messages under All and Status are readable, but the error messages ...
by BartdaMan
Sunday 06 November 2016 22:20
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 172168

Re: Nefit Easy™

Alright, it didn't work for me at first, until I read your earlier post carefully. So I had to update Robert Klep's Nefit-easy CLI.
And now indeed, works like a charm.

But I still don't understand why this could be useful. What are you using it for?
by BartdaMan
Sunday 06 November 2016 21:22
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 172168

Re: Nefit Easy™

Should the hotwater_off.py not read:

Code: Select all

#!/bin/sh
easy --serial=yourserial --password=yourpassw --access-key=youracckey hot-water-supply off
So off instead of on?
by BartdaMan
Sunday 06 November 2016 14:04
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 172168

Re: Nefit Easy™

OK, I've been in contact with Robert Klep and he has updated his nefit-easy-cli. Now I can switch the hot water ON or OFF, regardless of the mode it is in (program or manual). This can be done via CLI: easy --serial=xxxx --password=xxxx --access-key=xxxx hot-water-supply on easy --serial=xxxx ...
by BartdaMan
Sunday 30 October 2016 20:20
Forum: LUA
Topic: Easy question about variables
Replies: 4
Views: 5171

Re: Easy question about variables

Paul,

This is a start:
https://www.domoticz.com/wiki/LUA_commands

Not complete, but these examples will give you some ideas:
https://www.domoticz.com/wiki/Event_script_examples

And off course you could study from here also:
https://www.lua.org/manual/5.3/
by BartdaMan
Sunday 30 October 2016 12:44
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 172168

Re: Nefit Easy™

Whenever I have problems connecting to the Nefit with the easy app on android, I reboot domoticz and everything works again. May be I need to create a easy server restart on the pi. That's funny, because when I have Domoticz/Raspberry connection problems (maybe 1x per week) I disconnect the ...
by BartdaMan
Saturday 29 October 2016 20:13
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 172168

Re: Nefit Easy™

I cannot remember exactly. It was not so difficult. I remember I had to log out as pi user and log in as root. And then log in as pi user again and change to the /home/pi folder for installation of the easy server.
by BartdaMan
Saturday 29 October 2016 19:33
Forum: Others
Topic: Mi-Light / LimitlessLED / Applamp
Replies: 232
Views: 93166

Re: Mi-Light / LimitlessLED / Applamp

i have the same problem doe you have the solution already ??? I've got a , in my eyes, strange problem. When I executed a command in putty on the command line, this will work. But when I put the same command in a file and try to execute the file, nothing happens. For instance: pi@raspberrypi ...
by BartdaMan
Saturday 22 October 2016 22:02
Forum: LUA
Topic: Easy question about variables
Replies: 4
Views: 5171

Re: Easy question about variables

You are sending a string, but the variable is an integer...
Try commandArray['Variable:alarm_status'] = tonumber(2)
by BartdaMan
Monday 17 October 2016 20:21
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 416687

Re: Blockly examples

Bacinatorz,

You can solve this by adding a variable that changes state when the script runs. This way the script only triggers your Ledstrip once.
Here's an example:
https://postimg.org/image/k0dead18r/
by BartdaMan
Wednesday 07 September 2016 21:04
Forum: Others
Topic: Nefit Easy™
Replies: 721
Views: 172168

Re: Nefit Easy™

Yes! Today our new Nefit Trendline has been installed, with Easy thermostat. For installation of the easy server onto RasPi the Wiki is not 100% right, but with the help of the above posts (thank you all!) and good old friend Mr. Google, I just succeeded to get it all running in Domoticz. I really ...
by BartdaMan
Saturday 25 June 2016 12:55
Forum: LUA
Topic: Sunscreen script v0.02
Replies: 5
Views: 3133

Re: Sunscreen script v0.02

Installed the script, but Domoticz log shows: 2016-06-25 12:50:00.018 Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_time_zonwering.lua: /home/pi/domoticz/scripts/lua/script_time_zonwering.lua:54: attempt to concatenate global 'Wu_Dev_Temp' (a nil value) How do I change the WU devices ...
by BartdaMan
Sunday 12 June 2016 23:28
Forum: Z-Wave
Topic: Noki Smartlock for Europe
Replies: 6
Views: 1772

Re: Noki Smartlock for Europe

I ordered one also. Noki has received all the parts and are assembling the units at the moment. So soon a new project in mu home will come up...