Charging issue
Asus 430 models running linux sometimes suffer from charging issues while suspended, see: this issue. Charging while turned off or turned on works without any issues.
For me, this was resolved by adding
mem_sleep_default=deep
to the kernel command line.
This can be done by going to
sudo nano /etc/default/grub
and change the line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=deep"
.
Not only does this enable charging while your laptop is suspended, it should also lower the amount of battery drain.