domingo, 17 de enero de 2021

RaspberryPi + Domoticz + USB HDD to Solve SD life expectancy

After 5 years using Domoticz on a Raspberry in different homes, I have found that the SD cards with this type of server end up being corrupted, to avoid this problematic is common the generation of backups from time to time so when comes the day it stops working we can clone the SD from the image that we extracted in the last backup. 

As a solution to this problem we have the use of an HDD either mechanical or SSD, many of these have dropped in price then I have considered that it was a good improvement to the system,

Down I am attaching a link with which you can clone the SD to a HDD connected by USB, plus some points to keep in mind:



- The HDD must be externally powered so that when the Raspberry boots the HDD is already on to start the boot sequence, there are SATA cables with external power supply or USB HUBS with this feature as well.

- You must activate the option in the Raspberry to boot from USB and this is done by recording an SD for that matter.

https://www.makeuseof.com/tag/make-raspberry-pi-3-boot-usb/

In a next article I will show you another improvement with a UPS for RASPBERRY with control of power parameters by Domoticz (Voltage, Current, Power and % of battery) that will allow us to have power in case of power failure and that can also power the USB HDD as well.


P.D. - Maybe if after all the Raspberry not boot with the new HDD te next step is  to verify  PARTUUID for the root partition is correct in /boot/cmdline.txt and /etc/fstab and correct or disable UUID.

domingo, 3 de enero de 2021

Apple Watch option with Roller Skating after EOF of Endomondo? - Welcome again Sport Tracker !!

 After a couple of weeks looking for a Iphone App with the option to select the Skating / Roller Sport option I remebered a old App thaht i was using years ago with Nokia, and yes is still Alive and has the App for the Apple Watch with the complete list of Sports showed on the Iphone App also showed on the Apple Watch (This is rare but a lot of Sport Iphone apps don`t show all options of the diferrents sports on the Apple Watch)

Old Sport Tracker screen on Symbian Nokia Phones:



And the App is still alive after a lot of years and updated (Iphone/Watch Version..)








sábado, 22 de agosto de 2020

Control Consumo Router 4G Huawei con Domoticz

 Hoy os traigo los Script para lanzar a Domoticz los consumo de Datos de un HUAWEI, en mi caso es el HUAWEI 4G Router 3 Pro B535-235 , un router con magnificas calificaciones en varios Foros (Y por el momento también para mi..) , ideal ademas si tienes que hacer uso de antenas externas para mejorar la cobertura en zonas rurales.

Adelantar que para sistemas Windows hay Software de control y Gestion interesantes como:

https://routeur4g.fr/discussions/discussion/67/lteinspecteur-logiciel-de-surveillance-des-routeurs-4g-huawei

https://ltehmonitor.github.io/

Pero si queremos dejarlo todo integrado en la misma RaspBerry junto a Domoticz esta es la via...

Antes de todo tendremos que instalar la API de Huawei.

https://pypi.org/project/huawei-lte-api/

Una vez disponemos de la API ya es lanzar consultas y formatear los datos e inyectarlos a Domoticz, yo tengo 2 Scripts, uno de consumo Total y otro de Consumo de la Ultima hora (para notificaciones de exceso de trafico mediante Domoticz).

El Contador de Consumo Total se resetea según la programación que hayais hecho al rotuer via la APP de Huawei, yo lo tengo puesto al dia "1" del mes.

sábado, 9 de mayo de 2020

Mis primeros contactos con equipos Informaticos


Mi primer ordenador un MSX con unidad lectora de Casettes y un monitor COLOR, magnificas horas de Juegos y muchas mas de Programación en BASIC.




Y le siguió mi primer  PC un Amstrad con CPU 8086  y 512Kb de RAM con MSDOS y unidad de Diskette de 5 1/4 y para TOP un Disco Duro en Tarjeta de 20 Megas!:



lunes, 6 de enero de 2020

Podcast Entiende Tu Mente - iVoox

Soy un asiduo oyente de podcasts hace años pero la verdad que este ultimo ha sido muy provechoso. Considero que debo difundir los que mas aprecio tengo y mas admiro, empezare por uno sobre Psicología que te ayuda a Entender tu mente y por ende la de los demás.



Escucha Entiende Tu Mente - iVoox

martes, 23 de abril de 2019

Mirubee / Wibeee y Domoticz , integrada lectura de Consumo en RED LOCAL

A diferencia del articulo anterior:

http://inphower.blogspot.com/2017/07/mirubee-y-domoticz-integrada-lectura-de.html

En esta versión recuperaremos datos de la Sonda Mirubee (Wibeee) en lugar de remotamente desde el cloud a directamente desde el dispositivo.

La forma de acceder a todos los datos es vía el portal WEB de dicha Sonda (Esto solo es recomendable en entornos LOCALES/VPN o nateando y securizando dicho Nateo).

Basandonos en el manual del fabricante Wibeee y buscando la pagina 35 tenemos:

http://docs.circutor.com/docs/M064B01-01.pdf

5.4.1.- CONSULTA DE PARÁMETROS 5.4.1.1.- ID del equipo Para ver la id del equipo, se debe utilizar la siguiente petición:

 http://direccion_ip/services/user/devices.xml

5.4.1.2.- Valores de las variables del equipo 

Para visualizar los valores de todas las variables del equipo, utilizar la siguiente petición: 

http://direccion_ip/services/user/values.xml?id=dispositivo 

También es posible visualizar una variables en concreto, ver Tabla 11 con las variables disponibles. 

http://direccion_ip/services/user/values.xml?var=dispositivo.variable

Donde si ya conocemos la IP del WiBeee y suponiendo que el Id dispositivo sea el de fabrica WIBEEE podemos sacar directamente el dato de Watios de la Linea 1 en una respuesta XML (Linux Bash).

x@raspberrypi# curl --silent -X GET http://192.xxx.xx.xx/services/user/values.xml?var=WIBEEE.pac1

<?xml version="1.0" encoding="UTF-8"?>
<values><variable><id>pac1</id><value>165.08</value></variable></values>

Tenemos la tabla de datos a recuperar en la PAGINA 36 del documento indicado:

http://docs.circutor.com/docs/M064B01-01.pdf

Ahora simplemente es crear un CRON JOB para alimentar a DOMOTICZ con el dato:

https://github.com/inphower/wibee_domoticz/tree/main

Saludos!







Twitter Inphower