Search found 33 matches

by rkarolek
Monday 22 June 2020 20:19
Forum: MySensors
Topic: Geting data from domoticz by mysensor node
Replies: 1
Views: 2292

Geting data from domoticz by mysensor node

Hi Is it possible to get data from domoticz by other mysensor node? I have few node in my network, some are mysensors, some ESP, and other. I have node with LCD Display, so id like to show some data (for example temperature) on this display. LCD display are mysensor node, so if other node works in ...
by rkarolek
Tuesday 16 June 2020 14:36
Forum: dzVents
Topic: domoticz.time.matchesRule - can i write it in a more elagant way?
Replies: 5
Views: 1222

Re: domoticz.time.matchesRule - can i write it in a more elagant way?

one more question....
is t possible to change in that way two or more device? each one with diferent value?
its mean for example
10-15 LED1 40% LED2 30% LED3 0%
15-17 LED1 10% LED2 30% LED3 50%
by rkarolek
Tuesday 16 June 2020 14:10
Forum: dzVents
Topic: domoticz.time.matchesRule - can i write it in a more elagant way?
Replies: 5
Views: 1222

Re: domoticz.time.matchesRule - can i write it in a more elagant way?

Wow!!!
looks more elegant, tyvm for your help
by rkarolek
Tuesday 16 June 2020 12:47
Forum: dzVents
Topic: domoticz.time.matchesRule - can i write it in a more elagant way?
Replies: 5
Views: 1222

domoticz.time.matchesRule - can i write it in a more elagant way?

Hi I wrote script which use domoticz.time.matchesRule. I try set LED lvl during all day depends on actual time. script works well, but i wonder if its possible to write it in more elegant way? return { on = { timer = {'between 10:00 and 23:40'} --uruchomienie skryptu co minute }, logging = { level ...
by rkarolek
Saturday 07 March 2020 19:04
Forum: ESP8266
Topic: Problem with translation MQTT transmision by Node-red
Replies: 9
Views: 3189

Re: Problem with translation MQTT transmision by Node-red

my version is simply,
your solution loks much much smart, and elegant, and propably idiot resistant :)

tyvm for help
by rkarolek
Saturday 07 March 2020 14:41
Forum: ESP8266
Topic: Problem with translation MQTT transmision by Node-red
Replies: 9
Views: 3189

Re: Problem with translation MQTT transmision by Node-red

how i can change "on" to "On"?? sry if it stupid question, but im really new in this :( EDIT i change my function case "dom/salon/gniazdko/gniazdko/state": if (msg.payload == "on") { msg.payload = {"command":"switchlight","idx":251,"switchcmd":"On"}; } else { msg.payload = {"command":"switchlight ...
by rkarolek
Saturday 07 March 2020 14:04
Forum: ESP8266
Topic: Problem with translation MQTT transmision by Node-red
Replies: 9
Views: 3189

Re: Problem with translation MQTT transmision by Node-red

new problem :( translate temperature works well, so i try add switch controll too now my transalte function looks like: switch (msg.topic) { case "dom/salon/gniazdko/temperature": msg.payload = {"command":"udevice","idx":252,"nvalue":0,"svalue":msg.payload}; break; case "dom/salon/gniazdko/gniazdko ...
by rkarolek
Sunday 23 February 2020 21:47
Forum: ESP8266
Topic: Problem with translation MQTT transmision by Node-red
Replies: 9
Views: 3189

Re: Problem with translation MQTT transmision by Node-red

already read this topics, i followed step by step and as i said i translate my device to domoticz format, but.... its not works
so i think i do any stupid mistake and why i cant solve it :(
by rkarolek
Sunday 23 February 2020 20:56
Forum: ESP8266
Topic: Problem with translation MQTT transmision by Node-red
Replies: 9
Views: 3189

Problem with translation MQTT transmision by Node-red

hello i have problem with transalate my MQTT device's to domoticz by node red. my device publish - "dom/salon/gniazdko/temperature 33.13" i translate it by node red to - "domoticz/in {"command":"udevice","idx":252,"svalue":33.13}" but its not works at all :( in domoticz log i can see "2020-02-23 20 ...
by rkarolek
Saturday 16 February 2019 12:39
Forum: Utility
Topic: Change specific device icon
Replies: 0
Views: 937

Change specific device icon

Hi
Is it possible to change icon for one specific device (for example percent dummy devices i utility page),
but not for all percent devices, only for specific one?
by rkarolek
Saturday 16 February 2019 12:25
Forum: dzVents
Topic: Battery level info
Replies: 7
Views: 3050

Re: Battery level info

tyvm!
it works quite nice :)
by rkarolek
Wednesday 13 February 2019 21:31
Forum: dzVents
Topic: Battery level info
Replies: 7
Views: 3050

Re: Battery level info

this plugin works only for z-wave, and i have EasyESP and mysensor nodes
by rkarolek
Wednesday 13 February 2019 18:07
Forum: dzVents
Topic: Battery level info
Replies: 7
Views: 3050

Re: Battery level info

yes, but i cant understand how i read this battery lvl :(
i try

Code: Select all

local test = domoticz.devices('test_ds').batteryLevel
but w/o success, so im really dont have idea how i can read batterylevel device's test_ds :(
by rkarolek
Wednesday 13 February 2019 16:36
Forum: dzVents
Topic: Battery level info
Replies: 7
Views: 3050

Battery level info

hi
I have some battery devices conected to domoticz, they report info about battery and radio level.
Is it possible to get info about those lvl to set alarm or using them in scripts in other way?

ty in advance
by rkarolek
Saturday 02 February 2019 20:48
Forum: Speech & Voice Systems
Topic: Working Google assistent on raspberry pi, for controlling domoticz.
Replies: 15
Views: 10579

Re: Working Google assistent on raspberry pi, for controlling domoticz.

hi I installed gassist on my RBpi, looks like works OK, but.... I try set up it to control domoticz and... it doesnt work, its domoticz's part of my config yaml # Domoticz declarations Domoticz: # Set this to 'Enabled' 'Disabled' to control devices registered to Domoticz server. Domoticz_Control ...
by rkarolek
Thursday 17 January 2019 16:07
Forum: Design, usability and languages
Topic: Aurora theme
Replies: 466
Views: 176431

Re: Aurora theme

hi
in my system i have some devices THB, on aurora theme T and H displayed small size font in upper right corner device's "bricks".
there are any way to chose which data are display in centre, or atleast increase size of fonts?

ty in advance for any help
by rkarolek
Saturday 03 November 2018 21:19
Forum: dzVents
Topic: Geting data form table
Replies: 4
Views: 1100

Re: Geting data form table

realy?
lol, omg....
tyvm once more for your time
by rkarolek
Saturday 03 November 2018 14:37
Forum: dzVents
Topic: Geting data form table
Replies: 4
Views: 1100

Re: Geting data form table

tyvm, it works
but cant understand diference :( problem was lack of [0] table's value or declare local varible on start script?