mp-se / gravitymon

iSpindle replacement firmware for beer brewing/fermenting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation: BrewPi Remix service integration?

darkside90a opened this issue · comments

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

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

commented

Done!
It was src_docs/source/services.rst

commented

I cant see any open pull requests, did you start a pull request? If you need help let me know.

commented

Sorry, did changes, but forgot the last pull request part.
(Never done this before)

commented

Thanks for the contribution, it should be published now