Search found 24 matches
- Saturday 08 October 2022 11:17
- Forum: LUA
- Topic: Weather Underground Upload script
- Replies: 112
- Views: 46478
Re: Weather Underground Upload script
ok.. so BMP280 has 5 outputs, not 4 and i made a spelling mistake. Working now. and second i also found out that 3. Value is not DewPoint as expected. Its "feels like" or so.. so i took folloing for dewpoint WU_URL = WU_URL .. "&dewptf=" .. string.format("%3.1f", CelciusToFarenheit(otherdevices ...
- Sunday 02 October 2022 18:43
- Forum: LUA
- Topic: Weather Underground Upload script
- Replies: 112
- Views: 46478
Re: Weather Underground Upload script
hello, so i tried to use this script with my BME280 and a rainmeter but it does not work how do i have to set in bme280s values correct and how about dew point? Do i have to send dew point or is WU calculating it anyway? script i tried: -- Weatherunderground PWS upload script -- (C)2018 Earthweb EWS ...
- Monday 22 August 2022 18:17
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
ok, but how can i work arround this than?:
I wonder if one has solved this befor, since i wont find any answer to this:/
- Monday 22 August 2022 8:52
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
so this is the same problem, 3 people mentionen before. But i cant find a proper solution. Changed skript to below and resettet at 00:01. Now it added -129 first time and its staying a 0 from now on. Is it, because trigger is reset at 00:01 and has to be at 0:00? Or is there another way working ...
- Saturday 20 August 2022 9:24
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
So i set up a Wemos d1 yesterday with Tasmota and used the same skript with new virtual devices. It was working perfektly yesterday but today its adding randomly numbers again. No its not random its 3,9mm witch was yesterdays rainTotal in the end. so maybe i have to reset activly at 0:00 again or ...
- Friday 19 August 2022 23:09
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
hey no it should be right, as rainrate is not 81000mm/hr its 810mm/hr wich means, that i used the switch manualy every second second. Or its 1620mm/hr using switch every second. But yes, it would also be nice to have something like a blockage for like 5 seconds. I know you can set it up in Tasmota ...
- Wednesday 17 August 2022 23:40
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
so theres a picture of my Log
seems like its counting right, now and showing right decimals.
But its startnig wit 0 again an d again. An weather device keeps saying 0 while device in devices list keeps saying 0.45 for total rain
seems like its counting right, now and showing right decimals.
But its startnig wit 0 again an d again. An weather device keeps saying 0 while device in devices list keeps saying 0.45 for total rain
- Wednesday 17 August 2022 19:01
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
looking in the divice list, its shows 2 decimals. But adding 0.5 instead of 0,45 though. Looking at wheater, the rain device just shows one decimal lloking at Log it shows the same as in the device list. adding your log line, nothing changes code now is: return { on = { devices = { "s1 ...
- Wednesday 17 August 2022 10:54
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
ok nice you can change it. so i understand the script ans dzVents more an more now. so code should change this way: rainTotal = dz.utils.round((rainmm + rainDevice.rain),1) to rainTotal = dz.utils.round((rainmm + rainDevice.rain),2) right? But its still adding 0.5 instead of adding 0.45 can i put ...
- Wednesday 17 August 2022 0:31
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
ah ok, now i got it.. :lol: so typed in 45 and rainrate should be right now, since clicking every second, its showing 1620mm/hr but then total rain was adding 45mm each time. soo i changed this line deviding by 100: rainTotal = dz.utils.round((rainmm/100 + rainDevice.rain),1) unfortunatly its ...
- Tuesday 16 August 2022 21:20
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
sorry but where do i put this code? i am really a beginner and this is more or less my first projekt after installing some temp sensors. so every step is kind of new to me. just asking for beeing shure - is my skrip below complete or do i have to change some thins or lines or mm to xxxx?? return ...
- Monday 15 August 2022 23:45
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
ok, so theres the problem i do have a sonoff basic siwtch flashed with tasmota - chose a counter device to count than reed contact is working/bucket is tipping. Changing it to a switch and setting up a virtual switch in domoticz the script works. But one thing is not working (tried both ways with ...
- Monday 15 August 2022 12:21
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
thank you. ill check tonight.
so befor im trying - im really confused right now. What am i setting up for my raindevice an rainswitch?
two virtual raindevices, 1 counting, on showing actual rain and rainrate? or do i need a switch, going on an off as "rainswitch"?
so befor im trying - im really confused right now. What am i setting up for my raindevice an rainswitch?
two virtual raindevices, 1 counting, on showing actual rain and rainrate? or do i need a switch, going on an off as "rainswitch"?
- Sunday 14 August 2022 19:55
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
so heres a photo of the devices i have. The counter device (-- Your (triggered by bucket full) switch) is having 0, 30 for values. 30 is the counter auf the Tasmota device other raindevices have 0;0 though. ("regen3" is my "-- Your (virtual) rain device" now Maybe its wrong choosing tasmota counter ...
- Sunday 14 August 2022 14:49
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
changing did not help. so i do just have one Counter (Tasmoata device) wich sends a simple number zu the virtual device. Counter sends 11 counts per example. So the virtual device is chosen as Rain device. i thought that the scrip calculates the two variable rainrate and amount/day. Do i have to ...
- Sunday 14 August 2022 10:43
- Forum: dzVents
- Topic: Rain counter
- Replies: 52
- Views: 9876
Re: Rain counter
Hi, so i used above shown script: return { on = { devices = { "Regen1", }, }, logging = { level = domoticz.LOG_DEBUG, -- INFO, ERROR or DEBUG marker = "ESP test", }, execute = function(dz, item) local rainDevice = dz.devices("Regen test") -- Your (virtual) rain device local rainSwitch = dz.devices ...
- Monday 01 August 2022 23:27
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz doesnt open on Rasberry
- Replies: 13
- Views: 2160
Re: Domoticz doesnt open on Rasberry
thank you but it did not work for 8080
but du i actually nees it at all?
Since htts://...:443 ist working for me? And also if i want to sende data from outside wlan - is https not even better?
but du i actually nees it at all?
Since htts://...:443 ist working for me? And also if i want to sende data from outside wlan - is https not even better?
- Monday 01 August 2022 14:00
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz doesnt open on Rasberry
- Replies: 13
- Views: 2160
Re: Domoticz doesnt open on Rasberry
hi, so Domoticz version is 2022.1, dzVents Version 3.1.8, Python Version 3.7.3 Pi Version is/raspbian/Gnu/Linux 10 Browser is Chromium Its not working through ..:0 and i read that "0" has the Port closed. So how can i change 0 to 8080? (domoticz.sh file has had already Daemon_args... -www 8080" in ...
- Sunday 31 July 2022 23:43
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz doesnt open on Rasberry
- Replies: 13
- Views: 2160
Re: Domoticz doesnt open on Rasberry
When you says that it works from PC, Do you mean that you can access the Domoticz web server from a windows machine? i type in 192.168.0.200 on firefox in Windows and it opens up domoticz wich must be on Raspberry since its Raspberrys adress. (PC got 192.168.0.103, and Domoticz on PC is switched ...
- Sunday 31 July 2022 23:20
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz doesnt open on Rasberry
- Replies: 13
- Views: 2160
Re: Domoticz doesnt open on Rasberry
ok so this ist my output: pi@raspberrypi:~ $ #!/bin/bash pi@raspberrypi:~ $ # Find IP/MAC of ethernet devices pi@raspberrypi:~ $ date So 31. Jul 23:17:15 CEST 2022 pi@raspberrypi:~ $ Rasp=$(hostname) pi@raspberrypi:~ $ echo $Rasp "IP Configuration" raspberrypi IP Configuration pi@raspberrypi ...