Hi @DirkStorck , correct, that is the lovelace card.
I do not see the component being initialized on the log.
You should have something like
2022-05-12 11:57:05 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration enigma which has not been tested by Home Assistant. This component might cause stability problems, be s
ure to disable it if you experience issues with Home Assistant
2022-05-12 11:57:58 INFO (MainThread) [homeassistant.setup] Setting up enigma
2022-05-12 11:57:58 INFO (MainThread) [custom_components.enigma] Initializing enigma devices
2022-05-12 11:57:58 INFO (MainThread) [homeassistant.setup] Setup of domain enigma took 0.0 seconds
2022-05-12 11:57:58 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.enigma
2022-05-12 11:58:29 INFO (MainThread) [homeassistant.components.notify] Setting up notify.enigma
2022-05-12 11:58:29 INFO (SyncWorker_5) [custom_components.enigma] [Enigma Notify] Adding Enigma receiver at host 192.168.1.20 initialized
Please share your configuration entry for the enigma custom_component
Hi,
I have two questions:
1- It’s possible to use the host-name? I don’t have static IP and only works when i change to the new IP…
2 - I have integrated with Alexa, it’s possible to change the channel or the volume with Alexa? now i just can turn off and turn on…
@cinzas
Hi, unfortunately I have a very old device with an old version of openwebif ( Version: OWIF 0.4.6). For me the media_next_track is not working. I checked the code and saw that this is related to the commands 105 and 106.
I inspected my openwebif commands and saw in chrome extension, that next is 103 and previous is 108.
I changed it in my source code so this is working, but is there any other possibility, so when I update your addon, that the changes will not be reverted?
That’s a really old version.
The only way would be for me to change the code to check the version of webif and change the commands accordingly.
I don’t seen that need honestly.
I would suggest you to download the component and quickly change the code yourself (it only takes 2 minutes)
If I release a update to the addon, then yes, you will have to change those two commands again.
I do not expect any release soon, unless it gets broken by any update of HA.
In any case, you can quickly do the changes yourself.
If I have to release a new update, I will look at your request by then, to see what I can do.
hey, i need help to customize my media player card for my enigma boxes. I scrolled though this thread many times, but i did not find any code examples for the lovelace. i got this integration running very easy but i dont know how to customize the lovelace cards.
i have created a media control card and got my box running with this card.
I have a dreambox one with the original image and the gemini plugin with a custom picon patch.
I tried the links below in a browser, but i get an error: file not found…strange