I've received the vair temperature and humility meter a while ago, but haven't had the time to install before.
After some figuring out I managed to connect the SI7021 to wifi and to make it send it's values by http request. It receives a 200 reply from my raspberry pi on which I have Domoticz running, but the values don't show up in domoticz. I did create several dummy values for hum/temp.
The SI7021 shows the following log file±
Just being curious what I´m doing wrong. Response code 200 seems like a connection is made to Domoticz. Hope you can help.
After some figuring out I managed to connect the SI7021 to wifi and to make it send it's values by http request. It receives a 200 reply from my raspberry pi on which I have Domoticz running, but the values don't show up in domoticz. I did create several dummy values for hum/temp.
The SI7021 shows the following log file±
Code:
[sendNowCond
--- DestHanlder: sendValue --- 1
Found SI7021 - Temperature/Humidity Sensor]
[CustomHTTPDest::process
Calling HTTP: [http://Kris_Nel:Franka2013!@192.168.178.30:8080/json.htm?temp=19.85=vAir]
Response Code: 200
CLOSED]
[Calling HTTP: [http://Kris_Nel:Franka2013!@192.168.178.30:8080/json.htm?hum=57.03=vAir]
Response Code: 200
CLOSED]
[SerialDumpDest::process
IP : 192.168.178.187
CHIPID : CFC506
RUNTIME : 4947
TEMP : 19.85
TEMPR : 19.85
HUM : 57.03
MQTTDest::process
RFDest::process
ready >]
[sendNowCond
--- DestHanlder: sendValue --- 1
Found SI7021 - Temperature/Humidity Sensor]
[CustomHTTPDest::process
Calling HTTP: [http://user:pasword@192.168.178.30:8080/json.htm?temp=19.85=vAir]
Response Code: 200
CLOSED]
[Calling HTTP: [http://user:pasword@192.168.178.30:8080/json.htm?hum=57.00=vAir]
Response Code: 200
CLOSED]
[SerialDumpDest::process
IP : 192.168.178.187
CHIPID : CFC506
RUNTIME : 4980
TEMP : 19.85
TEMPR : 19.85
HUM : 57.00
MQTTDest::process
RFDest::process
ready >]
Just being curious what I´m doing wrong. Response code 200 seems like a connection is made to Domoticz. Hope you can help.