iZone - Node Red Set Max AirFlow for a zone?

hi all,

I am trying to set a zone on my izone system’s max airflow via node red. But i cannot work out how to get it to work

So far I am trying this:

Here’s the entity dev tools state:

hvac_modes:

  • “off”
  • fan_only
  • heat_cool
    min_temp: 15
    max_temp: 30
    target_temp_step: 0.5
    current_temperature: 18.8
    airflow_max: 60
    airflow_min: 0
    zone_index: 0
    friendly_name: Upstairs
    supported_features: 384

i would greatly appreciate any help

thank you

Guessing you want to use the izone.airflow_max action and not climate.set_temperate

https://www.home-assistant.io/integrations/izone/#action-izoneairflow_max

1 Like

yep just airflow max action.

thanks! that pushed me in right direciton. its just izone service not climate and i can set airflow there! thank you