Posts: 9,099
Threads: 1,204
Joined: Oct 2020
Reputation:
235
just login with your ethernet IP address in web browser, enable "one relay" momentary function and set a auto-off time.
Posts: 20
Threads: 2
Joined: Apr 2022
Reputation:
0
Dear Sir
"one relay" momentary is from 1 sec to 100000 sec. Can we do it less than 1 sec. I need 0.5sec.
any solution for this like updating firmware.
Posts: 9,099
Threads: 1,204
Joined: Oct 2020
Reputation:
235
if you are using home assistant, you can make "automation" in home assistant, let one relay ON -> delay 0.5s -> relay OFF.
Posts: 20
Threads: 2
Joined: Apr 2022
Reputation:
0
Can you please enter this command "relay ON -> delay 0.5s -> relay OFF." where necessary please
switch:
- platform: mqtt
name: 'relay32B-1'
unique_id: relay32B-1
state_topic: 'relay32/80f9caa4068e7805b09f9a6a/state'
command_topic: 'relay32/80f9caa4068e7805b09f9a6a/set'
payload_on: '{"relay1":{"on":1}}'
payload_off: '{"relay1":{"on":0}}'
value_template: '{{ value_json.relay1.on }}'
state_on: 1
state_off: 0
Posts: 9,099
Threads: 1,204
Joined: Oct 2020
Reputation:
235
05-11-2022, 02:52 AM
(This post was last modified: 05-11-2022, 02:53 AM by admin .)
set in automation: relayX ON -> delay 500ms -> relayX OFF
Attached Files
Image(s)
Posts: 20
Threads: 2
Joined: Apr 2022
Reputation:
0
I tried to do this I did exactly what you asked me to. But its not allowing me to save. I am getting the following error message,
Message malformed: Integration '' not found
Will you be able to login to my computer please?
I got both Any Desk & Team Viewer
Posts: 9,099
Threads: 1,204
Joined: Oct 2020
Reputation:
235
what your "trigger" for the action: relayX ON -> delay 500ms -> relayX OFF
such as input1 is trgger THEN relayX ON -> delay 500ms -> relayX OFF.
what do you want to do?
Posts: 20
Threads: 2
Joined: Apr 2022
Reputation:
0
It works. Thank you. really appreciate your after sales technical support. Now everything works fine.
Lagging so much with google as their server is vey busy BUT works with ALEXA and HOME ASSITANT & its very stable.
Only with the touch switch I have to on and off fast as I want to keep one relay on only for less than 500 milliseconds.
Thank you again