Search found 15 matches

by tillo
Saturday 29 October 2022 17:02
Forum: Suggestions
Topic: Feature request - Add Folders to sort your Dzvents/blockey and lua scripts in
Replies: 1
Views: 168

Feature request - Add Folders to sort your Dzvents/blockey and lua scripts in

Feature summary Possibility to add folder to the event scripts. To sort all your Dzvents/blocky and lua scripts into. Problem When your having a lot of different scripts its hard to keep track of all of them. Yes there is a filter feature but still, its sometimes very hard to find what you looking ...
by tillo
Monday 02 July 2018 11:20
Forum: dzVents
Topic: dz vents runaway electrical sensor
Replies: 12
Views: 1307

Re: dz vents runaway electrical sensor

Interesting approach. I will give it a try as soon as I get home.

I did read the link you sent me, but I could not make heads or tails out of it until I read your response and example code.
by tillo
Thursday 28 June 2018 11:17
Forum: dzVents
Topic: dz vents runaway electrical sensor
Replies: 12
Views: 1307

Re: dz vents runaway electrical sensor

Loool, Well German are always welcome. Okey, lets stick with English. I Have cleaned away some of the code to make it more understandable. See below return { on = { devices = {'myDevice'}, timer = {'every 1 minutes'} }, execute = function(domoticz, device) heater_kwh_obj = domoticz.devices('Pool ...
by tillo
Wednesday 27 June 2018 14:54
Forum: dzVents
Topic: dz vents runaway electrical sensor
Replies: 12
Views: 1307

Re: dz vents runaway electrical sensor

kWh, Electricity (instant and counter) counterToday: Number. updateElectricity(power, energy): Function. Supports command options. usage: Number. WhToday: Number. Total Wh usage of the day. Note the unit is Wh and not kWh! WhTotal: Number. Total Wh usage. WhActual: Number. Actual reading.
by tillo
Wednesday 27 June 2018 14:52
Forum: dzVents
Topic: dz vents runaway electrical sensor
Replies: 12
Views: 1307

Re: dz vents runaway electrical sensor

Härligt Stockholm (y) Då kan vi ta det på svenska, så kan vi skriva lösningen på engelska när vi hittat felet. Det är inte hela mitt script som jag postade. Utan bara den delen som var relevant. Men det borde vara ett korrekt dz vent script? Så fort jag kommit hem så kan jag posta mer utav scriptet. ...
by tillo
Wednesday 27 June 2018 14:24
Forum: dzVents
Topic: dz vents runaway electrical sensor
Replies: 12
Views: 1307

Re: dz vents runaway electrical sensor

@rogzon , Since you used the word "slask" I assume that you are from probably Sweden, or Norway?
by tillo
Tuesday 26 June 2018 13:34
Forum: dzVents
Topic: dz vents runaway electrical sensor
Replies: 12
Views: 1307

dz vents runaway electrical sensor

HI, I am having a script that checks the status of the pool heater, and logs the electrical usage of it. Sadly I have probably fucked something up, because my virtuel electrical sensor have a run away problem. After 24h it has a value of 50*10^4 KWH after 48h 85*10^9 and so on..... :( :( :( The ...
by tillo
Sunday 10 December 2017 14:18
Forum: Other questions and discussions
Topic: Cant acces devices in the device list
Replies: 0
Views: 296

Cant acces devices in the device list

Pls, help

Hi, I just need some help understanding this.

Do I HAVE to add the device from the "large" domoticz devices list on to my Switch,Utility or Temperature Tab in order to acces the data from the device?

have searched the forum but cant find it.
by tillo
Sunday 10 December 2017 14:15
Forum: Other questions and discussions
Topic: Heat pump hitachi and domoticz
Replies: 2
Views: 936

Re: Heat pump hitachi and domoticz

Have you had a look at the heatpump-IR project?
by tillo
Monday 16 October 2017 9:05
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 406879

Re: NEW frontpage.html - request comments

if you go to the settings->camera You could configure the cameras in there, and the will each get a IDX number starting at 1. BTW i think that IDX number could be a bit confusing, since most ppl start thinking of this as a device ID idx, same as a light switch. and it is not. it is more like a ...
by tillo
Saturday 07 October 2017 12:21
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 406879

Re: NEW frontpage.html - request comments

Hi, I am running G3rards frontpage on my tablet. I have a slight problem with the web-cam, it is not updating the image fast enough, I can only get jpg still images out of my webcam but I would very much like to have frontpage refresh the image every 10s or so. How do I achieve it? Right now it ...
by tillo
Wednesday 13 September 2017 9:12
Forum: Other questions and discussions
Topic: use IDX with devicechanged and/or otherdevices
Replies: 3
Views: 1066

Re: use IDX with devicechanged and/or otherdevices

i did stumble on this approach aswell in the forum, it would be nice to see a more efficient way of doing it. Dose dzVents offer some better solution to this? function idxname(deviceIDX) local idx = tonumber(deviceIDX) for i, v in pairs(otherdevices_idx) do if v == idx then return i end end return 0 ...
by tillo
Tuesday 12 September 2017 11:39
Forum: Other questions and discussions
Topic: Can't open domoticz
Replies: 3
Views: 2833

Re: Can't open domoticz

hi, Try the last version of jessi https://downloads.raspberrypi.org/raspb ... 017-07-05/

Insted of strech.
by tillo
Tuesday 12 September 2017 8:40
Forum: Other questions and discussions
Topic: use IDX with devicechanged and/or otherdevices
Replies: 3
Views: 1066

use IDX with devicechanged and/or otherdevices

Is it possible to get the device status (On, Off, Open, Closed and so on) from just the IDX value? Insted of using the name of the device? I have searched the forum and google, and have not found any answer. I know how to to update a device status using 'IDX|X|State' eg. '52|0|Off' But not how to ...
by tillo
Tuesday 05 September 2017 8:45
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 279000

Re: Siri / HomeKit support for Domoticz

Hi I have the same problem as mrmmc hellou! dummy newbie try install homebridge... i try read all topics but no same error found : can somebody help ? "one@jone-HP-ProBook-6360b:~/homebridge$ npm install npm WARN engine [email protected]: wanted: {"node":">=4.3.2"} (current: {"node":"0.10.25","npm ...