Documentation: BrewPi Remix service integration?
darkside90a opened this issue · 5 comments
darkside90a commented
Hi,
Are you interested in adding BrewPi Remix in the Service integration part of your Documentation?
BrewPi Remix v0.8 documentation describes iSpindel integration very vaguely.
I got it working after a few cut-and-tries:
- In Gravitymon, take note of your Host name
(Home --> Device --> Host name:)
- On your Pi running BrewPi Remix, edit this file:
/home/brewpi/settings/config.php - add this line:
iSpindel = your-Gravitymon-host-name - If not already set, clamp the readings to prevent wide swings:
clampSGUpper = 1.175
clampSGLower = 0.970 - After saving the changes, restart the script:
sudo systemctl restart brewpi.service
- In Gravitymon, add push settings in
Configuration --> Push settings --> HTTP 1 (POST) - Content:
http://IP-address-of-your-BrewPi/brewpi-api.php - Save settings and run a test push:
(Configuration --> Test push --> Test)
mp-se commented
Contributions are always welcome, do you want to do a pull request yourself? Dont mind the formatting i can fix that
I belive the file is src_docs/services.rst
darkside90a commented
Done!
It was src_docs/source/services.rst
mp-se commented
I cant see any open pull requests, did you start a pull request? If you need help let me know.
darkside90a commented
Sorry, did changes, but forgot the last pull request part.
(Never done this before)
mp-se commented
Thanks for the contribution, it should be published now