Search found 6 matches

by Kivi
Saturday 29 September 2018 13:59
Forum: Python
Topic: Python Plugin: Wan IP Checker
Replies: 174
Views: 31912

Re: Python Plugin: Wan IP Checker

I'm using https://wtfismyip.com/text and works great.
by Kivi
Sunday 16 September 2018 10:49
Forum: Bash / PowerShell / Batch etc.
Topic: Yet Another Xiaomi Miflora Script
Replies: 2
Views: 3627

Re: Yet Another Xiaomi Miflora Script

Thank you for this guide, I just had this horror crash all the time.. trying your way :P.
by Kivi
Sunday 11 February 2018 10:53
Forum: Design, usability and languages
Topic: Aurora theme
Replies: 466
Views: 168236

Re: Aurora theme

for some strange reason I cant see any history in switch page, history is empty
by Kivi
Tuesday 30 January 2018 19:19
Forum: Python
Topic: Python plugin: Kodi
Replies: 140
Views: 33585

Re: Python plugin: Kodi

After installing this plugin I'm getting this error in domoticz log whit debug turned on 2018-01-30 20:10:33.134 (HTPC) Calling message handler 'onHeartbeat'. 2018-01-30 20:10:33.134 (HTPC) Sending 62 bytes of data:. 2018-01-30 20:10:33.134 (HTPC) 7b 22 6a 73 6f 6e 72 70 63 22 3a 22 32 2e 30 22 2c ...
by Kivi
Sunday 28 January 2018 21:36
Forum: LUA
Topic: Script examples (Lua)
Replies: 138
Views: 154737

Re: Script examples (Lua)

After editing the script and testing, I still cant get this work. If I remove second if statement then the script works fine, but whit if uservariables the script wont do nothing, why is that? I also made test blocky script and still dident succseed. commandArray = {} if (devicechanged['Alarm ...
by Kivi
Sunday 28 January 2018 16:32
Forum: LUA
Topic: Script examples (Lua)
Replies: 138
Views: 154737

Re: Script examples (Lua)

can some1 help me out whit this simple lua script. the user var is never readed and writed when using like so and the script wont work at all :( commandArray = {} if (otherdevices['alarm'] == 'Off' and otherdevices['IsDark']== 'Off' and uservariables["Coming_home_light"] == "0" ) then commandArray ...