Search found 13 matches

by przemek63
22 Jun 2020, 16:04
Forum: ESP Easy: Projects / Applications
Topic: repetitive logs in domoticz
Replies: 1
Views: 10991

repetitive logs in domoticz

Hello If espeasy has the domoticz http controller configured and the "send to controler" for the relay is checked, then it is normal for the domoticz logs to look like this: 2020-06-22 16:02:40 Off Admin 2020-06-22 16:01:37 Off Admin 2020-06-22 16:00:41 Off Admin 2020-06-22 15:59:37 Off Ad...
by przemek63
23 May 2020, 16:59
Forum: ESP Easy: Projects / Applications
Topic: Solved! Since update endless feedback loop of a switching command between ESP EASY and Domoticz
Replies: 19
Views: 42720

Re: Solved! Since update endless feedback loop of a switching command between ESP EASY and Domoticz

Ath - Hello, thank you for saying that. This means that the problem is in my understanding and not in the code. This is good information for me :) I would not want to abuse your goodness, but I do not yet understand the logic of what you wrote (maybe because of language differences) Can I ask for so...
by przemek63
23 May 2020, 14:58
Forum: ESP Easy: Projects / Applications
Topic: Solved! Since update endless feedback loop of a switching command between ESP EASY and Domoticz
Replies: 19
Views: 42720

Re: Solved! Since update endless feedback loop of a switching command between ESP EASY and Domoticz

Maybe one of the espeasy developers will comment on this topic? What is the comment you are looking for? mention of this problem is from last year and from what I see the problem has not been repaired. So I assumed that project developers don't know about its existence. I wanted to implement espeas...
by przemek63
03 Apr 2020, 22:17
Forum: ESP Easy: General Discussion
Topic: MCP23017 Switch Button Type
Replies: 2
Views: 4492

Re: MCP23017 Switch Button Type

It's a very good idea. I think I can easily do it, but I don't know how to send the variable status to domoticz from the rules level? Can you suggest something?
by przemek63
02 Apr 2020, 19:14
Forum: ESP Easy: General Discussion
Topic: MCP23017 Switch Button Type
Replies: 2
Views: 4492

MCP23017 Switch Button Type

hello Dear colleagues, is it possible to configure the "Switch Button Type - Push button active low" option in the "Switch input - MCP23017" device? This option is available for GPIO in board configuration, but not available in mcp23017. I want the momentary short-circuit of the ...
by przemek63
01 Apr 2020, 15:50
Forum: ESP Easy: General Discussion
Topic: Espeasy mcp23017 Domoticz problem
Replies: 1
Views: 3900

Espeasy mcp23017 Domoticz problem

Hello I have had a problem for some time. I'm not sure if it's an espeasy or domotic problem. my diagram: LED----mcp23017----espeasy~~~~domoticz espeasy settings: device: Switch input - MCP23017 Enabled: check Port: 9 Send to Controller: check IDX: 7 Controller: Domoticz HTTP Home settings: device: ...
by przemek63
01 Mar 2020, 06:40
Forum: ESP Easy: General Discussion
Topic: Stability problem
Replies: 11
Views: 11697

Re: Stability problem

You are the best: D
by przemek63
29 Feb 2020, 18:25
Forum: ESP Easy: General Discussion
Topic: Stability problem
Replies: 11
Views: 11697

Re: Stability problem

Thank you very much for taking up the topic and for your patience, but I would like to ask you to clarify the principle of operation again. From the beginning: in domoticz I have On action: ... control? cmd = mcpgpio, 10.1 and Off action: ... control? cmd = mcpgpio, 10.0 and now when I press the bul...
by przemek63
29 Feb 2020, 16:30
Forum: ESP Easy: General Discussion
Topic: Stability problem
Replies: 11
Views: 11697

Re: Stability problem

forgive me for not writing earlier, but I only put in the delay for a moment, if it is not there then what I have pasted in the logs is happening. My idea is that you need the "rules" code which after receiving the GET will perform on or off actions and wait a moment to ignore the next GET...
by przemek63
29 Feb 2020, 13:49
Forum: ESP Easy: General Discussion
Topic: Stability problem
Replies: 11
Views: 11697

Re: Stability problem

Uptime is a few days and the system consumes max 110mA (powered from the laboratory power supply)   I analyzed network communication and it seems that this is not an ESP problem but Domoticz. My observations: Initial state: state 0 is OFF, state 1 is ON. Analyzes incoming traffic to domoticz: Correc...
by przemek63
29 Feb 2020, 08:54
Forum: ESP Easy: General Discussion
Topic: Stability problem
Replies: 11
Views: 11697

Re: Stability problem

Thank you for the answer, it looks like this: I tried the "event command" like this: on ToggleGPIO do if [relay-led-duze#State]=0 mcpgpio,%eventvalue1%,%eventvalue2% delay,1500 endif if [relay-led-duze#State]=1 mcpgpio,%eventvalue1%,%eventvalue2% delay,1500 endif endon However, it behaves ...
by przemek63
28 Feb 2020, 20:38
Forum: ESP Easy: General Discussion
Topic: Stability problem
Replies: 11
Views: 11697

Stability problem

Hello This is my first message and attempt to run espeasty. I have to admit I am a little disappointed with this software because it seems to me very unstable and not suitable for production applications. Please, let someone direct me what I do wrong and why my lab behaves badly. scheme: MCP23017 re...