Search found 64 matches

by Timmiej93
Friday 05 February 2021 19:32
Forum: dzVents
Topic: Using domoticz.devices(idx) for unused device returns nothing. Is this wanted behavior?
Replies: 2
Views: 303

Re: Using domoticz.devices(idx) for unused device returns nothing. Is this wanted behavior?

Hmm, that's odd to me. Nevertheless, thank you for your reply and suggestion.
by Timmiej93
Friday 05 February 2021 18:10
Forum: dzVents
Topic: Using domoticz.devices(idx) for unused device returns nothing. Is this wanted behavior?
Replies: 2
Views: 303

Using domoticz.devices(idx) for unused device returns nothing. Is this wanted behavior?

My z-wave setup for domoticz is quite flaky. On a reboot, it has a 50/50 chance of getting up and running without needing help. Since I only have a couple of devices connected through z-wave, I'm not really interested in fixing it (since it's most likely due to me using a RaZberry v1), and I'd ...
by Timmiej93
Wednesday 04 November 2020 23:30
Forum: Z-Wave
Topic: Is Z-Wave / RaZberry V1 supported on Buster?
Replies: 7
Views: 1547

Re: Is Z-Wave / RaZberry V1 supported on Buster?

I'm not sure why you've got so many nodes, I've never seen that before. I would simply select each unknown device, and click delete in the bottom left for those. About node vs device: A node is a physical device (AFAIK, you can't have virtual nodes, it has to be a real device), and a device is a ...
by Timmiej93
Sunday 01 November 2020 20:49
Forum: Other questions and discussions
Topic: Not all hardware shows up when accessing Domoticz through Apache
Replies: 0
Views: 152

Not all hardware shows up when accessing Domoticz through Apache

I know this question is probably more related to Apache than it is to Domoticz, but it's also Domoticz-specific, since the issues only arrize with Domoticz. My Domoticz instance is available on the web, through a certain domain, together with some other webpages I host locally. All are available ...
by Timmiej93
Friday 30 October 2020 13:19
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 135573

Re: machinon theme

As somebody who goes out of their way to dark-theme everything on their PC, I feel like the script editor in this theme has been overlooked in the dark theme. Especially for scripting, a dark theme is so much nicer to look at for a prolonged period of time than a light theme. I would really ...
by Timmiej93
Friday 30 October 2020 12:26
Forum: dzVents
Topic: Questions about async functions and flexibility [Solved]
Replies: 4
Views: 685

Re: Questions about async functions and flexibility [Solved]

How sure are you about blocking the system as long as the script is active? I've had the "script running for more than 10 seconds" warning before, but that never seemed to freeze my Domoticz instance, nor did it seem to kill that specific script. Pretty sure Here is what happens in domoticz ...
by Timmiej93
Thursday 29 October 2020 21:34
Forum: dzVents
Topic: Questions about async functions and flexibility [Solved]
Replies: 4
Views: 685

Re: Questions about async functions and flexibility [Solved]

How sure are you about blocking the system as long as the script is active? I've had the "script running for more than 10 seconds" warning before, but that never seemed to freeze my Domoticz instance, nor did it seem to kill that specific script. Is it possible to use openURL on anything other than ...
by Timmiej93
Thursday 29 October 2020 20:30
Forum: Z-Wave
Topic: Is Z-Wave / RaZberry V1 supported on Buster?
Replies: 7
Views: 1547

Re: Is Z-Wave / RaZberry V1 supported on Buster?

It is working for me. I'm not sure I would recommend the RaZberry V1 though, for me it has been nothing but trouble in combination with Domoticz. After every reboot of my RPi, it's always a gamble if the RaZberry gets setup properly, which can result in none of your Z-Wave devices working. I would ...
by Timmiej93
Thursday 29 October 2020 20:26
Forum: dzVents
Topic: Questions about async functions and flexibility [Solved]
Replies: 4
Views: 685

Questions about async functions and flexibility [Solved]

I have a script that turns on multiple devices at a specific time. These devices can be a bit hit and miss on connectivity when the weather is cold, so I have implemented some basic checking. This uses semi-asynchronous functions, which I think is leading to errors. The basic setup of the script ...
by Timmiej93
Wednesday 26 August 2020 0:09
Forum: Python
Topic: Python Plugin: Domoticz-Google-Plugin
Replies: 132
Views: 30530

Re: Python Plugin: Domoticz-Google-Plugin

Having tried both this plugin, and Tsjippy's plugin , but it looks like both haven't been updated in 2 years, and both don't work. Tsjippy's plugin also was an absolute pain, since it kept crashing parts of domoticz, even when trying to remove it. This plugin was much better in that regard, but it ...
by Timmiej93
Thursday 18 June 2020 19:48
Forum: Other questions and discussions
Topic: Can I use the Domoticz JSON API from a webpage hosted on a different device?
Replies: 7
Views: 1109

Re: Can I use the Domoticz JSON API from a webpage hosted on a different device?

Since I'm not that familiar with PHP, I decided to first take a look at the things I did in Apache (since my other webpage does work just fine). Turns out that if you Proxy the API calls through (for example) 192.168.0.254:9000/domoticz/APICall instead of 192.168.0.254:8080/APICall, and setup Apache ...
by Timmiej93
Thursday 18 June 2020 17:25
Forum: Other questions and discussions
Topic: Can I use the Domoticz JSON API from a webpage hosted on a different device?
Replies: 7
Views: 1109

Re: Can I use the Domoticz JSON API from a webpage hosted on a different device?

Yes, I'm trying to do an API call on the webpage. So on webpage 192.168.0.254:9000 I'm trying to call 192.168.0.254:8080/DomoticzAPICall. CORS is preventing this. Normally, this would be fixable with the Access-Control-Allow-Origin header. For Domoticz, this is set to "*", allowing everything ...
by Timmiej93
Thursday 18 June 2020 12:35
Forum: Other questions and discussions
Topic: Can I use the Domoticz JSON API from a webpage hosted on a different device?
Replies: 7
Views: 1109

Re: Can I use the Domoticz JSON API from a webpage hosted on a different device?

Sometimes you just keep overthinking things, when the simple solution is the best. Thanks! EDIT: I forgot, CORS is also an issue when you're accessing domoticz from the same machine, since you're on a different port, so unfortunately this won't work either. Now I'm curious though, if I did want to ...
by Timmiej93
Wednesday 17 June 2020 15:16
Forum: Other questions and discussions
Topic: Can I use the Domoticz JSON API from a webpage hosted on a different device?
Replies: 7
Views: 1109

Can I use the Domoticz JSON API from a webpage hosted on a different device?

I've got two Raspberry Pi's running. One is my main system, running Domoticz, the other one is connected to a touchscreen, which I'm making into a sort of custom control panel. To control some Domoticz stuff from that second RPi, I obviously need to use the JSON API, but I'm running into some issues ...
by Timmiej93
Tuesday 09 June 2020 19:17
Forum: Other questions and discussions
Topic: Running into a CORS issue when trying to use the JSON API
Replies: 1
Views: 616

Running into a CORS issue when trying to use the JSON API

I'm trying to call some Domoticz API commands from a local webpage I'm running. Domoticz is running on a different Raspberry Pi, and thus has a different IP address. This is triggering CORS, which blocks my request. I've dealt with CORS before, but this time I simply can't get anything working ...
by Timmiej93
Tuesday 12 November 2019 11:34
Forum: Third party and supplementary tools
Topic: Accidentally added multiple instances of a plugin, how do I remove them?
Replies: 2
Views: 618

Re: Accidentally added multiple instances of a plugin, how do I remove them?

Hmm, that's odd. I tried clearing cached and appcache on three different browsers on my PC, nothing changed. Almost wrote a reply here, but figured I'd check on my phone first. On my phone, everything's there. At least now I can do something, but it isn't optimal. Any suggestions on making them show ...
by Timmiej93
Monday 11 November 2019 22:39
Forum: Third party and supplementary tools
Topic: Accidentally added multiple instances of a plugin, how do I remove them?
Replies: 2
Views: 618

Accidentally added multiple instances of a plugin, how do I remove them?

So in all my years of using Domoticz, I've never used plugins before. I just found out about a plugin called domoticz_mqtt_discovery. I cloned it into the plugins folder, went to the hardware tab, filled in all the options, hit add, and: nothing. Well, a popup that said it was successful, but ...
by Timmiej93
Monday 21 October 2019 15:26
Forum: Z-Wave
Topic: Neo Coolcam PIR Motion Sensor triggering constantly
Replies: 2
Views: 554

Neo Coolcam PIR Motion Sensor triggering constantly

I've had the Z-wave version of the Neo Coolcam PIR for a while now, but recently it started triggering constantly. Basically, it triggered, stays on for the on-duration, turns off, and triggers again immediately. It does this constantly, so you can imagine my annoyance with it. Today I measured the ...
by Timmiej93
Wednesday 17 July 2019 23:15
Forum: Z-Wave
Topic: Is Z-Wave / RaZberry V1 supported on Buster?
Replies: 7
Views: 1547

Is Z-Wave / RaZberry V1 supported on Buster?

Quick question, since I can't find a conclusive answer anywhere: Are Z-Wave and the RaZberry V1 supported on an RPi 3B plus, running Buster? I can add the RaZberry controller in the OpenZWave USB, but I can't do anything with the controller. If I try and include a device, the webpage just hangs ...