App Not working
Only that is whot HA see for my Gree AC nothink else some years ago it was working later after many updates of HA and this aplication stop Working and nothink whot im tried works
in climate file i have :
- platform: gree
required settings:
name: First AC host: <192.168.1.25> mac: '50:2C:C6:99:36:43'optional settings:
port: 7000 timeout: 10 target_temp_step: 1 encryption_version: 2
configuration.yaml :
Loads default set of integrations. Do not remove.
default_config: automation: trigger: - platform: webhook webhook_id: "kruzio" allowed_methods: - POST - PUT local_only: false
logger: default: error #logs: #custom_components.climate.gree: info # not sure if this works in HASSIO 0.88.0+ (untested)
climate: !include climate.yaml
frontend: javascript_version: latest themes: !include_dir_merge_named themes extra_module_url: - /local/community/lovelace-card-mod/card-mod.js
external_url: "https://homeassistant. "Hidden"
Load frontend themes from the themes folder
Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml
binary_sensor:
powercalc: enable_autodiscovery: true create_utility_meters: true utility_meter_types: - daily - yearly
logger: default: warning logs: custom_components.powercalc: debug
template:
- sensor: !include_dir_merge_list templates/sensors/
sensor:
- platform: integration name: fuse_box_energy_kwh source: sensor.fuse_box_energy_meter_main_power unit_prefix: k method: left
http: use_x_forwarded_for: true trusted_proxies: - 172.30.33.0/24
Platform:
- OS: Home Asistant Instaled on Mini PC Core 2024.9.2 Supervisor 2024.09.1 Operating System 13.1 Additional context Add any other context about the problem here.
I have AC GREE 3643 v2.06 wifi driver
it works only in gree+ app in phone or google home nest hub now
name: First AC
host: <192.168.1.25>
mac: '50:2C:C6:99:36:43
Try host: 192.168.1.25
nothink helped still HA so only this whot i post
Try this:
Write mac: "50:2C:C6:99:36:43" in this way.
- platform: gree name: First AC host: 192.168.1.25 port: 7000 mac: "50:2C:C6:99:36:43" encryption_version: 2 # < MUST BE V2 target_temp_step: 1
Closing stale issue.