Hi,
since the update on 2023.8 I've issues with my configuration.yaml. Out of a sudden the config is not valid anymore...:
Invalid config for [logger]: expected a dictionary for dictionary value @ data['logger']['logs']. Got None
extra keys not allowed @ data['logger']['pp custom_components.adaptive_lighting']. Got 'debug'. (See /config/configuration.yaml, line 5).
Invalid config for [mqtt]: The 'power_state_topic' option near /config/configuration.yaml:166 has been removed, please remove it from your configuration @ data['mqtt'][0]['climate'][0]. Got None. (See /config/configuration.yaml, line 69).
Basically I had to disable the line:
power_state_topic: "heatpump/state/state"
But now my Air-condition is not controllable anymore. Any idea what is wrong?
climate: - name: HeatPump icon: mdi:air-conditioner unique_id: toshibaheatpump modes: - "off" swing_modes: - "on" - "off" fan_modes: - "quiet" - "lvl_1" - "auto" power_command_topic: "heatpump/state/set" #power_state_topic: "heatpump/state/state" mode_command_topic: "heatpump/mode/set" mode_state_topic: "heatpump/mode/state" current_temperature_topic: "heatpump/roomtemp" temperature_command_topic: "heatpump/setpoint/set" temperature_state_topic: "heatpump/setpoint/state" fan_mode_command_topic: "heatpump/fanmode/set" fan_mode_state_topic: "heatpump/fanmode/state" swing_mode_command_topic: "heatpump/swingmode/set" swing_mode_state_topic: "heatpump/swingmode/state" temp_step: 1 precision: 1
Additionally I'Ve the error:
Die Automatisierung "HP states on HA start-up - heatpump/doinit" (automation.hp_states_on_ha_start_up) hat eine Aktion, die einen unbekannten Dienst aufruft: mqtt.publish.
which is translated something like
[...]an action that calls an unknown service: mqtt.publish.
Any idea what happened and how to solve?
Thx