Supported Devices - delize/home-assistant-loggamera-integration GitHub Wiki
Supported Devices
Complete reference of Loggamera devices supported by the Home Assistant integration.
📊 Device Support Matrix
Device Type | Support Level | Standard Sensors | RawData Sensors | Energy Dashboard | Notes |
---|---|---|---|---|---|
PowerMeter | ✅ Full | 4 sensors | 10+ sensors | ✅ Yes | Primary energy monitoring |
RoomSensor | ✅ Full | 2 sensors | 4+ sensors | ❌ No | Temperature/humidity |
WaterMeter | ✅ Full | 2 sensors | 3+ sensors | ❌ No | Water consumption |
HeatMeter | ✅ Full | 0 sensors | 7 sensors | ✅ Yes | RawData only (no endpoint) |
HeatPump | ✅ Full | 5+ sensors | Additional | ❌ No | Climate monitoring |
ChargingStation | ✅ Full | 0 sensors | 10+ sensors | ✅ Yes | EV charging (RawData only) |
CoolingUnit | ⚠️ Partial | Basic | Device-specific | ❌ No | Limited testing |
Organization | ✅ Full | 6 sensors | ❌ N/A | ❌ No | Infrastructure monitoring |
⚡ PowerMeter (Electricity Meters)
Integration: Full Home Assistant Energy dashboard compatibility
Standard Sensors (Always Enabled)
- Total Energy Consumption (kWh) - Cumulative energy
- Current Power Consumption (kW) - Real-time usage
- Alarm Status - Device health
- Alarm Context - Error details
RawData Sensors (Enable Manually)
- Energy Total, Energy Interval
- Power, Power Average, Power Peak
- Voltage, Current per Phase (1/2/3)
- Energy per Phase (1/2/3)
- Consumption Interval
Update Frequency: ~30 minutes (API limitation)
🌡️ RoomSensor (Environmental)
Integration: Climate dashboard and automations
Standard Sensors (Always Enabled)
- Temperature (°C) - Ambient temperature
- Relative Humidity (%) - Air humidity
RawData Sensors (Enable Manually)
- Battery Level (%)
- Signal Strength (dBm)
- Signal-Noise Ratio (dB)
- Spreading Factor (LoRaWAN)
Update Frequency: Real-time to hourly
💧 WaterMeter (Water Consumption)
Integration: Utility monitoring and leak detection
Standard Sensors (Always Enabled)
- Total Water Consumption (m³) - Cumulative usage
- Water Used Since Midnight (L) - Daily consumption
RawData Sensors (Enable Manually)
- Meter Value (m³)
- Current Flow (L/min)
- Consumption Interval (L)
Update Frequency: Hourly to daily
🔥 HeatMeter (Heating Systems)
Integration: Energy dashboard for heating monitoring Special: RawData endpoint only (no dedicated API endpoint)
All Sensors via RawData (Enable Manually)
- Total Energy (kWh) - Heating energy consumed
- Total Volume (m³) - Heated medium volume
- Flow Rate (m³/h) - Current flow rate
- Flow Temperature (°C) - Supply temperature
- Return Temperature (°C) - Return temperature
- Temperature Difference (°C) - Delta T
- Error Code - Device status
Update Frequency: 15-30 minutes
🌡️ HeatPump (Heat Pump Systems)
Integration: Climate control and efficiency monitoring
Standard Sensors (Always Enabled)
- Heat Carrier Inlet/Outlet Temperature (°C)
- Brine Inlet/Outlet Temperature (°C)
- Reduced Mode, Pump Activity
- Filter Alarm
RawData Sensors (Enable Manually)
- Hot Water Temperature (°C)
- Set Room Temperature (°C)
- Outdoor Temperature (°C)
- Hot Gas Temperature (°C)
- Additional temperature sensors
Update Frequency: Real-time to hourly
🔌 ChargingStation (EV Charging)
Integration: Energy dashboard for EV charging tracking Special: RawData endpoint only (no dedicated API endpoint)
All Sensors via RawData (Enable Manually)
- Total Consumption (kWh) - Lifetime energy
- Session Consumption (kWh) - Current session
- Consumption Interval (kWh) - Period consumption
- Voltage Phase 1/2/3 (V) - Line voltage
- Current Phase 1/2/3 (A) - Charging current
- Charging State - Status
- Load Balanced - Load balancing active
- Status Codes A/B - Operational status
- Firmware/Hardware Version - Device info
Update Frequency: Real-time during charging
❄️ CoolingUnit (Cooling Systems)
Integration: Basic cooling system monitoring Support Level: Partial (limited device samples)
Available Sensors
- Device-specific cooling metrics
- Temperature monitoring
- Operational status
Note: Sensor availability varies by cooling unit model
🏢 Organization (Infrastructure)
Integration: Multi-organization management Special: Always enabled for infrastructure monitoring
Management Sensors (Always Enabled)
- Total Device Count - Devices in organization
- Total Organization Count - Accessible organizations
- Parent Organization ID - Hierarchy tracking
- Child Organization Count - Child organizations
- Is Parent Organization - Context boolean
- User Count - Organization users (currently returns 0 - API field not available yet)
- Member Count - Organization members (currently returns 0 - API field not available yet)
Update Frequency: Same as device scan interval
Note: User Count and Member Count sensors are future-ready and will automatically display correct values when the Loggamera API provides user/member data in organization responses. Currently, these sensors return 0 as the API doesn't include user or member information in organization endpoints.
🔧 Sensor Configuration
Entity Naming Convention
Standard: sensor.loggamera_DEVICE_ID_SENSOR_NAME
RawData: sensor.rawdata_DEVICE_ID_DEVICE_TYPE_SENSOR_NAME
Organization: sensor.loggamera_organization_SENSOR_NAME
Binary: binary_sensor.loggamera_DEVICE_ID_SENSOR_NAME
Enabling RawData Sensors
- Settings → Devices & Services → Loggamera
- Click device you want to configure
- Find disabled sensors (greyed out)
- Click "Enable" for desired sensors
Energy Dashboard Setup
energy:
sources:
- type: grid
flow_from:
- sensor.loggamera_DEVICE_ID_total_energy_consumption
🚨 Need Help?
If Your Device Isn't Working
- Not listed here? See Device Help for support requests
- Partially working? See Troubleshooting for fixes
- Missing sensors? Check if RawData sensors need manual enabling
For Developers
- Adding support? See Adding Device Support for implementation guide