Replies: 2 comments 14 replies
-
Although Fermentrack doesn't enforce the restrictions for historical reasons, pins can only be used for heating/cooling relays & door sensors, and OneWire temperature sensors must be used for chamber ("fridge"), beer, and room sensors. Additionally, OneWire sensors must have their data pin connected to pin D6. Although the board I recommend is the Lolin D1 Mini, (especially in conjunction with one of my PCB designs) the boards you linked are "NodeMCU" boards and should work just fine - both for Serial and WiFi - as long as you wire everything to the correct pins. As far as the issues you are having with WiFi are concerned, what happens if you telnet to 192.168.4.150 and type a single "l" and then hit enter? You should get something like |
Beta Was this translation helpful? Give feedback.
-
I'm confused as to how you can ping it though- it shouldn't be able to be pinged if it's on .4 subnet unless you have some unexpected routing already added. If you can ping it, you should be able to telnet to it. And of course I'm not there to know what steps you have and haven't done so we enter pure spectulation, but it sounds like you didn't connect to the ESP directly via wifi, as mentioned in https://github.com/thorrak/fermentrack/wiki . Just a thought, hope it helps |
Beta Was this translation helpful? Give feedback.
-
Hi there -
I've been trying to tentatively expand my use of Fermentrack to function as a controller. I bought one of these ESP8266 modules:
https://www.amazon.com/gp/product/B081CSJV2V
But I've been having trouble setting it up. I managed to flash it with the most current BrewPi firmware, and I got it to connect to the network (where it can be successfully pinged). But when I set it up, it doesn't seem to connect to Fermentrack entirely. When I try to Debug Device Connection, it passes all the tests except for the Connection Test.
![Screen Shot 2021-05-26 at 4 12 28 PM](https://user-images.githubusercontent.com/38414932/119748711-2101ce80-be5b-11eb-8fae-31bfce85477b.png)
I also tried flashing it as a serial connection. When I did this, everything except the USB Serial Number Test passed during the debugging. However, when I went to Configure Sensors/Pins, I was unable to set a pin (there were three pins available) for either the chamber or the room (outside) temp. I could set a pin for the heating or cooling relays, but when I tried to configure a thermometer, it said, "Failed to write the configuration to the controller. If this continues, try resetting the EEPROM on the controller." I tried resetting the EEPROM, and this did not help.
So my questions is, is this particular ESP8266 not really compatible? They were the first search result on Amazon for "ESP8266", so I figured it was a reasonably safe bet. Since I bought the multi-pack, I did test all of this with two different units, and had the same results each time, so I don't think it's just a single defective unit.
Beta Was this translation helpful? Give feedback.
All reactions