Skip to content

Request: Allow hostnames in addition to ip addresses in config #128

@Hermarcel

Description

@Hermarcel

It would make changing addresses in the network much simpeler if hostname (incl hostname.domain of course) in addition to just ip adresses.

and, perhaps, allowing "- ip:" and/or "- name:" for "source:" , just as it is for "target:"
This would improve consistency.

Like this:

# Configure NibeGW
nibegw:
  udp:
    # The target address(es) to send data to. May be a multicast address.
    target:
#      - ip: 192.168.0.10
        - name: ha.mydomain.local
          port: 9999

    # List of source address to accept data from, may be empty for no filter
    source:
#      - 192.168.0.10
      - ha.mydomain.local
    # Optional port this device will listen to to receive read requests. Defaults to 9999
    read_port: 9999

    # Optional port this device will listen to to receive write request. Defaults to 10000
    write_port: 10000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions