Update philips_js.markdown (#37891)

This commit is contained in:
c0ffeeca7 2025-03-11 11:08:50 +01:00 committed by GitHub
commit c3eb4a6d49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,10 +24,24 @@ ha_integration_type: integration
The `philips_js` platform allows you to control Philips TVs which expose the [jointSPACE](http://jointspace.sourceforge.net/) JSON-API.
If your TV responds to `http://IP_ADDRESS_OF_TV:1925/system` then this integration can be used. In the response, you should also be able to see the version of the API the TV uses (`"api_version":{"Major":6...`).
For older TVs follow instructions on how to activate the API and if your model is supported [here](http://jointspace.sourceforge.net/download.html). Note that not all listed, jointSPACE-enabled devices will have JSON-interface running on port 1925. This is true at least for some models before year 2011.
Also, note that version 6 of the API needs to be authenticated by a PIN code displayed on your TV.
## Prerequisites
Before adding the integration, it is worth checking if this integration works for you. As there are differences between TVs, you may need to try different addresses:
- Some TVs use `https://` and port 1926, other TVs use `http://` and port 1925.
### Check if this integration can be used
1. Check if your TV responds to one of the following combinations:
- `http://IP_ADDRESS_OF_TV:1925/system`
- `https://IP_ADDRESS_OF_TV:1926/system`
2. If you get a response, then this integration can be used.
- In the response, you should also be able to see the version of the API the TV uses (`"api_version":{"Major":6...`).
3. For older TVs, follow instructions on how to activate the API and if your model is supported [here](http://jointspace.sourceforge.net/download.html).
- Note that not all listed, jointSPACE-enabled devices will have JSON-interface running on port 1925.
- This is true at least for some models before year 2011.
- Also, note that version 6 of the API needs to be authenticated by a PIN code displayed on your TV.
{% include integrations/config_flow.md %}