Search found 36 matches
- Tuesday 23 February 2021 11:14
- Forum: dzVents
- Topic: collect data from multiple temp sensors in one sensor
- Replies: 10
- Views: 1048
Re: collect data from multiple temp sensors in one sensor
I would like to perform this arithmic on my internet speed sensors. Those are custom sensors. Where can i find the needed atributes? i've tried .values, with no luck :-) : attempt to perform arithmetic on a nil value (local 'x') Did you try to find it in the https://www.domoticz.com/wiki/DzVents ...
- Tuesday 23 February 2021 9:43
- Forum: dzVents
- Topic: collect data from multiple temp sensors in one sensor
- Replies: 10
- Views: 1048
Re: collect data from multiple temp sensors in one sensor
would it be possible to cut of the name of the device? and show the values without the .0? Sure, change the local text part to local text = dz.utils.round(temphd1.temperature) ..'°C\n' .. dz.utils.round(temphd2.temperature) ..'°C\n' .. dz.utils.round(Temptest.temperature) .. '°C' Thank you!! :D :D I ...
- Tuesday 23 February 2021 8:48
- Forum: dzVents
- Topic: collect data from multiple temp sensors in one sensor
- Replies: 10
- Views: 1048
Re: collect data from multiple temp sensors in one sensor
would it be possible to cut of the name of the device? and show the values without the .0? Sure, change the local text part to local text = dz.utils.round(temphd1.temperature) ..'°C\n' .. dz.utils.round(temphd2.temperature) ..'°C\n' .. dz.utils.round(Temptest.temperature) .. '°C' Thank you!! :D :D
- Tuesday 23 February 2021 7:50
- Forum: dzVents
- Topic: collect data from multiple temp sensors in one sensor
- Replies: 10
- Views: 1048
Re: collect data from multiple temp sensors in one sensor
Do you have an coding example? Sure.. return { on = { timer = { 'every minute', }, }, logging = { level = domoticz.LOG_DEBUG, marker = 'combine values', }, execute = function(dz) local tempnas = dz.devices('Combined NAS - Temp') -- create as text sensor local temphd1 = dz.devices('NAS - Temp hd1 ...
- Monday 22 February 2021 17:51
- Forum: dzVents
- Topic: collect data from multiple temp sensors in one sensor
- Replies: 10
- Views: 1048
Re: collect data from multiple temp sensors in one sensor
my goal is to present this data in one sensor. Main reason is to save space on screen :-) On what screen? You add a device that will also be visible on a screen. So you go from 3 to 4 devices? anyone with some tips? :-) A custom sensor can only display one value so you could average the 3 ...
- Monday 22 February 2021 15:50
- Forum: dzVents
- Topic: collect data from multiple temp sensors in one sensor
- Replies: 10
- Views: 1048
collect data from multiple temp sensors in one sensor
Hi, is it possible to collect the temperature data from different temp sensors and store / show them in a custom sensor? i have 3 temp sensors which shows temperature data from my Nas (CPU / HDD1 & HDD2). my goal is to present this data in one sensor. Main reason is to save space on screen :-) I'm ...
- Friday 19 February 2021 12:37
- Forum: Python
- Topic: Python Plugin: Synology SNMP Monitor
- Replies: 18
- Views: 4719
Re: Python Plugin: Synology SNMP Monitor
Hi, nice plugin! I just don't get the good values on my ds218 with DSM 6.2.3-25426 Update 3 i've tried different oid's but none of them are returning the harddisk space info. anyone an idea? This log is with oid 51 2021-02-19 12:38:38.242 (Monitor) NAS Status: Normal 2021-02-19 12:38:39.326 (Monitor ...
- Monday 15 February 2021 12:02
- Forum: Design, usability and languages
- Topic: Aurora
- Replies: 0
- Views: 2070
Aurora
I'm using the Aurora theme and it's very usefull. a nice way to display the data. My goal is to use an ipad which i screw onto the wall :-) Does anyone know if it's possible to arrange the widget without being stuck to the sensor types? as you can see i have 2 set's with Temp sensors. i would like ...
- Monday 01 February 2021 13:06
- Forum: Python
- Topic: Buienradar Weather Lookup Plugin
- Replies: 381
- Views: 90126
Re: Buienradar Weather Lookup Plugin
Hi, I put my first attempt to write a plugin for Domoticz on-line. It is a virtual weather station based on http://xml.buienradar.nl I have running on my installation at home for a couple of days now. It can be found at https://github.com/ffes/domoticz-buienradar At the moment after installing you ...
- Wednesday 27 January 2021 13:31
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 20970
Re: SMA Sunny Boy 1.5
Hi, i have a question about this super SMA Sunny Boy Solar Inverter Plugin. It is working plug and play :-), very nice! i've installed the plugin and it creates 2 devices. 1. total generated 2. actual generation in the actual generation device the daily generation data is shown also. is it possible ...
- Monday 25 January 2021 15:16
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Ping log strange user
- Replies: 6
- Views: 664
Re: Ping log strange user
waaren wrote: ↑Monday 25 January 2021 15:10Are you on the latest Beta?mark.sellwood wrote: ↑Monday 25 January 2021 15:06 I see strange things too, sometimes the User is a script, sometimes Admin & sometimes timer.
yep: Version: 2020.2 (build 12127)
- Monday 25 January 2021 14:58
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Ping log strange user
- Replies: 6
- Views: 664
Ping log strange user
Hi, I'm using the default Ping hardware to check online devices. One of them is our playstation. I saw some strange logs on this ping device. In the log you can see which user activates a value (on - of). I've created a blockly script which has nothing todo with this hardware and sensor. But this ...
- Friday 15 January 2021 11:16
- Forum: Switches and Scenes
- Topic: Kaku receiver only during specific time schedule
- Replies: 3
- Views: 514
Re: Kaku receiver only during specific time schedule
Don't know why, but suddenly it started to react on my motion sensor. Blockly script is created and working like a charm 

