Search found 15 matches
- Friday 02 September 2022 16:55
- Forum: dzVents
- Topic: afterSec() cancels previous afterSec()
- Replies: 4
- Views: 304
Re: afterSec() cancels previous afterSec()
Ok I'll implemented it with using a helper variable
- Friday 02 September 2022 7:41
- Forum: dzVents
- Topic: afterSec() cancels previous afterSec()
- Replies: 4
- Views: 304
Re: afterSec() cancels previous afterSec()
Yes that is what I've meant with my first option as a workaround, use a helper variable. But it doesn't feel nice and I was wondering if there is a way to not overwrite the queue, but either read the queue (and then don't overwrite it in the script) or simply add a command to the queue
- Thursday 01 September 2022 21:11
- Forum: dzVents
- Topic: afterSec() cancels previous afterSec()
- Replies: 4
- Views: 304
afterSec() cancels previous afterSec()
I have an event that when a certain temp sensor is >= X then it sends an switchOff().afterSec(900) command. So when the value reaches X, I want to send the OFF command to the device 900 seconds later. But the temp sensor gets updates every approx 60 seconds. Eventually the OFF command is never sent ...
- Wednesday 05 January 2022 17:57
- Forum: Bash / PowerShell / Batch etc.
- Topic: APC UPS Monitoring
- Replies: 38
- Views: 42329
Re: APC UPS Monitoring
I've made a domoticz plugin for the APC UPS monitoring. It can be found here: https://github.com/jgaalen/domoticz-apc-ups-plugin Also, here's a dzVents script that I use to alert myself when it starts running on battery: return { on = { devices = { 'APC - Status' } }, execute = function(domoticz ...
- Tuesday 23 February 2021 10:35
- Forum: Other questions and discussions
- Topic: Change loglevel for WebServer
- Replies: 3
- Views: 761
Re: Change loglevel for WebServer
And how to change the loglevel to ignore 'log_status' lines?
- Tuesday 23 February 2021 8:43
- Forum: Other questions and discussions
- Topic: Change loglevel for WebServer
- Replies: 3
- Views: 761
Change loglevel for WebServer
Hi, Does anyone knows how to change the loglevel of specifically the WebServer component? My logs are swamped with lines like: 2021-02-23 08:41:54.172 Status: Incoming connection from: 192.168.4.192 2021-02-23 08:41:54.174 Status: Incoming connection from: 192.168.4.192 2021-02-23 08:41:54.176 ...
- Monday 11 January 2021 11:51
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 252
- Views: 50655
Re: Python Plugin: GoodWe solar inverter via SEMS API
For what it's worth, I've changed to url in the inverter from www.goodwe-power.com to my local webserver. Created 2 php scripts for /Datalog and /GetSendinterval and now I'm getting updates every 10/11 seconds. The php script is pushing the data to influxdb and domoticz. No need for a very flacky ...
- Wednesday 06 January 2021 13:17
- Forum: Dashticz
- Topic: Dashticz - Module - Spotify (new version!)
- Replies: 179
- Views: 64471
Re: Dashticz - Module - Spotify (new version!)
Hmm I'm one step further. While writing I assumed it really had to do something with cookies and not the cache. So changed some reload settings to clear cookies too. That helped. After that, it got me redirected to spotify and I was able to login. When it redirected me back, I noticed the spotify ...
- Wednesday 06 January 2021 8:38
- Forum: Dashticz
- Topic: Dashticz - Module - Spotify (new version!)
- Replies: 179
- Views: 64471
Re: Dashticz - Module - Spotify (new version!)
Were you able to solve your Dashticz + Fully Kiosk + Spotify issue? I have the same issue, when using dashticz in fully kiosk, I do not see the spotify block. When I open it on the same tablet in Chrome, I see it and can control it. I've tried to clear the cache (button in kiosk), but nothing ...
- Tuesday 05 January 2021 11:55
- Forum: Dashticz
- Topic: Dashticz - Module - Spotify (new version!)
- Replies: 179
- Views: 64471
Re: Dashticz - Module - Spotify (new version!)
Updated dashticz to 2.5.7 but still had this issue. For now it only stays blank where i want the block Spotify. Still running without issues for me. I've made a PR on github to include the latest version of spotify-web-api, but i've some doubts whether that will solve your problems. Did you test ...
- Sunday 15 December 2019 9:55
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 126704
Re: Dashticz - Bug report
Since the last update of dashticz I've lost my slider icon. I can still slide, but the current value isn't visible anymore
- Thursday 14 November 2019 21:40
- Forum: Z-Wave
- Topic: Cannot read Qubino 0-10v input
- Replies: 0
- Views: 196
Cannot read Qubino 0-10v input
I'm trying to use my Qubino 0-10v to control my ventilation, which uses 0-10v input. But I'd like to use the current 0-10v as an input for the Qubino. This Qubino has a 0-10v output and a 0-10v input. I was expecting that after connecting the z-wave device I would see a new device for output and a ...
- Sunday 03 November 2019 11:09
- Forum: Others
- Topic: Orcon Mechanical Ventilator MVS15 - 868 MHz
- Replies: 15
- Views: 7513
Re: Orcon Mechanical Ventilator MVS15 - 868 MHz
I'd like to know more about automating the Orcon MVS15. Can solder wires to an extra remote, but need some guidelines what to do next. Does it need resistors, to which gpio pins, sample python code?
Thanks!
Thanks!
- Sunday 15 September 2019 15:34
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1002
- Views: 319938
Re: Dashticz - Show your dashboard and how-to's!
Thanks, this works really well!
- Saturday 14 September 2019 8:37
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1002
- Views: 319938
Re: Dashticz - Show your dashboard and how-to's!
I'm using a samsung tab tablet as dashboard. Is there a way to open the page immediately when I double tap the screen after it's locked? Now I have to double tab the screen, swipe up to unlock, open dashtics bookmark. There's probably an easier/quicker way to open the dashboard? Thanks