• 21.11.2025, 09:35
  • S’inscrire
  • Connexion
  • Vous n’êtes pas connecté.

 

finalist5344

Newbie

MQTT not automatically sending

mardi 18 novembre 2025, 00:28

Aquasuite X.84
High Flow Next
Quadro
Sensors are defined, Output Action is defined, and its being read by the MQTT broker in Home Assistant. I have it configured to send every 15 seconds, but its not. Have a missed a setting somewhere? Thanks!

Data received in Home assistant:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
    "Id": "b39dd0b7-1e72-4850-8238-1af59e819b41",
    "Topic": "aquasuite",
    "Title": "sensors",
    "Message": "",
    "Data": [
        {
            "Name": "Flow",
            "Id": "data\\flow",
            "Unit": "l/h",
            "Value": 27.8
        },
        {
            "Name": "Water Temp.",
            "Id": "data\\temperature_water",
            "Unit": "°C",
            "Value": 22.86
        },
        {
            "Name": "Conductivity",
            "Id": "data\\Conductivity",
            "Unit": "µS/cm",
            "Value": 235.8
        },
        {
            "Name": "Ambient Temperature",
            "Id": "data\\temperatures\\0",
            "Unit": "°C",
            "Value": 22.08
        },
        {
            "Name": "MO-RA IV Pumps",
            "Id": "data\\fans\\0\\speed",
            "Unit": "rpm",
            "Value": 2466
        },
        {
            "Name": "MO-RA IV Pumps",
            "Id": "data\\fans\\0\\power",
            "Unit": "%",
            "Value": 50
        },
        {
            "Name": "MO-RA IV Pumps",
            "Id": "data\\fans\\0\\voltage",
            "Unit": "V",
            "Value": 12.19
        },
        {
            "Name": "MO-RA IV Fans",
            "Id": "data\\fans\\2\\speed",
            "Unit": "rpm",
            "Value": 644
        },
        {
            "Name": "MO-RA IV Fans",
            "Id": "data\\fans\\2\\power",
            "Unit": "%",
            "Value": 50
        },
        {
            "Name": "MO-RA IV Fans",
            "Id": "data\\fans\\2\\voltage",
            "Unit": "V",
            "Value": 12.19
        }
    ]
}

sebastian

Administrator

mardi 18 novembre 2025, 07:46

the repat is automatic enable wenn the trigger is > 0. You have to map a 1 value to the input to enable the notification.

finalist5344

Newbie

mercredi 19 novembre 2025, 02:09

the repat is automatic enable wenn the trigger is > 0. You have to map a 1 value to the input to enable the notification.

[attach]11197[/attach]
And now it works! Thank you very much.

Discussions similaires