What you should see now
With the connection up, Home Assistant creates most of your entities by itself. This chapter shows what must be there now — and what to do when nothing appears.
Finding the device
Open Settings → Devices & Services → MQTT. A device carrying your CampMatic name should be listed there, with several dozen entities.
Click the device to see every reading. The Truma heater is there, room and water temperature, the energy mix, the heat level, the operating state and the connection details. On the mobile-network version you also get modem status, signal strength and network operator — the Wi-Fi version has none of those.
The name fragment for later
Home Assistant turns your device display name into a fragment that appears in every entity. You will need it for the dashboard later. Find it under Developer tools → States by searching for truma:
sensor.<ENTITY>_truma_raumtemperatur
sensor.<ENTITY>_truma_wassertemperatur
select.<ENTITY>_truma_energiemix
Example: if your device is called "Grand California 003",
the fragment reads grand_california_003
• the device number — three digits, used in the MQTT topics
• the device ID — technical name, needed by the bridge file
• the name fragment — derived from the display name, used in the Home Assistant entities
Confuse them and you will be hunting for entities that do not exist under that name.
truma_raumtemperatur rather than truma_room_temperature. You are free to change the display names in Home Assistant; just leave the entity IDs alone. Nothing shows up
When no device arrives, it is almost always one of three things. Work through them in order:
Are any readings arriving at all?
Open Settings → Devices & Services → MQTT → Configure. Under Listen to a topic enter the following and click Start listening:
campmatic/<GERAETE_ID>/#
If lines with readings appear, the bridge is doing its job. If it stays empty, something is wrong with the credentials or the connection — back to chapter 4.
Is the device ID line correct?
Readings arrive but no entity appears? Then the announcement line is missing from the bridge file, or the device ID in it is misspelled. Check it against the app and restart the add-on afterwards.
topic homeassistant/+/<NODE>/# in 0
Power-cycle the device
Your CampMatic announces its entities when it connects. Those announcements are stored on our server and should arrive immediately. If they do not, disconnect the box from power briefly — on its next start it announces everything again.
- Your CampMatic is listed under Devices & Services → MQTT with several dozen entities
- You have noted your name fragment, e.g.
grand_california_003 - Room and water temperature show values