Search found 31 matches
- Tuesday 17 January 2023 9:50
- Forum: Temperature and Weather
- Topic: Openweathermap not working on stable 2022.2 domoticz with free plan
- Replies: 1
- Views: 572
Openweathermap not working on stable 2022.2 domoticz with free plan
Hi! I want to use the owm free service. But it's not working. I generated the api key, tried it from a cli with wget and browser, it works. wget: wget "https://api.openweathermap.org/data/2.5/weather?q=Szentes&appid=08fe2YYYYYYYYY&units=metric" --2023-01-17 09:36:35-- https://api.openweathermap.org ...
- Thursday 17 November 2022 14:29
- Forum: Switches and Scenes
- Topic: set switch state by parameter dzvents
- Replies: 3
- Views: 612
Re: set switch state by parameter dzvents
Hi!
Thanks! This was a solution.
Thanks! This was a solution.
- Thursday 17 November 2022 13:25
- Forum: Switches and Scenes
- Topic: set switch state by parameter dzvents
- Replies: 3
- Views: 612
set switch state by parameter dzvents
Hi! How can I change my switch state by parameter? I have a swhitch device, but cannot change there state. This work: Text device: domoticz.devices("Time stamp error history entry 1").updateText(item.json["6800"].value) Temperature device: domoticz.devices('Boiler temp actual value ...
- Friday 01 July 2022 22:16
- Forum: Dashticz
- Topic: show blocks by parameter
- Replies: 2
- Views: 334
Re: show blocks by parameter
Can anyone help with the above?
- Thursday 16 June 2022 19:37
- Forum: Dashticz
- Topic: show blocks by parameter
- Replies: 2
- Views: 334
show blocks by parameter
Hi I want a screen. Place columns and blocks on the screen. I want to specify the blocks to be. However, I only want them to appear under certain conditions. For example, I list all the lights in the house. But only those that are turned on would appear. If I click on 1, it will turn off and ...
- Monday 19 July 2021 12:06
- Forum: Android
- Topic: Domoticz widget - Android
- Replies: 5
- Views: 6105
Re: Domoticz widget - Android
Hello! I have the same situation. The widget only displays the fresh data after I log in to the domoticz app. Please describe exactly what needs to be set in the domoticz system (web) and what in the domoticz app to update the widget automatically with the values. Thanks Can anyone help me with the ...
- Tuesday 06 July 2021 11:00
- Forum: Android
- Topic: Domoticz widget - Android
- Replies: 5
- Views: 6105
Re: Domoticz widget - Android
Hello!
I have the same situation. The widget only displays the fresh data after I log in to the domoticz app. Please describe exactly what needs to be set in the domoticz system (web) and what in the domoticz app to update the widget automatically with the values.
Thanks
I have the same situation. The widget only displays the fresh data after I log in to the domoticz app. Please describe exactly what needs to be set in the domoticz system (web) and what in the domoticz app to update the widget automatically with the values.
Thanks
- Monday 04 January 2021 11:08
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
@ropske: I don't use influxdb, think you need to be with Sincze for that/ @kispalsz: can you post the code that you're using for the Tradfri? And how do you get that signal in Domoticz? If I put this it in the LUA file before calling pass2php.php it will work properly. I haven't looked at how many ...
- Sunday 03 January 2021 19:40
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
I have a little problem. I use several Ikea Tradfri remote controls, 5 buttons, 9 functions. https://www.ikea.com/hu/hu/p/tradfri-taviranyito-30443124/ All of its buttons work with PASS2PHP, only the up (+) and long up (L +) buttons do not. When the LUA script runs, it still has a "+" sign, but if I ...
- Wednesday 14 October 2020 17:19
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
I disabled all log. also the apache 2 logo. DzVents Disabled. Only one Lua script: for d,s in pairs(devicechanged) do --os.execute('curl -X POST -d "d='..d.."&s="..s..'" http://127.0.0.1/secure/pass2php2.php &') end commandArray={} The contents of new pass2php 2 .php only this: ( very very minimal ...
- Wednesday 14 October 2020 17:03
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
Wow great to read up on all the progress you guys made. Domotica: I went for a Pi 8 GB with Geekworm Casing (including UPS) a 7 Watt killer machine with dockers spinning from Samsung EVO 850. My budget is not that big. Changed my desktop machine for a NUC (WIndows 10) that I bought from my ...
- Wednesday 14 October 2020 17:00
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
Isn't 91 msec fast enough? You didn't stop earlier than 50 ms either. :) 91 ms is not 91 ms. :) For example, in the last case, openzwave then means that there is motion: 1) 2020-10-14 08:57:58.062 Status: OpenZWave: Alarm received (Home Security: Motion Detected at Unknown Location), NodeID: 34 ...
- Wednesday 14 October 2020 9:10
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
I recently upgraded from 7.3 to 7.4. 7.4 is the actual version. Do you have php7.3-fpm installed? That's needed for the virtual host change. Yes, PHP 7.3-fpm was already installed. Naturally. That's what I thought :) That was the trick, it was still a must. Thus, it is no longer apache2 but PHP FPM ...
- Wednesday 14 October 2020 8:47
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
And how? My system is up to date, but cannot find newer PHP package. cat /etc/apt/sources.list # # deb cdrom:[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 NETINST 20200926-10:16]/ buster main #deb cdrom:[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 NETINST 20200926-10:16]/ buster main deb ...
- Tuesday 13 October 2020 19:59
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
So strange that it's slower with opcache enabled. Almost unbelievable. I didn't change much in the opcache config: opcache.enable=1 opcache.enable_cli=1 opcache.memory_consumption=40 opcache.validate_timestamps=0 //Change this to 1 when changing files, otherwise you need to flush the cache each ...
- Tuesday 13 October 2020 16:39
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
I took some measurements :) With the proxmox configuration I managed to achieve a response time of 10 ms, but only with one LUA file. With only 1 blockly (nothing else): measurement 1: 2020-10-13 13:35:54.579 (AEON) Light/Switch (E-I-Mozgas2-Sensor) 2020-10-13 13:35:54.583 (AEON) General/Alarm ...
- Tuesday 13 October 2020 9:56
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
Hi! call the secure/opcache.php answer: Hits: 99% 47.212 hits / 537 misses HitsMissesMemory: 9 MB of 128 MB Wasted memoryUsed memoryFree memoryKeys: 18 of 16229 Used keysFree keys Scripts (11) Options Hits Memory Path Invalidate 13894 4 kB /config.php Invalidate 13893 172 kB /functions.php ...
- Monday 12 October 2020 16:43
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
Please help me. I’ve been struggling with this for days and I don’t understand why there’s no improvement. I used RPI3 B + before. There mysql/mariadb version did not work ,the basic version only worked. But I have not achieved the good times as you have achieved. I switched systems now. My current s ...
- Thursday 08 October 2020 9:36
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
Hi, You've read the topic quite good ;) I'm indeed running a i3 based Nuc with Proxmox as hypervisor. It has 24GB memory. That's mainly to let it run other VM's in test, like a Windows 10, Ubuntu, Elemantary OS etc. For Domoticz only you don't need that much. https://i.imgur.com/UvyQewx.png For ...
- Wednesday 07 October 2020 15:17
- Forum: PHP and all others
- Topic: Pass2PHP
- Replies: 1514
- Views: 819124
Re: Pass2PHP
Doesn’t look bad. 16 msec for domoticz, 1 msec for pass2php to respond. 2020-01-30 22:22:20.771 (Xiaomi) Light/Switch (deurgarage) 2020-01-30 22:22:20.787 (STORE) => deurgarage => Open (Pass2PHP) 2020-01-30 22:22:20.787 (SWITCH) =>keuken=>On (functions.php:939) 2020-01-30 22:22:20.787 Status: User: ...