Aiden enhancement - set time for schedule reminders
Can the Fellow app be updated to allow a custom time set for schedule notifiacations. Right now I get notified 12 hours before but I would really like to be reminded at 9 PM instead.
Can the Fellow app be updated to allow a custom time set for schedule notifiacations. Right now I get notified 12 hours before but I would really like to be reminded at 9 PM instead.
The BMW iX3 Configurator just went live in US and they are selling a 350 cable that allows V2H with a cable for generator inlet. Hopefully R2 will have something similar.
I was able to configure a build of the iX3 in the US today. Price does add up once you add all the options, but I guess it is similar in price to the X3 M50 model.
I am trying to set up a POC of HPE VM Essentials and I am not able to get it to succeed. I am installing on a bare metal machine that has two nics and all networking goes through vlans.
The netplan file for my interfaces is below. In the installer I tell it to use the vm.2607 interface and provide an IP and hostname that resolves in the configured namesrever.
The installation always fails with error that it cannot access the Ping URI. Attempts to ping the host from the Ubuntu machine always fails.
Does anyone know what i am missing?
network:
version: 2
ethernets:
enp59s0f0np0: {}
enp59s0f1np1: {}
vlans:
mgmt.2621:
addresses:
- "10.108.x.x/25"
nameservers:
addresses:
- 10.8.x.x
- 8.8.8.8
search:
- xxx.local
routes:
- to: "default"
via: "10.108.x.x"
id: 2621
link: "enp59s0f0np0"
iscsi.2619:
id: 2619
link: enp59s0f1np1
addresses:
- 10.108.x.x/24
nfs.309:
id: 309
link: enp59s0f1np1
addresses:
- 172.16.x.x/26
vm.2607:
id: 2607
link: "enp59s0f0np0"