Search results

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

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

    Replacement firmware for iSpindel (GravityMon)

    Good find, actually none of the testing functions worked, I had a mismatch in the VueJS code and Arduino. I will do an update tomorrow.
  2. M

    Replacement firmware for iSpindel (GravityMon)

    Well, the device probably went into sleep mode so I have added some code to detect that and show a message to the user that there is no response from the device or you can do a lot of changes without having the ability to save them. Will do an update probably tomorrow.
  3. M

    Replacement firmware for iSpindel (GravityMon)

    Well if it was calibrated at 90 degrees and you moved the device it will go into sleep mode unless you toggle the switch on the front page. Thats probably why you lost connection
  4. M

    Replacement firmware for iSpindel (GravityMon)

    Force gravity mode is to disable sleep mode. I will take a look at the MQTT part, I have not tested that yet, I also need to fix the line breaks in the format editor.
  5. M

    Replacement firmware for iSpindel (GravityMon)

    What version are you using ? What happends ?
  6. M

    Replacement firmware for iSpindel (GravityMon)

    Great, i really love the VueJs framework. It also much easier to maintain and add features compared to the older approach. You now have the wifi setup in the main UI so everything can be changed in one place. I have not added that many new features but i did quite a restructure. I removed the...
  7. M

    Replacement firmware for iSpindel (GravityMon)

    I have now created a new build and created an release in github, it can be found here; Release 2.0.0 alfa release for UI testing · mp-se/gravitymon (github.com) It should work fine to do an upgrade from an older version without issues. I will add this to brewflasher later on.
  8. M

    Replacement firmware for iSpindel (GravityMon)

    It will be on the dev bransch, i need to do a build with the latest ui app later today. I can publish the link here and in brewflasher
  9. M

    Replacement firmware for iSpindel (GravityMon)

    Im looking for a few people to test the new User Interface for Gravitymon 2.0 and give me some feedback. I'm now starting the tedious testing process to check that all targets work as planned. I have rewritten the UI in VueJS in order to get rid of the older frameworks that are no longer developed.
  10. M

    Yet another DYI Plato scale

    That explains the setup then, thanks. Well pressure sensor is a project that I have been working on for a while but more focused on fermentation. I will do some tests to see if I can figure out why the graphs are not rendering correctly. Can you capture and share some logs from the serial that...
  11. M

    Yet another DYI Plato scale

    What does your hardware setup look like ? I see you have 4 displays, how many of those are connected to kegmon ?
  12. M

    Yet another DYI Plato scale

    Can you post some pictures of the displays, web page and settings for the display & keg configuration ? or send them in a DM
  13. M

    Yet another DYI Plato scale

    http:// should only be used for HTTP requests so its not a valid network adress... Does the graph show correctly if you use the Graph option where each display shows one keg ?
  14. M

    Yet another DYI Plato scale

    -3 means failed to connect so are they on the same network? Correct ip and port? On the other problem i need to check that when im home
  15. M

    Yet another DYI Plato scale

    If kegmon can login to mqtt (it will post every 5min) then the sensors will show up under the integration like this: You can to to http://yourip/serial to see the log output if that will help to see what happends when it tries to send the data. On the first point, are you using only one...
  16. M

    Yet another DYI Plato scale

    Dont really understand what the first issue is, can you elaborate on what the problem is ? What is your hardware setup like ? Im using MQTT autoregistration so the sensors should show up under the MQTT integration, there should not be any manual steps needed. I have however not tested used that...
  17. M

    Replacement firmware for iSpindel (GravityMon)

    looks like there is a problem, you should be able to get the full range between 0-90 degrees. What pcb are you using? Is the orientation of the gyro correct? Does it work with the standard ispindle firnware?
  18. M

    Replacement firmware for iSpindel (GravityMon)

    It will check the pins at startup so you will need to do a reset
  19. M

    Replacement firmware for iSpindel (GravityMon)

    If you dont get any more output then its most likely related to some issue with the gyro hardware or the i2c bus used for communication. I dont think this is a software problem.
  20. M

    Replacement firmware for iSpindel (GravityMon)

    The log output looks fine, thats the normal output but not the final part of the startup procedure. Do you have a "web server started later on?" The pins looks good also.
Back
Top