@WereCatf I tested your precompiled binary with a DHT22 but got segmentation error.
Is there anything to do additionally?
Claus Kühnel
@Claus Kühnel
Best posts made by Claus Kühnel
-
RE: DHT11/22 checkHumidity syntax error
-
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)
Latest posts made by Claus Kühnel
-
RE: Get Weather Data for your Location
@Brad-Buskey You are right. I changed it. Thanks Claus
-
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?