GithubHelp home page GithubHelp logo

Comments (5)

toughvj avatar toughvj commented on September 3, 2024 1

add encryption_version: 2 to yaml

from homeassistant-greeclimatecomponent.

riccardobobbio avatar riccardobobbio commented on September 3, 2024

add encryption_version: 2 to yaml

I have tryed it
pic3

same bad results.

I have the Entity Gree AC but is "unaviable"
pic1
pic2

This is my log:

`2024-07-17 21:07:24.772 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-17 21:07:24.773 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-17 21:07:24.773 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-07-17 21:07:24.773 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-17 21:07:24.773 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-17 21:07:24.774 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-17 21:07:24.774 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-17 21:07:24.774 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-07-17 21:07:24.774 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline
2024-07-17 21:07:24.775 INFO (MainThread) [custom_components.gree.climate] name(): Gree AC
2024-07-17 21:07:24.775 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-17 21:07:24.776 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-17 21:07:24.794 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 10.06 seconds


2024-07-17 21:11:24.781 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-17 21:11:24.783 INFO (SyncWorker_53) [custom_components.gree.climate] update()
2024-07-17 21:11:24.783 INFO (SyncWorker_53) [custom_components.gree.climate] Retrieving HVAC encryption key
2024-07-17 21:11:24.788 INFO (SyncWorker_53) [custom_components.gree.climate] Fetching(192.168.1.199, 7000, 10, {"cid": "app","i": 1,"pack": "Jtod3XIt89Lqss6DOHETBcx5uYcAzgfkbQU3H+DJn/zDIm9Xi1M9ctnx9aCGHseEwf35XMKtIPQDq97Iev6J","t":"pack","tcid":"9424b8f2c81d","uid": 0, "tag" : "k5f/vfXAUlEa52x+nxsr1w=="})
2024-07-17 21:11:34.782 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.gree_ac is taking over 10 seconds
2024-07-17 21:11:34.800 INFO (SyncWorker_53) [custom_components.gree.climate] Error getting device encryption key!
2024-07-17 21:11:34.803 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-17 21:11:34.804 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-17 21:11:34.804 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-07-17 21:11:34.804 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-17 21:11:34.805 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-17 21:11:34.805 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-17 21:11:34.805 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-17 21:11:34.805 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-07-17 21:11:34.805 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline
2024-07-17 21:11:34.806 INFO (MainThread) [custom_components.gree.climate] name(): Gree AC
2024-07-17 21:11:34.806 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425`

I Think the problem is:

INFO (SyncWorker_53) [custom_components.gree.climate] Error getting device encryption key!

from homeassistant-greeclimatecomponent.

riccardobobbio avatar riccardobobbio commented on September 3, 2024

Can someone have ideas?

from homeassistant-greeclimatecomponent.

RobHofmann avatar RobHofmann commented on September 3, 2024

It appears your device is incompatible. Maybe you can pass the encryption key?

from homeassistant-greeclimatecomponent.

riccardobobbio avatar riccardobobbio commented on September 3, 2024

It appears your device is incompatible. Maybe you can pass the encryption key?

The model is XE7A-24/HC
I don't have the Encryption Key, i don't know hot to obain it

from homeassistant-greeclimatecomponent.

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.