Have a look at LAN > DHCP Server > IP Pool Starting Address and IP Pool Ending Address. This shows you start and end addresses of your DHCP pool (the addresses that are given out to DHCP clients).
By default they are set to 192.168.1.2 and 192.168.1.254 which is
all available addresses (192.168.1.1 is the router and 192.168.1.255 is the broadcast address).
If you want a device to always have the same address you have 2 choices.
1) You can reduce the range of the DHCP (for example to 192.168.1.2 - 192.168.1.199) and then set a
static (i.e. fixed) address
on the device itself (for example 192.168.1.210).
2) Alternatively, you can setup the device to be a
DHCP client, just like any other device. BUT, you use the router to
reserve one of the DHCP pool addresses for its exclusive use. This is done at LAN > DHCP Server: "Enable Manual Assignment" = Yes and creating an entry in "Manually Assigned IP around the DHCP list"
Note: Don't be confused by the word
around in "Manually Assigned IP around the DHCP list". It is a translation mistake. The reserved address has to be within the pool's address range, not outside it.
UPDATE:
CooCooCaChoo beat me to it.
