Search found 10 matches
- Monday 28 February 2022 18:06
- Forum: dzVents
- Topic: How can I make a discord/whatsapp bot?
- Replies: 2
- Views: 816
How can I make a discord/whatsapp bot?
Hello everyone, I just finished coding a notification system for some temperature sensors with dzVents. I have been using the email option, but now want to use discord or whatsapp. I looked up some tutorial and the bigger part of the tutorials are for python(which I didnt choose because you could ...
- Sunday 27 February 2022 12:30
- Forum: dzVents
- Topic: Error: EventSystem: problem writing file:
- Replies: 13
- Views: 1871
Re: Error: EventSystem: problem writing file:
Yes, I am sorry. At first I thought that dzVent was not working but then I found out that files were not even saving.
- Sunday 27 February 2022 12:27
- Forum: dzVents
- Topic: dzVents wont work
- Replies: 9
- Views: 894
Re: dzVents wont work
Domoticz is running as an application, I have the admin of the computer so I should be able to do this. It is very wierd, I tired in another computer and the same problem. It won't let me write a file, when I go to generated_scripts folder nothing appears. Am I doing something wrong? I just ...
- Sunday 27 February 2022 12:07
- Forum: dzVents
- Topic: Error: EventSystem: problem writing file:
- Replies: 13
- Views: 1871
Re: Error: EventSystem: problem writing file:
No, just Domoticz.
- Sunday 27 February 2022 11:35
- Forum: dzVents
- Topic: Error: EventSystem: problem writing file:
- Replies: 13
- Views: 1871
Re: Error: EventSystem: problem writing file:
It should, how can I be sure?
- Sunday 27 February 2022 0:35
- Forum: dzVents
- Topic: Error: EventSystem: problem writing file:
- Replies: 13
- Views: 1871
Error: EventSystem: problem writing file:
Hello everyone, I am having problem when trying to save to dzVents code, the log page says Error: EventSystem: problem writing file:. I read online that this problem comes when you dont have the generated_scripts directory, the problem is that I do have that folder. I tried to erasing it and making ...
- Sunday 27 February 2022 0:06
- Forum: dzVents
- Topic: dzVents wont work
- Replies: 9
- Views: 894
Re: dzVents wont work
and now that I pay more attencion I see in log when I try to save it it says: EventSystem: problem writing file: C:\Program Files (x86)\Domoticz\scripts\dzVents\generated_scripts\Script #1.lua
- Saturday 26 February 2022 23:52
- Forum: dzVents
- Topic: dzVents wont work
- Replies: 9
- Views: 894
Re: dzVents wont work
Shouldn't logs say 'Is this working?' and 'Hey! I am on!' when my switch is on? The only inforamtion I am getting is 'initated a switch command (2/switch1/on)' and the same when off. (the switch is a dummy one)
- Saturday 26 February 2022 21:44
- Forum: dzVents
- Topic: dzVents wont work
- Replies: 9
- Views: 894
Re: dzVents wont work
return { active = true on = { devices = { 'switch1' } }, execute = function(domoticz, switch) domoticz.log('Is this working?') if (switch.state == 'On') then domoticz.log('Hey! I am on!') else domoticz.log('Hey! I am off!') end end }
- Saturday 26 February 2022 20:56
- Forum: dzVents
- Topic: dzVents wont work
- Replies: 9
- Views: 894
dzVents wont work
Hello everyone, I am new at all these and I am having some problems. I what to automate some tempeture sensors so I started learning dzVents with this: https://www.domoticz.com/wiki/DzVents:_next_generation_Lua_scripting#Turn_on_debug_logging . the problem came when I tried the quickstart code and ...