Hi, I have this bash script running without problems in one Rpi since several months ago. #!/bin/bash base="http://192.168.1.13:80/core/api/jeeApi.php?api=" key="xxxxxxxxxxx" type="virtual" diaactual=`date +%d` mesactual=`date +%m` anyoactual=`date +%Y` watios=$(sqlite3 -csv eagleowl.db "select year...
Edit May, 1st, 2015: modified for recent 14.2 version. Kodi is now also in the Raspbian repository, but I'll stay with Michaels repository, as it also contains newer versions of libcec and libtag, If you want to have the best of both worlds (Raspbian and XBMC, now called Kodi) without having to ins...
Bueno, por fín llegó la nueva tira de led´s y ya está todo funcionando correctamente. ;) ;) ;) Muchas gracias por el tutorial. Lo único que he notado es que hay un poco de variación en los colores que reflejan el "ambilight" respecto a los que hay en pantalla. Se ven como más azulados. Me explico: C...
Mi duda es que no sé donde se ejecuta Hypercron. Entiendo que es una aplicación java que se puede ejecutar desde Windows y que según lo que parametricemos nos genera un archivo .json que hay que pasar a la rpi.... El problema es que el archivo Hipercon.jar que descargo de github no contiene ningún a...
Ok, acabo de pedir una como la tuya en Aliexpress. Aprovecho el mensaje pues me he quedado perdido en esa parte de la configuración.... Podrías especificar los comandos que debemos ejecutar para configurar Hypercon, para configurar los leds, por favor? Soy novato y con esta parte no he conseguido ej...
No tengo ni idea del chip que tiene mi tira de leds. No sé donde se mira... :oops: Mi tira tiene 4 cables: Negro-Verde-Rojo-Azul. En el lugar correspondiente al negro, grabado sobre la tira indica +12V. Luego en orden G-R-B He hecho algunas pruebas: He conectado 12 V entre negro-azul y se queda ence...
Hola, enhorabuena por este estupendo tuto. Una duda, sabes si se podría usar una tira de led de 12V, evidentemente alimentándolos a 12V en lugar de 5? Tengo una tira de 12V por casa, y había pensado que si es posible, intentar aprovecharla para esto. En caso negativo, algún sitio recomendable donde ...
Now I solved the cec problem, but I can´t play video.
I only have sound. I uncheck the hardware acceleration [mmal y omxplayer], but I haven´t success
For play a local video file is necesary install any add-on?
Excuse me for the questions, but I´m a newbie....
I receive this error: pi@raspberrypi ~ $ cd kodi-15-jessie pi@raspberrypi ~/kodi-15-jessie $ sudo dpkg -i * dpkg-deb: error: `install' is not a debian format archive dpkg: error processing archive install (--install): subprocess dpkg-deb --control returned error exit status 2 (Reading database ... 1...
Hi, I installed kodi on jessie following the steps of the first post and it works ok. The problem is that my tv control remote don´t works.... I tried to install libcec3, but I receive this message: pi@raspberrypi ~ $ sudo apt-get install libcec3 Reading package lists... Done Building dependency tre...
Hola rescato este antiguo post, pues en él no se da una solución concreta y yo tengo el mismo problema. Tengo varias raspberry pi conectadas por la casa para control domótico de ciertos aspectos, y estoy encantado con ellas. El problema es que cada vez que hay un fallo en el suministro de internet, ...
pero esto es justamente para lo contrario, no?
Es para emular Raspbian en un sistema anfitrión Windows.
Yo necesito lo contrario, emular windows en raspbian.
Hola, me gustaría saber si existe algún link donde poder descargar una imagen de raspbian con quemu instalado, para facilitar las cosas :lol: :lol: :lol: Necesito hacer unas pruebas para correr windows xp o 7 en Rpi2, y no tengo mucho tiempo para complicarme instalando quemu. Si alguien ha adelantad...
How are you currently saving the snapshots? i.e. is there a template that the file names currently use? Hi, I have a domotic system where I have installed a ip doorbell. When somebody push de doorbell the camera take 5 snapshots (1 every second) and save them here: /usr/share/nginx/www/tmp/camera_r...
In the script I need to add the paht to attachments: # List of attachments attachments = ['FULL PATH TO ATTACHMENTS HERE'] The path where de snapshots going saving it´s: /usr/share/nginx/www/tmp/camera_records/cam1 It would be possible to use a varible filename to send the snapshot saved in the actu...
I still think this is the issue: http://stackoverflow.com/questions/27882100/python-sending-a-mail-fails-when-inside-a-with-block i don't know what version of python 3 you've got installed but, if it isn't python 3.3 or later, you can just rewrite the code to open and close the connection yourself....
Are you running the script in Python 2? Using the "with" context manager was, I think, only added to smtplip.SMTP in Python 3. Try re-running in Python 3. I have the same error: pi@raspberrypi ~ $ sudo python3 snapshotmail.py Unable to send the email. Error: <class 'AttributeError'> Traceback (most...