mp-se/gravitymon

Documentation: BrewPi Remix service integration?

darkside90a opened this issue · 5 comments

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

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

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.

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