Page 1 of 1

Just showing pressure BMP085

Posted: Friday 21 October 2016 7:52
by Btje
Is it possible to just show the pressure while for themperature I have the DHT22 which is more accurate.

Re: Just showing pressure BMP085

Posted: Tuesday 01 November 2016 13:20
by stlaha2007
Depends on your config.

I assume your using Domoticz hardware support.

Why don't you remove the hardware support and create (virtual) pressure sensor only and run a script (perl or python) which updates the pressure sensor through json?

I have a BME280 which isn't natively supported and had to create a virtual temp-hum-baro sensor which now gets its values by a script automatically.

Sent from my D6603 using Tapatalk

Re: Just showing pressure BMP085

Posted: Tuesday 01 November 2016 18:53
by antwan
We have a BME280 on order to implement this sensor native. Could be end of the year before this is done.

Re: Just showing pressure BMP085

Posted: Tuesday 01 November 2016 23:46
by stlaha2007
it doesn't matter which sensor you use. Native support within Domoticz is fine, and easy to add supported sensors.
But when you spend some time to decode the python or perlscripts provided by AdaFruit its easy to implement your own sensors and create individual sensors to your needs.

I made it simple for myself to create only one virtual sensor (needed a device with temp, barometer and humidity) to update through a script. Which i can rewrite simply by pushing the values to seperate virtual sensors.

Sent from my K00C using Tapatalk