Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Vair-monitor temp+hum not showing up in Domoticz
#1
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±


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.
Reply
#2
hmmm.. check if the url is correct
192.168.178.30:8080/json.htm?temp=19.85=vAir
this =vAir seems to e wrong or ?
maybe the domoticz cannot parse it like this

also as far as i know in Domoticz, you need to create some Virtual Sensor, and get it's ID
in the Domoticz Page in the Config tool you enter this id, and hten it automatically generates the id
there are those svalue, nvalue, etc..
Reply
#3
(02-02-2017, 06:23 AM)admin Wrote: hmmm.. check if the url is correct
192.168.178.30:8080/json.htm?temp=19.85=vAir
this =vAir seems to e wrong or ?
maybe the domoticz cannot parse it like this

also as far as i know in Domoticz, you need to create some Virtual Sensor, and get it's ID
in the Domoticz Page in the Config tool you enter this id, and hten it automatically generates the id
there are those svalue, nvalue, etc..

Thanks!!!
Forgot to fill in the IDx parameter of my virtual sensor at the Domoticz tab of the vThings - Device Configuration Tool. It is working great now :-)
The svalue, nvalue etc are created automatically by the vThings - Device Configuration Tool.

Kind regards,
Krispijn
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)