Adding more RPi's in one setup

odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

Is raspberry pi supports already dht22 ?

like ;
[CHANNEL_1]
type=3020
gpio1=22
0xFF
Posts: 308
Joined: Sat Feb 20, 2016 8:54 pm

See thread: viewtopic.php?f=11&t=174.
I hope there is no need to translate ;-)

I have some issues with DHT-22 sensor, but DHT-11 works fine.
User avatar
pzygmunt
Posts: 18282
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

odin56 wrote:Is raspberry pi supports already dht22 ?

like ;
[CHANNEL_1]
type=3020
gpio1=22

Cfg example:

[CHANNEL_1]
type=DHT22
w1=22

------------

w1 determines the number of GPIO port where the sensor is connected.
Then you must use the new version of supla-dev.
To use it you must:


cd
git clone https://github.com/SUPLA/raspberry
sudo /etc/init.d/supla-dev stop
sudo sudo cp raspberry/ext01/usr/sbin/supla-dev /usr/sbin/
sudo /etc/init.d/supla-dev start
odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

thanks for your help. now i adding dht22 sensor but if gives only ones stats.

"Timestamp,"Date and time (CET)",Temperature,Humidity
1466109460,"2016-06-16 22:37:40",24.7000,51.0990"

and now it shows only " -°C -%"
i trying 4,7k and 5,1k resistor betweer power and data line.

and i have a different problem too, so if i put delays off in my phone, delays goes on, on the raspberry, so when phone says "light on" delays on the table is off, so how i can chance it like both on?

and have you some list of updated supported type of raspberry?

"
1000 - sensor normal open
2000 - RELAYHFD4 - gates, doors etc.
2010 - RELAYG5LA1A - gates, doors, lights, power
2020 - 2x2XRELAYG5LA1A - roller shutter
3000 - thermometer DS18B20
"

edit.
now DHT22 works fine, it updated every 10min.
User avatar
pzygmunt
Posts: 18282
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Please use latest version of /usr/sbin/supla-dev it is avaiable at
https://github.com/SUPLA/raspberry
odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

thanks for newest version!
is dimmer supported soon on raspberry?
User avatar
pzygmunt
Posts: 18282
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Yes, it will be soon supported
odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

Hi.

how soon you get dimmer available on raspberry?
Post Reply

Return to “Help”