iloveicedgreentea / jvc_homeassistant

JVC Integration for Home Assistant
20 stars 4 forks source link

Please add support for JVC DLA-X5900 #35

Closed JoakimSelander closed 8 months ago

JoakimSelander commented 8 months ago

I have quite a lot of errors in HA. Below is the debug of the connection. I guess you need add this model.

2023-08-25 15:23:29.813 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] Starting open connection 2023-08-25 15:23:29.813 INFO (SyncWorker_4) [custom_components.jvc_projectors.remote] Connecting to JVC Projector: 192.168.0.3:20554 2023-08-25 15:23:29.814 INFO (SyncWorker_4) [custom_components.jvc_projectors.remote] Connected to JVC Projector 2023-08-25 15:23:29.815 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] Handshaking 2023-08-25 15:23:29.815 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] b'PJ_OK' 2023-08-25 15:23:29.816 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] Handshake successful 2023-08-25 15:23:29.816 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] Command_type: b'?' 2023-08-25 15:23:29.817 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] Send command: b'?\x89\x01MD\n' is of type <class 'bytes'> 2023-08-25 15:23:29.817 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] Send ack: b'MD' 2023-08-25 15:23:29.817 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] do_command sending command: b'?\x89\x01MD\n' 2023-08-25 15:23:29.818 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] constructed ack_value: b'\x06\x89\x01MD\n' 2023-08-25 15:23:29.818 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] received msg from PJ: b'\x06\x89\x01MD\n' 2023-08-25 15:23:29.919 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] received message from PJ: b'@\x89\x01MDILAFPJ -- XHS1\n' 2023-08-25 15:23:29.919 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] MDILAFPJ -- XHS1 2023-08-25 15:23:29.919 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] Model code is Unsupported 2023-08-25 15:23:29.919 DEBUG (SyncWorker_4) [custom_components.jvc_projectors.remote] Handshake complete and we are connected

iloveicedgreentea commented 8 months ago

Which errors are you getting? All models are supported there’s just certain models that don’t support some features. Need to know the errors to see which one

JoakimSelander commented 8 months ago

Sorry but I missed that I didn't have the latest version installed. Updated and now all errors are gone. Thanks!