So I am sending the right command with:
But still the module hangs (only ethernet) even with nothing connected
I'll try to activate wifi MQTT but I prefer to use ethernet which is far more reliable normally.
The history of the kincony:
- Load 220AC ~1A
- Ethernet MQTT
- No momentary switch
- Load 24VAC ~0.2A
- Momentary 1 second
- ethernet MQTT
- Never got it working, always crash if we send too fast a command (and sometimes it crash at the first message) as shown on my video above.
For now, I cannot use MQTT+Momentary reliably.
I'll try with Wifi Mqtt and if not working use HTTP Post to switch states.
Edit:
- wifi+Ethernet on MQTT does not help
- HTTP posts make the system also fail after several requests
- my request is the same as the one in the web-ui
Code:
mosquitto_pub -h 192.168.178.111 -t relay32/4ab843d38a5a21ae54def363/set -m "{\"relay15\":{\"on\":1}}"
But still the module hangs (only ethernet) even with nothing connected
I'll try to activate wifi MQTT but I prefer to use ethernet which is far more reliable normally.
The history of the kincony:
- Load 220AC ~1A
- Ethernet MQTT
- No momentary switch
- Load 24VAC ~0.2A
- Momentary 1 second
- ethernet MQTT
- Never got it working, always crash if we send too fast a command (and sometimes it crash at the first message) as shown on my video above.
For now, I cannot use MQTT+Momentary reliably.
I'll try with Wifi Mqtt and if not working use HTTP Post to switch states.
Edit:
- wifi+Ethernet on MQTT does not help
- HTTP posts make the system also fail after several requests
- my request is the same as the one in the web-ui
Code:
curl http://192.168.178.200/sw_ctl.cgi\?Relay15\=ON\&postpwd\=12345