Search found 11 matches

by Erik10
Tuesday 27 November 2018 19:25
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz suddenly totally empty
Replies: 11
Views: 3072

Re: Domoticz suddenly totally empty

Now I did and it is working. :D Thank you so much! At first I had to restart about every minute. But now Domoticz is running for at least 20 minutes. So no corrupted database and no corrupted SD card. That is the good news. I will go for a watchdog of monit solution. But that is not the real ...
by Erik10
Tuesday 27 November 2018 18:25
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz suddenly totally empty
Replies: 11
Views: 3072

Re: Domoticz suddenly totally empty

I tried to restart Domoticz as soon as the program looses all and goes offline with:

Code: Select all

sudo service domoticz.sh start
but that does not help.
by Erik10
Tuesday 27 November 2018 16:29
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz suddenly totally empty
Replies: 11
Views: 3072

Re: Domoticz suddenly totally empty

I (re-)checked the database the actual number was 222.
by Erik10
Tuesday 27 November 2018 16:13
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz suddenly totally empty
Replies: 11
Views: 3072

Re: Domoticz suddenly totally empty

In the GUI as you showed. No entries. The RPI is connected to the LAN by cable.
The database give a number e.g. 22750 not a zero.
I checked on the RPI, although domoticz is offline, domoticz.service is running.
by Erik10
Tuesday 27 November 2018 15:22
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz suddenly totally empty
Replies: 11
Views: 3072

Domoticz suddenly totally empty

My Domoticz implementation is suddenly very unstable. I was working on MQTT scripts to set selector switches and then it went wrong (somehow, related or not). From one moment to the other Domoticz is totally empty. No hardware, no, switches, no devices, no log. I refreshed my browser and tried again ...
by Erik10
Thursday 01 November 2018 21:18
Forum: Switches and Scenes
Topic: How to fill activation devices table in Scene
Replies: 10
Views: 3824

Re: How to fill activation devices table in Scene

Thank you. Yes I know of the add Device button. But then the system asks to press a button on a remote. I do not have a remote. What kind of remote should that be? I just want to use a (virtual or Z-wave) switch. When I switch to ‘on’ this should trigger the scene (switching or dimming several dev ...
by Erik10
Thursday 01 November 2018 17:00
Forum: Switches and Scenes
Topic: How to fill activation devices table in Scene
Replies: 10
Views: 3824

Re: How to fill activation devices table in Scene

Anyone? Is it a stupid question?
by Erik10
Tuesday 30 October 2018 12:03
Forum: Switches and Scenes
Topic: How to fill activation devices table in Scene
Replies: 10
Views: 3824

How to fill activation devices table in Scene

I did some experiments with Domoticz to check whether the application can handle the more difficult sensors/input/output. I installed 2 SBFspots (for my SMA solar converters), I read a smart energy meter over LAN with Ser2net and I was able to load data from my RESOL solar collector (a script ...
by Erik10
Thursday 18 October 2018 20:20
Forum: LUA
Topic: Error in LUA script event
Replies: 4
Views: 1310

Re: Error in LUA script event

I think I have got it.
The LUA compiler is running on the PC (with a USB stick with the CSV file) So that works fine.
But... Domoticz is on a RPI and therefore Domoticz cannot find that file. :oops:
by Erik10
Thursday 18 October 2018 17:02
Forum: LUA
Topic: Error in LUA script event
Replies: 4
Views: 1310

Re: Error in LUA script event

Thx Tonio16,
Sorry, I will do that next time
I will try to use tonumber.
by Erik10
Thursday 18 October 2018 15:44
Forum: LUA
Topic: Error in LUA script event
Replies: 4
Views: 1310

Error in LUA script event

Hi, I try to retrieve some values from a CSV file of my Resol solar boiler. I use a script to read from the file each minute. I checked the code within Zero Brain Studio and it is working fine. When I try to run the code in Domoticz Events I get this error: Error: EventSystem: in Update RESOL ...