• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Search results

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. M

    Yet another DYI Plato scale

    The display problem is an issue in the arduino code so I have reverted to the last version and updated the release.
  2. M

    Yet another DYI Plato scale

    Well the BME280 is a user contribution not really sure how well that will work over a long connection to the scale base. I will still recommend the DS18B20 since that is designed to work over long cables. On the LCD issue that is really strange since I have not changed that code. But it looks...
  3. M

    Yet another DYI Plato scale

    New version available; https://github.com/mp-se/kegmon/releases/tag/v0.8.0
  4. M

    Replacement firmware for iSpindel (GravityMon)

    New beta out, new features: * Easy migration from iSpidle * Edit wifi settings in web ui https://github.com/mp-se/gravitymon/releases/tag/v1.4.0-beta1
  5. M

    Yet another DYI Plato scale

    Well thats a limitation of the LCD display. Unfortunately there is no room to add nordic characters since I use the limited space for the progressbar...
  6. M

    Yet another DYI Plato scale

    Looks really nice ! Good work!
  7. M

    Yet another DYI Plato scale

    You probably get gravitymon since I copied the feature from there and forgot to change that place... I looked at the code and if the ID is wrong you would get an message about that. There is probably some invalid data in the file that cannot be processed when its tries to upload the data...
  8. M

    Yet another DYI Plato scale

    Are you trying to restore the data to the same esp board or a new board? The ID in the config needs to match the ID of the esp board (chip) or it will not work. If you are restoring to a new board you need to manually edi the ID field to match the new device id. The ID can be found on the...
  9. M

    Yet another DYI Plato scale

    New beta out now. https://github.com/mp-se/kegmon/releases/tag/v0.8.0b1 Feedback and bug reports are appreciated, either here or in the github repo
  10. M

    Replacement firmware for iSpindel (GravityMon)

    I did some simple tests and you will get this behavior if the sensor is moving or giving inconsistent values when read. make sure the spindel is not moving when doing the calibration. The calibration routine will run a PID algorithm to find a stable level and if the values are way off this...
  11. M

    Replacement firmware for iSpindel (GravityMon)

    Input wanted! I'm working a a feature in the next version 1.4 that allows a user to copy formula and gyro calibration data from an old ispindel configuration file. Are there any other parameters that might we worth to copy ? Like mdns name, interval etc. I think the integration settings will be...
  12. M

    Replacement firmware for iSpindel (GravityMon)

    There was a bug that was fixed but that was more connected to when a gyro was not present. The correct printout should look something like this in the serial log; 13888 I: WEB : webServer callback for /api/calibrate. >......>......526.00000, 628.00000, 732.00000, 94.00000...
  13. M

    Replacement firmware for iSpindel (GravityMon)

    That is probably due to the zero calibration that will not be 100% the same as the ispindle. Wonder if it could be possible to convert the configuration from an ispindle to gravitymon and get better accuracy. Would be an interesting feature to implement.
  14. M

    Replacement firmware for iSpindel (GravityMon)

    You should be able to use the same polynomial, but do a check/verification to make sure. We use the same software libraries for calculation and gyro reading. Let me know how it works out and i can update the docs.
  15. M

    iSpindle - DIY Electronic Hydrometer

    The outline on the pcb does not match the orientation of the temp sensor, its backwards. On his website the orientation is as you have mounted but this must be a different version of the pcb.
  16. M

    iSpindle - DIY Electronic Hydrometer

    This is the pins on the temp probe, but if it was smoking it is probably broken. this is seen from the bottom.
  17. M

    iSpindle - DIY Electronic Hydrometer

    Check the orientation and pins, you probably soldered it backwards, switching + and -
  18. M

    Yet another DYI Plato scale

    Just released an minor update to kegmon 0.7.1 with some bug fixes related to level logging. https://github.com/mp-se/kegmon/releases/tag/v0.7.1
  19. M

    Yet another DYI Plato scale

    I have added the request to the 0.7.1 version that i just released. Choose the "Graph (One display)" option and the data should be as you requested. Let me know if you want changes.
  20. M

    Simple DIY Keg Management

    Good work, nice to see some more of these projects with keg monitoring. Ive also played around with this but ended up writing my own esp software to get more accurate readings and do pour detection. If anyone needs a bigger scale base i have published one on printables that fits a cornykeg...
Back
Top