domotruc / jMQTT

Jeedom plugin to interface as a client with an MQTT broker.
16 stars 8 forks source link

action commands not run immediately on scenarios #30

Closed domotruc closed 6 years ago

domotruc commented 6 years ago

Action commands executed on scenarios seems to be buffered and executed as a burst of message at the end of the scenario: image

2018-01-31 06:19:00.805 hw/temp/set 60
2018-01-31 06:19:00.807 hw/temp/set 60
2018-01-31 06:19:00.809 hw/temp/set 60

Following temporary workaround can be used: image

2018-01-31 06:51:39.003 hw/temp/set 60
2018-01-31 06:51:40.129 hw/temp/set 60
2018-01-31 06:51:41.253 hw/temp/set 60
domotruc commented 6 years ago

Corrected in version 2018-02-05