python-songpal icon indicating copy to clipboard operation
python-songpal copied to clipboard

Python library for interfacing with Sony's Songpal devices

Results 23 python-songpal issues
Sort by recently updated
recently updated
newest added

Hi, For the past few days, i'm trying to get your project to control my Sony BDV-N5200. But somehow, i can't get it to work. Installation on my Raspberry Pi...

I'm not sure this is the right place but here goes: I'm using the Sony Songpal integration in Home Assistant. I have a Sony STR-DN1080. Home Assistant has discover 3...

HT-ZF9 keeps disconnecting. First warning: Logger: homeassistant.components.songpal.media_player Source: components/songpal/media_player.py:155 Integration: Sony Songpal (documentation, issues) First occurred: 20:23:09 (1 occurrences) Last logged: 20:23:09 [HT-ZF9(http://10.0.0.129:10000/sony)] Got disconnected, trying to reconnect Then: Logger:...

First working version of input & volume support. Not the cleanest code, but does the job. Is implemented so that it should work with potential other variations of devices that...

I'm trying to configure the sound mode on my HT-XT2 with songpal, but I always get this error when trying to change it: > Error: Got an error for setSoundSettings:...

Hello Guys, i have bought a SRS-XB402G and have issues to control the device via Home Assistant. I dont know why but it keeps reconnecting the device for no reason....

i am trying to get this to work with my Sony SRS-X7. it is officially on the list and i have to connecgted via the lan cable. when i run...

I confirm the LSPX-S2 model works fine with this integration (source, volume and power control). But there is a light in this one, any chance to control it also ?...

It wasn't clear where else to discuss this. Should we be updating the home assistant component, or working on supporting it as an integration? Are there current efforts to update...

This WIP PR aims to convert from organically grown API towards service-based one. Each service (such as `guide`, `audio`, `avContent`, etc.) is implemented in its own file located under `services/`...