P5 FutureNow
The futurenow
light platform allows you to use P5 FutureNow relay/dimmer units as lights. Currently supported units:
- 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
file:
# 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
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