-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature request - prevent from removing entities while rebooting HA #28
Comments
Same here, I´m voting for that, too |
yeah, sorry but this behaviour is really odd. Please keep the entities. Also my printer is off most of the time so I just need the addon to update the ink levels once in a while. It should cache the last known ink level and not show unknown or unavailable. |
In latest version of HA new offical IPP component added, the only lack in the offical component is number of pages printed, job cancelled and scanned documents. thanks for the input |
For me this new IPP component don’t work. |
Yep, same here. It's always |
**Implemented enhancements:** - Added changelog - Added ability to configure update entities interval in seconds (Integrations -> Integration Name -> Options) [\#31](elad-bar/ha-edgeos#31) - Added validation to add new integration, display error in case printer is unreachable or unsupported [\#15](elad-bar/ha-edgeos#15) [\#11](elad-bar/ha-edgeos#11) - Moved code to new file structure - More logs added for easier debugging - Removed service `hpprinter.save_debug_data` - Added option to store debug files from Integration UI -> Option (more details in README) **Fixed bugs:** - Fix entities / device / device's area changing names is being reset after restart [\#24](elad-bar/ha-edgeos#24) [\#28](elad-bar/ha-edgeos#28) [\#39](elad-bar/ha-edgeos#39) - Moved [Updating 2020-04-14 09:21...] to DEBUG [\#39](elad-bar/ha-edgeos#39)
Fixed entities / device / device's area changing names is being reset after restart Please check |
So you're going to further maintain this component? |
yap, after checking the IPP component for the last few 2 weeks, I found out it lacks of information that important to me, in addition, when the printer is off (power saving) lots of errors are being thrown to the log |
Or maybe store the old value would be even better :P |
Yesterday I released new version with restore state feature, can you check if it works for you? |
I have just tried and now it doesn't "connect" to the printer anymore, the binary sensor sais it is connected but all the other sensors do not exists. In the integration all the "components" are gone beside the binary sensor. I am now tring to reinstall and re-add the printer. I'll update with the outcome |
I have this error in the logs:
And removing and adding back didn't fix, actually made it worse because now the integration is completely empty :D |
That's odd, are you using the latest version (released about 2hours ago)? |
Works as expected now, thanks a lot! |
Ok last commit fixed my issue and now is working. Thanks |
the status is not On/Off, available options are: |
Oh ok, didn't know that :D Thanks for clarifying and for implementing the new functionality Bests |
I have the feeling the "On" shouldn't be in the sensor, it's fairly confusing :D |
Names are being takn from the printer's status, will try to find better name |
I see, I find it confusing but I guess that's okay, no need for you to do any additional work, you did quite a lot already :) Thanks |
AS-IS behavior:
Each time when I reboot HA and the printer is off most of the entities disappear from HA (except of binary_sensor.xxx_status). Then it looks bad in the frontend:
TO-BE idea:
It would maybe make more sense to keep the entities, just with 'unknown' or 'unavailable' state.
The text was updated successfully, but these errors were encountered: