Search found 7 matches

by joran
Thursday 23 June 2022 17:58
Forum: Other questions and discussions
Topic: GMAIL: No more login/passwd soon...
Replies: 26
Views: 6985

Re: GMAIL: No more login/passwd soon...

I tried this and it stops working after about a day.
I have multiple app passwords for mulitple domoticz instances.
Does anyone else have this problem?
by joran
Tuesday 30 July 2019 23:25
Forum: dzVents
Topic: Timer events more frequent then once a minute [Solved]
Replies: 2
Views: 4105

Re: Timer events more frequent then once a minute [Solved]

This works great, thank you so much. This saves me a lot of work, I had to make a custom plugin if this wasn't an option. This is certainly something to keep in mind when doing other implementations.
by joran
Monday 29 July 2019 22:53
Forum: dzVents
Topic: Timer events more frequent then once a minute [Solved]
Replies: 2
Views: 4105

Timer events more frequent then once a minute [Solved]

Hello, I'm trying to call a python script using dzVents, this works great but there is one problem. I want to call the script once every 10 seconds, is this possible using the timer trigger? I read on the wiki that dzVents scans the timer events only once a minute but I was wondering if someone ...
by joran
Saturday 15 June 2019 23:57
Forum: Python
Topic: python error 32512
Replies: 5
Views: 5139

Re: python error 32512

Thank you so much, I had the same issue and solved it using Notepad++
by joran
Monday 13 August 2018 10:37
Forum: 1-wire
Topic: After update 1wire not working
Replies: 1
Views: 4406

Re: After update 1wire not working

I had the same problem, after deleting the line /mnt/1wire from the hardware and a reboot it worked again.
by joran
Friday 22 June 2018 18:48
Forum: Other questions and discussions
Topic: Using json commands in combination with an username and password
Replies: 2
Views: 3048

Re: Using json commands in combination with an username and password

@Dnpwwo Thank you for the reply, the python plugin will be a good solution. But this will cost me a lot of time to figure out. I will be doing that but for now I'm looking for a way to control counters an variables with a json command. There has to be a way to make that work right? I know that ...
by joran
Friday 22 June 2018 0:41
Forum: Other questions and discussions
Topic: Using json commands in combination with an username and password
Replies: 2
Views: 3048

Using json commands in combination with an username and password

I'm trying to update an uservariable or counter with a json command, but there is a problem I'm getting an error. The goal is reading serial data from an other device trough USB and sending this data to Domoticz. And all of this using one python script. First things first, I'm using a RaspberryPi 3 ...