#! /bin/sh # login to the oboo (after joining its wlan network): ssh root@192.168.3.1 # - https://getoboo.com/community/topic/first-time-setup-of-your-oboo-smart-clock-maker-edition/ # - https://getoboo.com/community/topic/enable-bluetooth-audio-on-oboo/ # - https://getoboo.com/community/topic/software-update-weather-card/ wifisetup sh /etc/cron.week/firmware_update.sh opkg update opkg upgrade onion-script onion time list | grep Berlin onion time set Europe/Berlin CET-1CEST,M3.5.0,M10.5.0/3 onion time sync sh /usr/bin/mcu/setMcuTime.sh mosquitto_pub -t /set -m '{"cmd":"hour mode", "value":"24"}' sh /usr/bin/mcu/setMcuTime.sh gpioctl dirout-high 3 #gpioctl dirout-low 3 /etc/init.d/card-manager restart ; /etc/init.d/oboo-cards restart oboo config generate # vi /etc/config.json /etc/init.d/card-manager restart ; /etc/init.d/oboo-cards restart