question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sony Projector not integrating

See original GitHub issue

The problem

I recently installed a Sony VPL-XW5000ES-W and added it to my network. I’d like to integrate it with HA.

I found the Sony Projector integration and tried to configure, but got this message:

image

I see that it’s not set up for UI configuration, so I added the manual configuration as documented here and restarted HA. I do not see a Sony Projector integration, or a device or entity named Projector.

# Sony Projector
switch:
  - platform: sony_projector
    host: "192.168.0.230"
    name: "Projector"

What version of Home Assistant Core has the issue?

2022.11.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Sony Projector

Link to integration documentation on our website

https://www.home-assistant.io/integrations/sony_projector/

Diagnostics information

N/A

Example YAML snippet

# Sony Projector
switch:
  - platform: sony_projector
    host: "192.168.0.230"
    name: "Projector"

Anything in the logs that might be useful for us?

Error occurred loading configuration flow for integration sony_projector: No module named 'homeassistant.components.sony_projector.config_flow'
10:30:14 AM – (ERROR) config_entries.py - message first occurred at 8:22:00 AM and shows up 3 times

Failed to connect to projector '192.168.0.230'
8:17:09 AM – (ERROR) Sony Projector

Additional information

I am able to login to the projector at 192.168.0.230. That requires a username and password. It is curious that the integration does not require that as well.

Issue Analytics

  • State:open
  • Created 10 months ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
DomiStylecommented, Dec 15, 2022

@bleugray I didn’t really do anything special, I just added it to the automations/scripts via the UI. Make sure you are adding it as entity, not as device.

image

This entity (‘switch.sony_vpl_xw5000’) does not have a unique ID, therefore its settings cannot be managed from the UI

You could try adding unique_id: namehere to your config block. Didn’t have time to try it yet but I think it should work.

0reactions
GitHubGoodycommented, Dec 19, 2022

I found it finally in HA once you shared where to look. (switch:entity) - now to get it to turn off and on based on the status of the nvidia shield

switch:

  • platform: sony_projector

    host: “x.x.x.x”

    name: “projector”

i get an error if i add

unique_id: projector

That should be easy enough with an automation. So, you’re good to go? I don’t know what you’re getting at with the unique_id. You should be able to set the name via the name key.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The projector has no power or will not turn on.
The projector has no power or will not turn on. · Remove the projector cord from the AC wall outlet. · Plug the...
Read more >
Why Does My Sony Projector Not Turn On? - Pointer Clicker
Solution: Disconnect the projector from power. Place the unit on a flat surface for safety.
Read more >
The projector is not working; there is no projection light.
If you are powering the camera with the battery, make sure the battery is fully charged. If the battery capacity is low, the...
Read more >
SOLVED: Projector has stopped working - Sony ICF-C1PJ
If there is no light emanating from the projector it may be either a faulty light or there is no power being supplied...
Read more >
The projector does not project images even when it is ...
The projector does not project images even when it is placed in “HDMI” mode using the dedicated app for mobile devices.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found