B5r1oJ0A9G / teufel_raumfeld

Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.
GNU General Public License v3.0
30 stars 6 forks source link

Config dialog not showing #26

Closed thomaskonrad closed 2 years ago

thomaskonrad commented 2 years ago

I installed teufel_raumfeld via HACS and restarted Home Assistant. In the Wiki, it says that a config dialog should pop up where I enter my Teufel Raumfeld main device IP address, but I don't see that dialog. Neither can I find a button to open it.

Can anyone help me out? Thank you!

thomaskonrad commented 2 years ago

This is what I see in my logs, with debugenabled:

2021-11-26 16:30:20 INFO (MainThread) [homeassistant.setup] Setting up teufel_raumfeld
2021-11-26 16:30:20 WARNING (MainThread) [custom_components.teufel_raumfeld] You are using teufel_raumfeld, which is still in alpha phase and therefore subject to change. This includes, among other things, the addition, redesign or removal of functionality.
2021-11-26 16:30:20 DEBUG (MainThread) [custom_components.teufel_raumfeld] __init__.py->async_setup: OrderedDict([('logger', OrderedDict([('default', 'info'), ('logs', OrderedDict([('custom_components.teufel_raumfeld', 'debug')]))])), ('default_config', {}), ('tts', [OrderedDict([('platform', 'google_translate')])]), ('group', {}), ('automation', {}), ('script', {}), ('scene', {}), ('cover', [OrderedDict([('platform', 'becker'), ('covers', OrderedDict([('living_room', OrderedDict([('friendly_name', 'Wohnzimmer'), ('channel', '1:1'), ('value_template', '{{ 50 }}')])), ('living_room_left', OrderedDict([('friendly_name', 'Wohnzimmer links'), ('channel', '1:2'), ('value_template', '{{ 50 }}')])), ('living_room_right', OrderedDict([('friendly_name', 'Wohnzimmer rechts'), ('channel', '1:3'), ('value_template', '{{ 50 }}')])), ('lower_bathroom', OrderedDict([('friendly_name', 'Unteres Badezimmer'), ('channel', '1:4'), ('value_template', '{{ 50 }}')])), ('bedroom', OrderedDict([('friendly_name', 'Schlafzimmer'), ('channel', '1:5'), ('value_template', '{{ 50 }}')])), ('loft_window', OrderedDict([('friendly_name', 'Gaupenfenster'), ('channel', '5:1'), ('value_template', '{{ 50 }}')])), ('loft_left', OrderedDict([('friendly_name', 'Kinderzimmer'), ('channel', '5:2'), ('value_template', '{{ 50 }}')])), ('loft_right', OrderedDict([('friendly_name', 'Büro'), ('channel', '5:3'), ('value_template', '{{ 50 }}')])), ('staircase', OrderedDict([('friendly_name', 'Stiegenhaus'), ('channel', '5:4'), ('value_template', '{{ 50 }}')])), ('upper_bathroom', OrderedDict([('friendly_name', 'Oberes Badezimmer'), ('channel', '5:5'), ('value_template', '{{ 50 }}')]))]))]), OrderedDict([('platform', 'elero'), ('covers', OrderedDict([('terrace_door', OrderedDict([('serial_number', 'AU00JO79'), ('name', 'terrace_door'), ('channel', 1), ('device_class', 'venetian blind'), ('supported_features', ['up', 'down', 'stop'])])), ('terrace_window', OrderedDict([('serial_number', 'AU00JO79'), ('name', 'terrace_window'), ('channel', 2), ('device_class', 'venetian blind'), ('supported_features', ['up', 'down', 'stop'])]))]))])]), ('elero', {}), ('teufel_raumfeld', {})])
2021-11-26 16:30:20 INFO (MainThread) [homeassistant.setup] Setup of domain teufel_raumfeld took 0.0 seconds
thomaskonrad commented 2 years ago

Sorry, I didn't realize that I have to add the integration in HACS first and then also in the official integrations page.