Giter Club home page Giter Club logo

Comments (9)

crewz avatar crewz commented on June 28, 2024 1

Thats great - model code now shows X5000 and entities are recreated

Many thanks for the speedy fix

from jvc_homeassistant.

iloveicedgreentea avatar iloveicedgreentea commented on June 28, 2024

Okay I think the issue is your model family is not included. I will have to find that out. If you revert to the previous version what value do you have for model version?

from jvc_homeassistant.

iloveicedgreentea avatar iloveicedgreentea commented on June 28, 2024

I suspect its going to be None. I can't find the model code online so can you enable debug logs and send me debug logs after you add the below yaml, then restart home assistant, and wait about 3 minutes. Somewhere in there should be the model code in raw form and I can add it.

Add this to your configuration.yaml

logger:
  default: critical
  logs:
    custom_components.jvc_projectors: debug

from jvc_homeassistant.

crewz avatar crewz commented on June 28, 2024

Not sure i ever had a model number populated! will addable to config

from jvc_homeassistant.

crewz avatar crewz commented on June 28, 2024

Is this ok!

2023-02-02 17:24:35.961 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] Starting open connection
2023-02-02 17:24:35.961 INFO (SyncWorker_8) [custom_components.jvc_projectors.remote] Connecting to JVC Projector: 192.168.1.217:20554
2023-02-02 17:24:35.965 INFO (SyncWorker_8) [custom_components.jvc_projectors.remote] Connected to JVC Projector
2023-02-02 17:24:35.966 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] Handshaking
2023-02-02 17:24:35.966 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] b'PJ_OK'
2023-02-02 17:24:35.970 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] Handshake successful
2023-02-02 17:24:35.970 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] Command_type: b'?'
2023-02-02 17:24:35.973 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] Send command: b'?\x89\x01MD\n'
2023-02-02 17:24:35.974 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] Send ack: b'MD'
2023-02-02 17:24:35.974 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] do_command sending command: b'?\x89\x01MD\n'
2023-02-02 17:24:35.984 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] constructed ack_value: b'\x06\x89\x01MD\n'
2023-02-02 17:24:35.988 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] received msg from PJ: b'\x06\x89\x01MD\n'
2023-02-02 17:24:36.087 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] received message from PJ: b'@\x89\x01MDILAFPJ -- XHP1\n'
2023-02-02 17:24:36.087 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] MDILAFPJ -- XHP1
2023-02-02 17:24:36.087 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] Model code is None
2023-02-02 17:24:36.087 DEBUG (SyncWorker_8) [custom_components.jvc_projectors.remote] Handshake complete and we are connected

from jvc_homeassistant.

iloveicedgreentea avatar iloveicedgreentea commented on June 28, 2024

Yeah that should be good I will add that line now and update it so it wont crash in the future

from jvc_homeassistant.

iloveicedgreentea avatar iloveicedgreentea commented on June 28, 2024

Okay I fixed it in the library. Using the file editor add on can you manually try this out?

Open /config/custom_components/jvc_projectors/manifest.json

Change "jvc-projector-remote-improved2==3.4.5"

to be exactly "jvc-projector-remote-improved2==3.5.1"

Restart HA and open your logs, it should not have errors. Then try it out again and see if you get the right model.

from jvc_homeassistant.

iloveicedgreentea avatar iloveicedgreentea commented on June 28, 2024

3.5.2 released. Remember to turn off debug logs also and restart

from jvc_homeassistant.

crewz avatar crewz commented on June 28, 2024

from jvc_homeassistant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.