diff --git a/neon_core/configuration/mark_2/neon.yaml b/neon_core/configuration/mark_2/neon.yaml index 4786fe773..1de2bb6f9 100644 --- a/neon_core/configuration/mark_2/neon.yaml +++ b/neon_core/configuration/mark_2/neon.yaml @@ -107,12 +107,15 @@ PHAL: mute_color: burnt_orange sleep_color: red utterance_animation: refill + ovos-PHAL-plugin-wallpaper-manager: + selected_wallpaper: /home/neon/.local/share/neon/filesystem/skills/skill-ovos-homescreen.openvoiceos/wallpapers/neon_default.jpg neon-phal-plugin-fan: min_fan_temp: 40.0 admin: - ovos-PHAL-plugin-system: + neon-phal-plugin-system: enabled: true core_service: neon.service + core_service_is_user: False neon-phal-plugin-device-updater: enabled: true initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-rpi4/boot/firmware/initramfs" diff --git a/neon_core/configuration/neon.yaml b/neon_core/configuration/neon.yaml index 6a4766e1e..2ab55bd0f 100644 --- a/neon_core/configuration/neon.yaml +++ b/neon_core/configuration/neon.yaml @@ -231,6 +231,8 @@ MQ: password: Klatchat2021 hana: url: "https://hana.neonaiservices.com" + username: guest + password: password signal: use_signal_files: false max_wait_seconds: 300 diff --git a/neon_core/configuration/opi5/neon.yaml b/neon_core/configuration/opi5/neon.yaml index 75ddb526b..8ae85bfb9 100644 --- a/neon_core/configuration/opi5/neon.yaml +++ b/neon_core/configuration/opi5/neon.yaml @@ -92,10 +92,13 @@ PHAL: utterance_animation: refill neon-phal-plugin-fan: min_fan_temp: 40.0 + ovos-PHAL-plugin-wallpaper-manager: + selected_wallpaper: /home/neon/.local/share/neon/filesystem/skills/skill-ovos-homescreen.openvoiceos/wallpapers/neon_default.jpg admin: - ovos-PHAL-plugin-system: + neon-phal-plugin-system: enabled: true core_service: neon.service + core_service_is_user: False neon-phal-plugin-device-updater: enabled: true initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-opi5/boot/uInitrd" diff --git a/neon_core/configuration/rpi4/neon.yaml b/neon_core/configuration/rpi4/neon.yaml index 5b4edd3b2..8e9e62ea4 100644 --- a/neon_core/configuration/rpi4/neon.yaml +++ b/neon_core/configuration/rpi4/neon.yaml @@ -92,10 +92,13 @@ PHAL: utterance_animation: refill neon-phal-plugin-fan: min_fan_temp: 40.0 + ovos-PHAL-plugin-wallpaper-manager: + selected_wallpaper: /home/neon/.local/share/neon/filesystem/skills/skill-ovos-homescreen.openvoiceos/wallpapers/neon_default.jpg admin: - ovos-PHAL-plugin-system: + neon-phal-plugin-system: enabled: true core_service: neon.service + core_service_is_user: False neon-phal-plugin-device-updater: enabled: true initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-rpi4/boot/firmware/initramfs" diff --git a/requirements/pi.txt b/requirements/pi.txt index c135348d4..c0fa5a713 100644 --- a/requirements/pi.txt +++ b/requirements/pi.txt @@ -40,15 +40,15 @@ sj201-interface>=0.0.3a4 neon-phal-plugin-switches~=0.0.5,>=0.0.6a1 neon-phal-plugin-linear_led~=0.2,>=0.2.4a1 neon-phal-plugin-gui-network-client~=0.0.5,>=0.0.6a1 +neon-phal-plugin-system~=1.0,>=1.3.0a3 ovos-phal-plugin-balena-wifi~=1.0.0 ovos-phal-plugin-network-manager~=1.1 ovos-phal-plugin-wifi-setup~=1.0,>=1.1.3 ovos-phal-plugin-oauth~=0.1 ovos-phal-plugin-alsa~=0.0,>=0.0.3 -ovos-phal-plugin-system~=0.1 ovos-phal-plugin-connectivity-events~=0.1 ovos-phal-plugin-homeassistant~=0.0.3,>=0.0.4a5 -ovos-phal-plugin-wallpaper-manager~=0.1 +ovos-phal-plugin-wallpaper-manager~=0.2 ovos-phal-plugin-ipgeo~=0.1 ovos-phal-plugin-mk1 @ git+https://github.com/openvoiceos/ovos-phal-plugin-mk1@dev # TODO: Stable spec for mk1 plugin diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 61b0d4698..a963b3ce8 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,7 +2,7 @@ ovos-core[lgpl]~=0.0.8 # padacioso==0.1.3a2 -neon-utils[network,audio]~=1.11,>=1.11.1a4 +neon-utils[network,audio]~=1.11,>=1.11.1a7 # TODO: `audio` extra for dependency resolution ovos-utils~=0.0,>=0.0.38 ovos-bus-client~=0.0,>=0.0.10