@Brad-Buskey You are right. I changed it. Thanks Claus
Posts made by Claus Kühnel
-
RE: Get Weather Data for your Location
-
Get Weather Data for your Location
If you have no own weather station but are interested in local weather data then weather data from Weather Underground (wunderground) can help to close this gap.
I built three small scripts to ask wunderground for data (wunderweather.py), send the to the thingspeak server for visualization (thingspeak.sh) and cover both scripts (weather.sh). You will find them on my Github for download.
You have to register at Wunderground to get an API key and to change the location in the call of the Wunderground API
f = urllib2.urlopen('http://api.wunderground.com/api/a50..........06f/geolookup/conditions/q/Switzerland/Altendorf.json')The result are presented in the website http://ckuehnel.ch/wu.html.
-
Is your IoT node running?
I get uptime info as Twitter direct message to see whether my Omega2+ is running stable or not.
This way I am always informed of the state of Omega2+. If you are interested here is the link
https://omega2blog.wordpress.com/2017/02/07/is-your-iot-node-running/.![Tweet]( image url)
-
Any issues on actual firmware 0.1.9 b149?
I had some programs using curl with https running before upgrade my Omega2+.
Is there anything wrong? I tried to install openssl and openssl-util but got an error.
On Debian devices the scripts work as expected. I do not know what I can do? -
RE: DHT11/22 checkHumidity syntax error
@WereCatf I tested your precompiled binary with a DHT22 but got segmentation error.
Is there anything to do additionally? -
openssl
Discussed month before the openssl package installation seems to be solved.
But, with actual firmware an kernel 4.4.42 I have the same problem again. -
RE: OpenWRT on the Omega 2(+)
@WereCatf I installed openssl-utils. Calling it I get two errors:
COMP_zlib_cleanup: symbol not found
BIO-f-zlib: symbol not found
I have no idea what's wrong. Can you help? -
MQTT
I have installed Mosquitto on Omega2+. Here is a short description https://wordpress.com/post/omega2blog.wordpress.com/60.
-
LuCi
How to install LuCi web GUI?
I could find some luci-app-* but what about the base?
If I try to use opkg install luci or opkg install luci-ssl the package is always unknown. -
RE: CP210x installation fails
@fossette I use SSH and this works. For the next time I forget the serial interface to W10.
-
CP210x installation fails
I installed the CP210x driver für SerialUSB on three different W10 computers w/o success.
I get always the Code 10 error. Any idea how to fix this?