Search found 509 matches

by EdddieN
Friday 03 April 2020 17:40
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149185

Re: machinon theme

Hello all, Just to let you know that the machinon theme and remote server access (this part still needs a lot of work) has been moved to the Domoticz repository: https://github.com/domoticz/Machinon I will leave the old repositories open: https://github.com/EdddieN/machinon-domoticz_theme in case I ...
by EdddieN
Monday 18 November 2019 19:26
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149185

Re: machinon theme

Nice nice nice! so we are (hopefully) not on the naughty list then :D
by EdddieN
Wednesday 21 August 2019 14:35
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149185

Re: machinon theme

I’m also very silent lately but enjoying the updates! Thank you all guys for the great work!
by EdddieN
Sunday 11 August 2019 12:37
Forum: dzVents
Topic: simple multiplication [Solved]
Replies: 14
Views: 4069

Re: simple multiplication [Solved]

Ah! I was wondering what dz, domoticz difference it was... thanks. That did the trick! --[[ Update OIL ]] return { on = { -- timer riggers timer = { 'every 1 minutes' } }, -- custom logging level for this script logging = { level = domoticz.LOG_DEBUG, marker = "Update OIL" }, execute = function ...
by EdddieN
Sunday 11 August 2019 12:25
Forum: dzVents
Topic: simple multiplication [Solved]
Replies: 14
Views: 4069

Re: simple multiplication [Solved]

Like this?

local oilconversion = tonumber(oil) * 14 -- convert to Litres
oilconversion = dz.utils.round(oilconversion,1)
by EdddieN
Sunday 11 August 2019 12:16
Forum: dzVents
Topic: simple multiplication [Solved]
Replies: 14
Views: 4069

Re: simple multiplication [Solved]

Yes, and also need to find out to remove the decimals, now I get something like '834.234L' which is far too much resolution. Any suggestions?
by EdddieN
Sunday 11 August 2019 10:17
Forum: dzVents
Topic: simple multiplication [Solved]
Replies: 14
Views: 4069

Re: simple multiplication [Solved]

Ok, finally it worked! Thanks so much!!! Here it is the code --[[ Update OIL ]] return { on = { -- timer riggers timer = { 'every 1 minutes' } }, -- custom logging level for this script logging = { level = domoticz.LOG_DEBUG, marker = "Update OIL" }, execute = function(domoticz, devices) -- domoticz ...
by EdddieN
Sunday 11 August 2019 10:11
Forum: dzVents
Topic: simple multiplication [Solved]
Replies: 14
Views: 4069

Re: simple multiplication [Solved]

Getting somewhere now! 2019-08-11 09:10:00.296 Status: dzVents: Info: Update OIL: ------ Start internal script: Oil sensor:, trigger: every 1 minutes 2019-08-11 09:10:00.297 Status: dzVents: Info: Update OIL: Running OIL updater... 2019-08-11 09:10:00.332 Status: dzVents: Debug: Update OIL ...
by EdddieN
Saturday 10 August 2019 22:26
Forum: dzVents
Topic: simple multiplication [Solved]
Replies: 14
Views: 4069

Re: simple multiplication [Solved]

Same results. If LUA is raise, happy to use lua.
by EdddieN
Saturday 10 August 2019 22:02
Forum: dzVents
Topic: simple multiplication [Solved]
Replies: 14
Views: 4069

Re: simple multiplication [Solved]

I'm very very rusty... got lazy and most of my scripts are in Blockly. Ok, this is what I have now: --[[ Update OIL ]] return { on = { -- timer riggers timer = { 'every 1 minutes' } }, -- custom logging level for this script logging = { level = domoticz.LOG_DEBUG, marker = "Update OIL" }, execute ...
by EdddieN
Saturday 10 August 2019 21:43
Forum: iOS
Topic: HUE vs Z-WAVE colour control
Replies: 4
Views: 6858

Re: HUE vs Z-WAVE colour control

GREAT!! That did the trick!

I did not need to to dump persist data to make it work. Thank so much!!
by EdddieN
Saturday 10 August 2019 21:29
Forum: dzVents
Topic: simple multiplication [Solved]
Replies: 14
Views: 4069

simple multiplication [Solved]

Hello, I think is one of those days that I'm missing something very obvious... what I'm doing wrong? --[[ Update OIL ]] return { on = { -- timer riggers timer = { 'every 1 minutes' } }, -- custom logging level for this script logging = { level = domoticz.LOG_DEBUG, marker = "Update OIL" }, execute ...
by EdddieN
Thursday 13 June 2019 18:42
Forum: Python
Topic: Script -Error - Returned: 256
Replies: 17
Views: 16740

Re: Script -Error - Returned: 256

Hello

Reviving this.

I'm doing a simple pmrestart.sh

Code: Select all

#!/bin/sh
/usr/bin/pm2 restart all
my pmrestart.sh has a 755 and works from shell. But when I try to execute it within Domoticz I get the 256 error on the log file.

I have other SH files that work fine no idea why I'm wrong here. Any help?
by EdddieN
Friday 17 May 2019 18:42
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 239520

Re: Pilot: Home Automation Control (iOS app)

For future releases, would be nice to be able to change the theme colour of the interface (not everyone is fond of orange)?

And even a dark theme?
by EdddieN
Friday 17 May 2019 9:39
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 239520

Re: Pilot: Home Automation Control (iOS app)

Aargh ! Still no update available for me! Can’t wait to test
by EdddieN
Saturday 27 April 2019 15:56
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149185

Re: machinon theme

by EdddieN
Saturday 27 April 2019 15:55
Forum: Design, usability and languages
Topic: Frontend to mimic iOS 10 and Home.app
Replies: 18
Views: 14455

Re: Frontend to mimic iOS 10 and Home.app

INSTALL HERE: https://github.com/andrewatwood/homeAppFrontend LATEST DEMO (as of 9/20/16): https://streamable.com/iis1 Was looking for a portfolio project and decided to recreate the Apple's new Home app as a web frontend. Domoticz will be the first compatible system so I'll be posting updates here ...
by EdddieN
Saturday 30 March 2019 15:43
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149185

Re: machinon theme

I would try with any other browsers you could load. It is going to be a bit tough to debug for anyone without an iPad 2. From the image it looks like some JS is not loading correctly... but I’m not expert
by EdddieN
Saturday 30 March 2019 10:05
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149185

Re: machinon theme

Do you get the same on chrome?
by EdddieN
Friday 22 March 2019 21:14
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 149185

Re: machinon theme

To all the great people that has made possible the theme, big thank you! If visually there's anything you would like to see, let me know. For me personally my biggest bugbear right now the lack of remote access via an App. I have to install homebridge and use Apple Homekit in order to have remove ...