Help arduino mega only dht work

hi
i am new to Arduino.
i have DHT RF and BT connected and i can see in my mqtt only the dht.

this is what i got on startup:
Advanced ethernet config
OpenMQTTGateway ip:
192.168.1.8
Ethernet ok
1883
Connecting to MQTT by IP adress
192.168.1.200
RF_EMITTER_PIN
4
RF_RECEIVER_PIN
1
ZgatewayRF setup done
ZgatewayBT HM1X setup done
MQTT_MAX_PACKET_SIZE
256
Setup OpenMQTTGateway end
MQTT connection…
Connected to broker
Subscription OK to the subjects
Sending Hum to MQTT
55.60
Sending Temp to MQTT
25.30

but in my MQTT broker, I have only these topics:
home/OpenMQTTGateway/DHTtoMQTT/dht1/hum
home/OpenMQTTGateway/DHTtoMQTT/dht1/temp
home/OpenMQTTGateway/LWT
home/OpenMQTTGateway/version

what i am doing wrong?

Hi,

did you checked the troubleshooting section?