Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIC wont stay on #33

Open
janstadt opened this issue Jun 26, 2024 · 3 comments
Open

MIC wont stay on #33

janstadt opened this issue Jun 26, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@janstadt
Copy link

I have 3 audio streams from Lenovo ThinkSmart (via IP Webcam app, but i've also noticed this in other apps) and the MIC will not stay on. I have an automation run if it detects the mic isnt on and toggles it, but when i restart HA its always off. I can update that automation to also be triggered by uptime, but i was wondering if this is by design or if something is wrong with the intergration? I'd love for it to be always on UNLESS i turn it off as opposed to the opposite.

@janstadt
Copy link
Author

I also noticed that it turns off after i reconfigured the integration.

@xvlw
Copy link

xvlw commented Jul 6, 2024

While not a fix, this is the workaround that I put in place as an automation

alias: Stream Assist Mic
description: Turns on Stream Assist Mic if it is turned off
trigger:
  - platform: state
    entity_id:
      - switch.streamassist_<mic entity name>
    from: "on"
    to: "off"
  - platform: homeassistant
    event: start
condition: []
action:
  - service: switch.turn_on
    target:
      entity_id:
        - switch.streamassist_<mic entity name>
    data: {}
mode: single

@janstadt
Copy link
Author

janstadt commented Jul 6, 2024

Thanks. Yeah i have one similar to that, had to add an additional trigger for when HA starts up too since the mic doesnt survive restarts.

@AlexxIT AlexxIT added the enhancement New feature or request label Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants