domingo, 3 de diciembre de 2017

Bad Bluetooth Range or GPS accuracy on Iphone SE after repair ??

After a repair of Wi-Fi coverage where the Wi-Fi antenna was changed I discovered that the problem was solved but I had lost a lot of distance in Bluetooth transmittions and the GPS had also lost much accuracy and it was slow to fix the satellites, after several attempts to reinstall the Wi-Fi antenna and review the connector I discovered that there was another antenna that need to be positioned over the base motherboard during assembly, this additional antenna starts from a washer that is fastened by a screw, if the washer is positioned below the motherboard by error the connection is lost with the antenna and we lose quality, here you are some pics.




sábado, 22 de julio de 2017

Mirubee / Wibeee y Domoticz , integrada lectura de Consumo.


Haciendo uso de la API de Mirubee/Wibeee ya he creado los scripts correspondientes para efectuar lecturas de consumos en Domoticz.

https://app.mirubee.com/api/docs/



Siguiendo los pasos de la creación del acceso a la lectura:


El Script queda tal que así para la lectura de consumo actual:

#!/bin/bash
energy=`curl --silent -X GET -H "Authorization:  TOKEN_CREADO_EN_API" --header 'Accept: application/json' 'https://app.mirubee.com/api/v2/buildings/EDIFICIO_API/meters/MEDIDOR_API/channels/1/last' | jq -r .P[]`
echo $energy
curl -s -i -H "Accept: application/json" "http://127.0.0.1:8080/json.htm?type=command&param=udevice&idx=IDX_CREADO_DOMOTICZ&nvalue=0&svalue=$energy:$energy"

Luego es lanzar lo con CRON como máximo cada 2 minutos por las limitaciones de la API de Mirubee.

P.D. El medidor cada dia va informando me de los nuevos equipos que detecta...






Twitter Inphower