I have a lot of rooms
Search found 29 matches
- Saturday 18 February 2023 14:23
- Forum: Suggestions
- Topic: Energy Dashboard
- Replies: 3
- Views: 1226
Re: Energy Dashboard
Hi Xenomes !
I have a lot of rooms
But in Android is not really nice..
I have a lot of rooms
- Friday 17 February 2023 9:28
- Forum: Suggestions
- Topic: Energy Dashboard
- Replies: 3
- Views: 1226
Energy Dashboard
Hi All.
I use Domoticz since over 10 Years and i am really happy with it.
Now i would like to have a Energy Dashboard like Loxone or Homeassistant.
Is it possible to implement such a feature ?
I use Domoticz since over 10 Years and i am really happy with it.
Now i would like to have a Energy Dashboard like Loxone or Homeassistant.
Is it possible to implement such a feature ?
- Tuesday 17 May 2022 6:20
- Forum: dzVents
- Topic: .countertoday in dzvents
- Replies: 2
- Views: 560
Re: .countertoday in dzvents
Now i have a solution that work for me. Simply set the counter with the actual value once at the beginning of the day,
return {
on = {
timer = {
'at 00:01',
}
},
execute = function(domoticz, timer)
domoticz.devices('$Pool CL dosierung (TMR)').updateCounter(domoticz.devices('$Pool CL ...
return {
on = {
timer = {
'at 00:01',
}
},
execute = function(domoticz, timer)
domoticz.devices('$Pool CL dosierung (TMR)').updateCounter(domoticz.devices('$Pool CL ...
- Monday 16 May 2022 13:31
- Forum: dzVents
- Topic: .countertoday in dzvents
- Replies: 2
- Views: 560
.countertoday in dzvents
Hi !
I want to use "x.counterToday" in dzvents to display the actual daily runtime of a device in an external system.
return {
on = {
timer = {
'every minute',
}
},
logging = {
level = domoticz.LOG_INFO,
marker = "TMR"
},
execute = function(domoticz, timer)
domoticz.log('CL ...
I want to use "x.counterToday" in dzvents to display the actual daily runtime of a device in an external system.
return {
on = {
timer = {
'every minute',
}
},
logging = {
level = domoticz.LOG_INFO,
marker = "TMR"
},
execute = function(domoticz, timer)
domoticz.log('CL ...
- Friday 19 June 2020 9:05
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3539
Re: CATT show Domoticz on Google Hub
Hi FireWizard,
sorry i mean the room selector pulldown.
I use the ThinkTheme. Andyyyy
sorry i mean the room selector pulldown.
I use the ThinkTheme. Andyyyy
- Wednesday 17 June 2020 17:37
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3539
Re: CATT show Domoticz on Google Hub
Hi,
i am to using catt to stream domoticz to my Lenovo Smart Display. It works but i cannot use the pulldowns to switch between floorplans.
Did anyone solve this problem ?
Andyyyy
i am to using catt to stream domoticz to my Lenovo Smart Display. It works but i cannot use the pulldowns to switch between floorplans.
Did anyone solve this problem ?
Andyyyy
- Wednesday 22 April 2020 13:53
- Forum: Design, usability and languages
- Topic: change name of the menuitem "custom"
- Replies: 0
- Views: 749
change name of the menuitem "custom"
Hi all,
is it possible to change the name of the menuitem "custom" ? KR Andyyyy
is it possible to change the name of the menuitem "custom" ? KR Andyyyy
- Thursday 17 October 2019 10:47
- Forum: Other questions and discussions
- Topic: Water (Pool) Temperature Sensor
- Replies: 62
- Views: 25673
Re: Water (Pool) Temperature Sensor
Hello aleph0 !
Great Poolproject.
I am also very interested to use it. did you some script for calibration ?
The 1130 phidgets workink correctly without analog signal isolation like this https://www.dfrobot.com/product-1621.html ?
Andyyyy
Great Poolproject.
I am also very interested to use it. did you some script for calibration ?
The 1130 phidgets workink correctly without analog signal isolation like this https://www.dfrobot.com/product-1621.html ?
Andyyyy
- Tuesday 20 August 2019 15:17
- Forum: LUA
- Topic: Counter Today in LUA
- Replies: 2
- Views: 1980
Re: Counter Today in LUA
Hi waaren,
thank you that worked for me !!
KR, Andyyyy
thank you that worked for me !!
KR, Andyyyy
- Monday 19 August 2019 15:49
- Forum: LUA
- Topic: Counter Today in LUA
- Replies: 2
- Views: 1980
Counter Today in LUA
Hi all,
i have an good working ontime counter and would like to use the Today value in LUA
how is this possible ?
Andyyyy
i have an good working ontime counter and would like to use the Today value in LUA
how is this possible ?
Andyyyy
- Monday 03 June 2019 8:28
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 125446
Re: Python Plugin: Shelly MQTT
Hello lwolf !
great plugin !!!!
is it possible to add support for power and energy of my shellies 2.5 ?
in the log i get this.. but only the marked is added in domoticz
Andyyyy
great plugin !!!!
is it possible to add support for power and energy of my shellies 2.5 ?
in the log i get this.. but only the marked is added in domoticz
Andyyyy
- Wednesday 17 April 2019 6:57
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2382
- Views: 674079
Re: Domoticz app 2.0
Hi, will it be possible to use mydomodicz with the app ? I only have an Internet with shared IP adresses.
Gesendet von meinem WAS-LX1 mit Tapatalk
Gesendet von meinem WAS-LX1 mit Tapatalk
- Monday 25 March 2019 13:36
- Forum: Bash / PowerShell / Batch etc.
- Topic: Hikvision Camera Linecrossing detection
- Replies: 1
- Views: 4790
Hikvision Camera Linecrossing detection
Hi all,
i take the script form ccontavalli ( https://github.com/ccontavalli/hicknotify ) and change it a little bit to get the linecrossing function from my hikvision to domoticz on my Rpi3.
The script is written in golang.
install golang:
pi@Domoticz:~ $ sudo apt install golang
copy hiknotify ...
i take the script form ccontavalli ( https://github.com/ccontavalli/hicknotify ) and change it a little bit to get the linecrossing function from my hikvision to domoticz on my Rpi3.
The script is written in golang.
install golang:
pi@Domoticz:~ $ sudo apt install golang
copy hiknotify ...
- Wednesday 30 January 2019 20:43
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2382
- Views: 674079
Re: Domoticz app 2.0
Hello, I'm not sure if this is a bug, but when I enter in the rooms tab, scenes that exist into a room don't show in the app.
For example I have a bedroom where there are 5 devices and 1 scene, in the app shows that there are 6 devices but if I enter only 5 devices appear.
Thanks
Enviado desde ...
- Thursday 11 October 2018 10:02
- Forum: Suggestions
- Topic: Run shell script after Domoticz startup
- Replies: 8
- Views: 5364
Re: Run shell script after Domoticz startup
Hi,
the new site is: https://github.com/openv/openv/wiki
The question is how can i get the data in domoticz ..
Andyyyy
the new site is: https://github.com/openv/openv/wiki
The question is how can i get the data in domoticz ..
Andyyyy
- Wednesday 24 May 2017 10:11
- Forum: Python
- Topic: Generic Denon / Marantz python plugin
- Replies: 129
- Views: 38203
Re: Generic Denon / Marantz python plugin
Hi,
it is the last quote mark in the Sources section.
Andyyyy
it is the last quote mark in the Sources section.
Andyyyy
- Tuesday 23 May 2017 13:10
- Forum: Python
- Topic: Generic Denon / Marantz python plugin
- Replies: 129
- Views: 38203
Re: Generic Denon / Marantz python plugin
Hello rjblake,
i found the problem for me in your code....marked in red
# Changed for Denon AVR-X2300W
<param field="Mode3" label="Sources" width="550px" required="true" default="Off|SAT/CBL|DVD|BD|GAME|AUX1|MPLAY|TV|AUX2|TUNER|USB/IPOD|CD|BT|IRP|FVP ” />
<param field="Mode6" label="Debug ...
i found the problem for me in your code....marked in red
# Changed for Denon AVR-X2300W
<param field="Mode3" label="Sources" width="550px" required="true" default="Off|SAT/CBL|DVD|BD|GAME|AUX1|MPLAY|TV|AUX2|TUNER|USB/IPOD|CD|BT|IRP|FVP ” />
<param field="Mode6" label="Debug ...
- Monday 22 May 2017 8:29
- Forum: Python
- Topic: Generic Denon / Marantz python plugin
- Replies: 129
- Views: 38203
Re: Generic Denon / Marantz python plugin
Hello rjblake,
I use Domoticz 3.7450 on a Raspberr Pi.
I changed to 755 witz user Pi ..
What else i have to change ??
Andyyyy
I use Domoticz 3.7450 on a Raspberr Pi.
I changed to 755 witz user Pi ..
What else i have to change ??
Andyyyy
- Friday 19 May 2017 8:40
- Forum: Python
- Topic: Generic Denon / Marantz python plugin
- Replies: 129
- Views: 38203
Re: Generic Denon / Marantz python plugin
Hello rjblake,
i copy the plugin.py (with your code) to /domoticz/plugins/denon/plugin.py and then i restart Domoticz.
Next i go to the Hardware Page and then i get this error, i did not see the Denon Plugin in the Hardware pulldown, but i see the error in the log.
Andyyyy
i copy the plugin.py (with your code) to /domoticz/plugins/denon/plugin.py and then i restart Domoticz.
Next i go to the Hardware Page and then i get this error, i did not see the Denon Plugin in the Hardware pulldown, but i see the error in the log.
Andyyyy
- Thursday 18 May 2017 8:52
- Forum: Python
- Topic: Generic Denon / Marantz python plugin
- Replies: 129
- Views: 38203
Re: Generic Denon / Marantz python plugin
Hi all,
can anyone help me with my error ?
2017-05-18 08:49:05.698 Error: PluginList: Error 'Error reading Attributes.' at line 24 column 28 in XML '
Denon AVR plugin.
"Sources" need to have '|' delimited names of sources that the Denon knows about from the technical manual.
The Sources ...
can anyone help me with my error ?
2017-05-18 08:49:05.698 Error: PluginList: Error 'Error reading Attributes.' at line 24 column 28 in XML '
Denon AVR plugin.
"Sources" need to have '|' delimited names of sources that the Denon knows about from the technical manual.
The Sources ...