- Friday 15 January 2021 8:51
- Forum: Blockly
- Topic: Blockly doesn't react on kaku motion sensor
- Replies: 3
- Views: 890
Re: Blockly doesn't react on kaku motion sensor
Any one an idea? Your time conditions are mutually exclusive so the [and] should change to [or] Also you have [ sensor = ] [ On and time ... and time ... ] and that should be [sensor = On ] and [ time .. or time ... ] thx for your tip! I think my biggest issue is that the blockly doesn't react at ...
- Friday 15 January 2021 7:51
- Forum: Blockly
- Topic: Blockly doesn't react on kaku motion sensor
- Replies: 3
- Views: 890
Blockly doesn't react on kaku motion sensor
Hi! I have a question. I'm a newby concerning blockly. i have domo with a 433transceiver and some kaku devices. With blockly i'm trying to setup a schedule: if bewegingsensor = on and it's dark, turn on a light. I've even tried without the timing schedule. it seems that blockly doesn't react at all ...
- Thursday 14 January 2021 17:23
- Forum: Switches and Scenes
- Topic: Kaku receiver only during specific time schedule
- Replies: 3
- Views: 514
Re: Kaku receiver only during specific time schedule
Create a dummy switch, name example "motion garden" Use Blockly to set this dummy switch to on if motion is detected and "motion garden" is off ⮑ set "motion garden" is on You then could create an extra "Daytime" dummy switch which is switched when sunrise/sunset. (timer in the dummy) Then build y ...
- Thursday 14 January 2021 15:46
- Forum: Switches and Scenes
- Topic: Kaku receiver only during specific time schedule
- Replies: 3
- Views: 514
Kaku receiver only during specific time schedule
Hi,! I have a couple of kaku receivers. i also use kaku to control my garden lights. i have a apir2150 (pir) which turns on the gardenlights during nighttime when it detects movement (outside). And i use a 433mhz receiver to control my kaku. I have a ip cam which makes snapshots (via Domoitcz) if ...
- Sunday 29 November 2020 9:19
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 20970
Re: SMA Sunny Boy 1.5
No errors during the installation of git, python and or the project from Ronald? Strange.. are you sure you rebooted Domoticz? You can force a reboot by stopping the app proces via synology package center. Of just reboot you syno. Installing the project is mostly the simple part😁. After rebooting th ...
- Saturday 28 November 2020 7:29
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 20970
Re: SMA Sunny Boy 1.5
I used this script from rklomp: https://github.com/rklomp/Domoticz-SMA-SunnyBoy At first you will need to install the necessary components on your synology: Python 3.7 & Git. When the installation is done, just follow the instruction which rklomp described: Assuming that domoticz directory is ...
- Friday 27 November 2020 19:44
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 20970
Re: SMA Sunny Boy 1.5
Hi there i'm trying to read my sunny boy with domosticz installed on my synology. Could you help me with the neccesary steps? TX! Thomas jeeeej, hardware and devices are visable. one question about this error. In the hardware config i specified the ipadres. It is an internal adres, so no https is ...