topic = sensor
# The base topic to publish values to.
# If left blank the topic `<Hostname>/BME680` will be used.
# Type: String or Blank
# Default: Blank
Has anyone been able to get the latest version of bsec to work on with the great implementation that @timothybrown did?
I haven’t used the BME680 in a while, I got fed up with how complicated Bosh did it.
(bsec) pi@raspberrypizero:/opt/bsec $ sudo systemctl start bsec-conduit.service; journalctl -f -u bsec-conduit.service
Job for bsec-conduit.service failed because the control process exited with error code.
See “systemctl status bsec-conduit.service” and “journalctl -xe” for details.
– Logs begin at Tue 2019-11-12 21:17:02 EST. –
Nov 12 23:31:42 raspberrypizero systemd[1]: bsec-conduit.service: Scheduled restart job, restart counter is at 9.
Nov 12 23:31:42 raspberrypizero systemd[1]: Stopped BSEC-Conduit Daemon.
Nov 12 23:31:42 raspberrypizero systemd[1]: Starting BSEC-Conduit Daemon…
Nov 12 23:31:44 raspberrypizero python3[1265]: Traceback (most recent call last):
Nov 12 23:31:44 raspberrypizero python3[1265]: File “/opt/bsec/bsec-conduit”, line 37, in
Nov 12 23:31:44 raspberrypizero python3[1265]: from systemd import journal
Nov 12 23:31:44 raspberrypizero python3[1265]: ImportError: cannot import name ‘journal’ from ‘systemd’ (/home/pi/.local/lib/python3.7/site-packages/systemd/init.py)
Nov 12 23:31:44 raspberrypizero systemd[1]: bsec-conduit.service: Main process exited, code=exited, status=1/FAILURE
Nov 12 23:31:44 raspberrypizero systemd[1]: bsec-conduit.service: Failed with result ‘exit-code’.
Nov 12 23:31:44 raspberrypizero systemd[1]: Failed to start BSEC-Conduit Daemon.
Nov 12 23:31:49 raspberrypizero systemd[1]: bsec-conduit.service: Service RestartSec=5s expired, scheduling restart.
I was able to get my first “script” to work with some changes. It nows reports eCO2 and breath_voc_equivalent.
Yes, hopefully we can add the new values, specially the eCO2.
I did a pull request with the fix to use the new installation file. However looking it might be more into…
Hello,
Is possible, can you tell me where more exactly have you copied directory bme680_bsec ?
Tried to place it under: /usr/share/hassio/homeassistant/esphome/esp32_sparkfun_airquality/src/esphome/custom_components but it seems is not the right place.