Search found 8 matches

by profeta64
Saturday 02 May 2020 23:29
Forum: Temperature and Weather
Topic: BME680 support
Replies: 5
Views: 3137

Re: BME680 support

Dear all, I follow with my sharing of the solution. Now I found a way to use the official BSEL library, thus have a better control of the BME680 chip. Compile the bsec_bme680_python software: pip install statistics git clone https://github.com/rstoermer/bsec_bme680_python cd bsec_bme680_python ...
by profeta64
Tuesday 30 April 2019 19:15
Forum: Temperature and Weather
Topic: BME680 support
Replies: 5
Views: 3137

Re: BME680 support

Small update, trying to have an error handling #!/usr/bin/env python import bme680 import time import urllib2 import logging idx_bme680 = IDX_Created_in_Domoticz domoticz1_url = "http://domoticz-ip:port" try: sensor = bme680.BME680(bme680.I2C_ADDR_PRIMARY) except IOError: sensor = bme680.BME680 ...
by profeta64
Friday 12 April 2019 22:48
Forum: Temperature and Weather
Topic: BME680 support
Replies: 5
Views: 3137

Re: BME680 any support?

A second step, let's make it a service, starting automatically on boot. You a service definition file, inside: /lib/systemd/system/ File: /lib/systemd/system/BME680_AIQ.service [Unit] Description=BME680 Air Quality Service After=multi-user.target [Service] Type=simple ExecStart=/usr/bin/python /home ...
by profeta64
Friday 12 April 2019 22:32
Forum: Temperature and Weather
Topic: BME680 support
Replies: 5
Views: 3137

Re: BME680 any support?

My giving away for this project... I solved the issue creating a Virtual Sensor, with input as Percentage. Then, I used the Pimoroni library, and json interface to communicate directly with Domoticz. The script follow the Piromoni 5min warm-up phase, then a value is transfered to Domoticz every ...
by profeta64
Friday 05 April 2019 21:38
Forum: Temperature and Weather
Topic: BME680 support
Replies: 5
Views: 3137

Re: BME680 any support?

I found here the official library https://github.com/BoschSensortec/BME680_driver

Moreover already Pimoroni developed a sample software in Python: https://learn.pimoroni.com/tutorial/san ... 0-breakout
by profeta64
Friday 05 April 2019 21:34
Forum: Temperature and Weather
Topic: BME680 support
Replies: 5
Views: 3137

BME680 support

Hello,

someone has already got successfully a BME680 connected to the Domoticz i2c interface on Raspberry Pi 3+?

Thanks for the help in advance :)
by profeta64
Saturday 11 February 2017 18:25
Forum: Other questions and discussions
Topic: Compact 868 MHZ transceivers (PTR8000, NRF905)
Replies: 0
Views: 1383

Compact 868 MHZ transceivers (PTR8000, NRF905)

Hi everyone, i'm using Domoticz since a while, through the NRF24 modules, connected directly to my Raspbery Pi, and MySensors. I'm planning now to integrate several other temperature sensor TFA using the 868MHz bands. In the forum i found people which suggest to buy the RFLink or the RFXCom module ...