P5 FutureNow
The futurenow
light integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows you to use P5
-
FutureNow FNIP-6x2AD
dimmer unit (outputs only) -
FutureNow FNIP-8x10A
relay unit (outputs only)
Configuration Sample
To use your FutureNow units, add the following to your configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file.
After changing the configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
# Example configuration.yaml entry
light:
- platform: futurenow
driver: FNIP6x10ad
host: 192.168.1.101
port: 7078
devices:
5:
name: Dimmer Channel 5
dimmable: true
Extended Configuration Sample
The following example configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] has two different FutureNow units with multiple channels:
# Example configuration.yaml entry
light:
- platform: futurenow
driver: FNIP6x10ad
host: 192.168.1.101
port: 7078
devices:
5:
name: Dimmer Channel 5
6:
name: Dimmer Channel 6
dimmable: true
- platform: futurenow
driver: FNIP8x10a
host: 192.168.1.102
port: 7078
devices:
1:
name: Relay Channel 1
2:
name: Relay Channel 2