-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]:Is it possible to use a BME680 instead of the BME280? #682
Comments
Hi, at the moment BME680 is not supported. It is a different chip then the BME280. So I have to add some extra code. I hope the add it this evening, as it looks pretty straight forward. If you can test it, that would then be nice. Code will be in the 4.x.y.z branch |
Hi, added support for BME680 sensors. At the moment I do not use the gas value. Not sure how to use that.... Do a All code is untested... |
Also, I guess this is your first issue, so there is a small fee ;) #210 |
I install it and seem to have lost the Gui. I tried renaming the Terrarium directory and re-installing the TerrariumPI SW, still no gui. Any ideas? Regards Andy |
I am afraid something strange is going on with the installer. Follow the steps here, and it should work: #679 (comment) If this solves it, please report back. Then I have to look into the installer... |
Ok, found the issue. Made some stupid typos in the requirements file. So could you try to do a |
The gui launches after trying the fix from #679 however when I click login I get the following message: _Error: 401 Unauthorized Authenticate to make any changes_ I then tried the git pull and sudo .install.sh and I seem to have lost the gui again. |
This looks more like a browser issue. Clear browser cache and try again? based on your info, I would expect a login window be shown by the browser... |
I tried to clear browser cache, unable to lauch the gui. I tried a fresh install and again I can't reach the gui.
I even tried a LAN cable and a different RPi4 to make sure it wasn't a network or HW issue (SSH works fine) |
Strange, could you try: https://theyosh.github.io/TerrariumPI/faq/how-to-debug-terrariumpi/ |
Which Raspian OS is this? I see python 3.9, where I work on 3.7. I guess you have used Bullseye OS, and not the old legacy. I have not used the new version, as the webcam is not support on the new os... So I am not sure if the installer is working correctly on the new Raspian OS. I had no time to test yet. |
It was the latest OS, which one should i use? Also I was messing around with my android phone and managed to get the login working ok the original one, which is very odd. I'll set it all up again and test the BME680 and let you know how i get on. |
The BME680 works fine. I performed a fresh install and reconfigured everything again a few times now, it's a little unstable at the moment and one of my Sonoff relays seems to have decided to die. On another note I flashed a 4 socket smart powerboard (similar to Meross power switches) with Tasmota and connected it in the same way as the Sonoff devices and it seems to work ok, it's really useful if you have any transformers. Let me know if you want any logs or anything to verify, I thought you might want to add it to you supported list. https://grid-connect.com.au/smart-home-products/powerboards/ You can close this case and I'll continue to keep an eye on the install, I will upload some photos once I have tidied up the cabling a bit. |
Thanks for the update and feedback. About the Sonoff and Tasmota maybe I should change that in the GUI. But that means also code changes and database changes. Because all Tasmota based devices should be able to use. As long as the urls are the same... For now, I think I just update the documentation with this extra information. |
For now, I close this, as the BME680 is working. Thanks for testing! |
Is it possible to use a BME680 instead of the BME280?
I tried to connect one but was getting a temperature reading, not sure if its the way I connected it or if the sensor is configure different and the BME280 setting in Terrarium SW is not picking it up.
I'm using the 4.x.y.z branch on a RPi4 (running really well now with 5 different enclosures).
I'll have another play later and report back if anything changes,
Regards
Andy
The text was updated successfully, but these errors were encountered: