Abrir la entrada SynScan Pro desde la Raspberry Pi: puerto serie virtual por SSH

SynScan Pro desde la Raspberry Pi: puerto serie virtual por SSH

Si tienes un observatorio remoto con la montura AZ-GTi controlada desde una Raspberry Pi con KStars/INDI, es posible que en algún momento hayas querido usar la aplicación SynScan Pro —disponible para iOS y Android— para apuntar la montura manualmente, hacer un alineamiento rápido o simplemente ver el estado del firmware. El problema es que SynScan...

"SynScan Pro desde la Raspberry Pi: puerto serie virtual por SSH"Seguir leyendo

Abrir la entrada Bonos Avant no disponibles para estación A Gudiña Porta de Galicia

Bonos Avant no disponibles para estación A Gudiña Porta de Galicia

Se pueden adquirir bonos Avant para la estación de A Gudiña Porta de Galicia, según la documentación de RENFE en su portal. Sin embargo, cuando se accede a la página para la compra del bono, NO está disponible la estación de A Gudiña, he probado a buscarla bajo variaciones del nombre «Gudiña», «La Gudiña», «Gudiña...

"Bonos Avant no disponibles para estación A Gudiña Porta de Galicia"Seguir leyendo

Abrir la entrada Creating external components for ESPHome

Creating external components for ESPHome

There are diferent resources for creating components for ESPHome. ESPhome architecture documentation provides a high level description on how to create a simple component. It also links to examples in a repository. The examples provided describe simple components and some complex ones, using inheritance, for example to create a binary_output component out of a binary_sensor...

"Creating external components for ESPHome"Seguir leyendo

Abrir la entrada Extending HomeAssistant history data

Extending HomeAssistant history data

HomeAssistant ships with a default 10 days retention period. The recorder core integration is responsible of this behaviour. By default the recorder stores the data in a SQLite database. It grows depending on the number of sensors. The recorder is built into the HA core, and thus, it uses Python. In fact, it uses a...

"Extending HomeAssistant history data"Seguir leyendo

Rclone for Dropbox on RaspberryPi (and other headless server)

Dropbox does not maintain their client for RaspberryPi, so you should find other ways to use it. There are some non-official clients, but I prefer using rclone, since it allows some interesting features for me: There is a guide on the rclone web site on how to configure a Dropbox remotely, by creating a new...

"Rclone for Dropbox on RaspberryPi (and other headless server)"Seguir leyendo

Developing for Kstars

To build a stable or latest version of kstars, I recommend using the script from https://gitea.nouspiro.space/nou/astro-soft-build The script creates two folder trees: one for the source code and another one for the build folders, that will include all the compiled objects and artifacts. Once the script has created the build folder structure, you can manually...

"Developing for Kstars"Seguir leyendo

Volver arriba