-
-
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
Issues v3.4.0b9 #411
Comments
me too! Something went wrong in the build and I'm looking into what it could possibly be. Thanks for reporting it. stay tuned.... |
Hi - SUCCESS !!!!!
|
some minor issues are left after a few minutes of correct working: |
deleting all the customizations fixed it for me too. I'll make a change to the code to bypass older configs. As for the dhw issue, could you copy & paste that into #339 so @MichaelDvP can look at it? |
I havn't reproduced yet, but i think the crash happes here for numbers <10 (now single char string).
filtering all old numbers out. |
Excluding |
I was thinking of just renaming the json object 'exclude_entities' to something else so the old <b9 customization file is ignored.. |
As metioned here it's a too small buffer to create the exclude page. |
I'll make the change now and test b8 -> b9 |
My suggestion did not work, but checking here:
works. |
ok, I've just renamed everything from exclude_entities to masked_entities and sending the whole mask to the front-end. Will run some tests and push a PR |
another thing to consider is messagepacking the write back to help reduce the package size if the Save function becomes an issue with large data blocks. Or we make it write back a record at a time when it's modified in the table instead of one go. All things to consider for later depending on how it performs. |
This is not the write back, this is the buffer with all data to the exclude page, it is a bit bigger than dashboard, cause it contains full-name, short-name, values and entities without values. This is already Msgpacked. |
yes I know, just saying we may need to compress the write backs too at some point |
I made a PR @MichaelDvP - apart from renaming the json object from exclude_entities to masked_entities so it doesn't get mixed up from previous builds (see http://ems-esp.local/api/system/customizations) I also now send the complete state mask to the UI which is prep work for #317 |
rename exclude_entities to masked_entities - fixes for #411
@harvey637 can you try with the latest b10? |
Hi, So all my "problems" are gone for now. some VERY MINOR suggestions:
stay healthy and warm, have a hot shower and a cool summer |
thanks, it wasn't hard to implement as @MichaelDvP had already done most of the heavy lifting in the backend. (thanks!)
thoughts? |
Hi,
by the way (minor): the word "total" is easier to recognize at a fixed position, eg. always in front. Sometimes it is at the end like in "auxiliary electrical heater energy consumption total". This is very minor, but possibly enhances future sorting of rows .... just an idee Thk |
UPPS - with my last saving customization ALL customisation is lost ??????? trying again ... |
oh dear. Check every now and again with http://ems-esp.local/api/system/customizations to see if all the entities are present. |
Yes SIR, I will do :-) By the way: can i WRITE customisation from saved http://ems-esp.local/api/system/customizations in some way? This is my stuff:
I can see the "02" or "03 or "08" in front - very nice! |
It's coming in #256 |
Marking a lot of entities as favorite crashes the esp in the BTW: there is also a button on the help page to download to a file doing the same as http://ems-esp.local/api/system/customizations |
I'll replace the sort now with Michaels code |
ok - wainting for the b10 :-) also I see some problems with api calls: not all entities are received, At first sight it has nothing to do with customization,
is the api answer, but there are more entities: will wait now for next b10 - its a pleasure helping you! |
yes, that is a bad side affect from my sorting I added, I'm fixing it... |
Hi, |
and thanks for the great feedback and reviewing the changes. nice collaboration! |
Hi,
after updating from 3.4.0b8 to 3.4.0b9 system crashes repeatitly within very few (4~5] minutes.
I get a lot of network errors, possible due to reboots.
I get no scanned devices
When I revert to 3.4.0b8 everything is working fine again - but missing the new customisations length :-)
I tried severeal download of EMS-ESP-3_4_0b9-ESP32.bin, all same size 1.714 KB - same system reboots
In the logs - in the short time of running - I see ntp-requests, that are positive, date/time is correct.
If this is not a "easy" problem (like bad build, minimal typo, ...), please ask for logs and configuration - thank you!
Harvey
The text was updated successfully, but these errors were encountered: