-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sensors DS18B20 #157
Comments
Wow, I never tested with more than 3! Reason is that the json buffer being sent to the Web is too small. @MichaelDvP we could obviously up the size in EMS-ESP32/src/web/WebDataService.cpp Line 58 in 0b796a8
or better still use shorter names like |
I use 7 sensors, but it also depends on number of devcies. |
ok, I'll make the change. I'll add msgpack() as the default in the new hooks implementation which re-writes the rest controller. |
please re-test |
i want to install the new firmware, but in the WebUi on Firmware upload, it loads the .bin file an then it says |
oh, let me check.... |
I don't get that error. If you're coming from an older version try removing the cache. So Ctrl-Shift-R on the web page |
I also don't get this error, but now the the FSPersistence-buffer is to small and settings are not read after restart. |
That would explain it. In EMS-ESP32/src/web/WebSettingsService.cpp Lines 68 to 76 in 2ca0a0c
we're creating dummy settings for 20 sensors that probably aren't used. Here it should only create the ones that are present. |
But the buffer should be large enough to hold all possible sensors. And disconnected sensors should not be removed from list, maybe it's only a bad contact and the sensor comes back on next read. Then it makes no/little difference if writing all 20 sensors or only the used ones. |
Maybe the downloaded file is corrupted, try download again. |
i can uplaod the stable v3.2.1 but not the v3.2.2b11 |
try the old fashioned way using a USB cable and https://github.com/Jason2866/ESP_Flasher/releases/tag/v.1.3 |
i tried to flash my MH-ET Live with different PC´s, Cables and USB Ports. There is no chance to flash it. The only way i can install ems-esp is to flash ESP web tool and do an update with the ems-esp bin file. but if i load the v3.2.2b11 it says there is not enough space. the 3.2.1 is working |
@C-arsten did you finally get it working? |
assuming so. This will be added to the next stable release. |
I connected 11 Dallas DS18B20 Sensors to the Board via JST.
10 Sensors show the right ID and Temp. The 11 doesnt show ID and Temp.
Telnet -> Show -> all 11 Sensors are named with right ID and show the right Temp.
The Sensor are all working fine also in ESP_Easy.
The text was updated successfully, but these errors were encountered: