Posts: 9,085
Threads: 1,202
Joined: Oct 2020
Reputation:
235
Posts: 11
Threads: 2
Joined: Dec 2023
Reputation:
0
hello,
I'm having a problem with A128,
I have 2 inputs that after a long time On, suddenly get off without triggering IFTTT events.
At all I have 30 IFTTT rules, and it does not take a lot of memory...
even the KCS monitor stays off the inputs even having signal.. then I only restart the board, and all works fine
Posts: 9,085
Threads: 1,202
Joined: Oct 2020
Reputation:
235
can you test with esphome yaml?
what function you wanted?
Posts: 11
Threads: 2
Joined: Dec 2023
Reputation:
0
The main function that only works with ifttt is to only turn on an output when 6 inputs are true.
Posts: 9,085
Threads: 1,202
Joined: Oct 2020
Reputation:
235
you can enable IFTTT "AND" logical.
Posts: 5
Threads: 0
Joined: Jun 2025
Reputation:
0
Hi, I just tested this new version (2.2.13). The temperature sensors do not update in mqtt after varying their value. will it be possible to have this working later?
Thanks!
Posts: 9,085
Threads: 1,202
Joined: Oct 2020
Reputation:
235
you need to set the "threshold" in sensor webpage firstly, for example, input "0.1". that means , if temperature changed 0.1c will feedback to mqtt.
Posts: 14
Threads: 2
Joined: May 2024
Reputation:
0
I'm having trouble receiving feedback for MQTT!
I'm using a KC868-A4 Rev 1.2.5 board with the new version (2.2.14). In the KCS menu under System, I activated the option to automatically send ADC values.
Then I went to the Motinor, ADC menu, in channel settings and used the following values:
unit: psi
Custom value1 = 0
Custom value2 = 0
Threshold = 0.1
And I'm not getting feedback for MQTT!
Do I have to revert the version to 2.2.13?
Posts: 9,085
Threads: 1,202
Joined: Oct 2020
Reputation:
235
Custom value2 should set a value, NOT 0
for example, if you want set the ranage is 0-5v, so that:
unit: v
Custom value1 = 0
Custom value2 = 5
Threshold = 0.1