Initially I setup the Eve Room device in the Eve app with the qr code / pairing code on the back of the device.
When attempting to join to Home Assistant through the HomeKit Device integration, I got an error “This accessory is already paired to another device. Please reset the accessory and try again”.
One of the posts talked about removing the devices from Apple Home similar to the NanoLeaf Essential bulbs (Thread not Matter), but method still gave the error code above.
Another post talking about Eve Thermostats suggested to reset the device (hold the two capacitive buttons until the reset image comes up → press the reset button on the back with a super thin wire within 30 seconds).
This allowed the device to show up in the HomeKit Device integration. Including this info here in case it helps anyone else. Also this article I found in the Discord channel really summarizes the current state of Matter and Thread in Home Assistant https://www.derekseaman.com/2023/10/part-1-smart-home-matter-and-thread-deep-dive.html
Below you can see some of my current card setup and it doesn’t really look that great. Does anyone have any interesting card examples for the Eve Room / other temperature measurements? Alternatively, are there any visualizations that someone would recommend?
- type: entities
entities:
- entity: sensor.eve_room_d19f_air_quality
name: Air Quality
- entity: sensor.eve_room_d19f_humidity
name: Humidity
- entity: sensor.eve_room_d19f_temperature
name: Temperature
- entity: sensor.eve_room_d19f_volatile_organic_compound_density
name: Volatile Organic Compound Density
title: Eve Room D19F
- type: grid
square: false
columns: 1
cards:
- type: thermostat
entity: climate.coolio
- type: entities
entities:
- entity: sensor.somneo_temperature
name: Temperature
- entity: sensor.somneo_humidity
name: Humidity
title: Bedroom Somneo
- type: grid
square: false
columns: 1
cards:
- type: entities
entities:
- entity: sensor.coolio_energy_current
name: Energy current
- entity: sensor.coolio_filter_remaining_life
name: Filter Remaining Life
- entity: sensor.coolio_room_temperature
name: Room temperature
- type: attribute
entity: climate.coolio
attribute: temperature
- type: grid
square: false
columns: 1
cards:
- type: entities
entities:
- entity: weather.forecast_home
show_forecast: true
- type: attribute
entity: weather.forecast_home
attribute: humidity
- type: attribute
entity: weather.forecast_home
attribute: dew_point
- type: attribute
entity: weather.forecast_home
attribute: wind_speed
- type: attribute
entity: weather.forecast_home
attribute: cloud_coverage
- type: attribute
entity: weather.forecast_home
attribute: pressure
- type: attribute
entity: weather.forecast_home
attribute: wind_bearing