The integration does not show the invoices anymore
Closed this issue · 3 comments
4 days ago all the services became 0. It did earlier as well if you check the attached diagram, but it solved itself in a second:
I set the log level to debug, but it does not give a clue.
2024-01-27 21:53:52.351 INFO (MainThread) [custom_components.dijnet.sensor] Setting up Dijnet sensors.
2024-01-27 21:53:52.351 DEBUG (MainThread) [custom_components.dijnet.controller] Updating issuers.
2024-01-27 21:53:52.810 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Posting login information to login_check_ajax.
2024-01-27 21:53:55.920 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Getting main page.
2024-01-27 21:54:06.816 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Getting szamla_search page.
2024-01-27 21:54:10.169 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Getting regszolg_new page.
2024-01-27 21:54:46.631 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Getting regszolg_list page.
2024-01-27 21:54:48.690 DEBUG (MainThread) [custom_components.dijnet.controller] Issuer found (Díjbeszedő - ... )
2024-01-27 21:54:48.771 DEBUG (MainThread) [custom_components.dijnet.controller] Issuer found (Díjbeszedő - ... )
2024-01-27 21:54:48.890 DEBUG (MainThread) [custom_components.dijnet.controller] Issuer found (MVM Next - Áram - ... )
2024-01-27 21:54:48.990 DEBUG (MainThread) [custom_components.dijnet.controller] Issuer found (MVM Next - Földgáz - ... )
2024-01-27 21:54:49.087 DEBUG (MainThread) [custom_components.dijnet.sensor] Sensor added (Díjbeszedő - ... )
2024-01-27 21:54:49.087 DEBUG (MainThread) [custom_components.dijnet.sensor] Sensor added (Díjbeszedő - ... )
2024-01-27 21:54:49.088 DEBUG (MainThread) [custom_components.dijnet.sensor] Sensor added (MVM Next - Áram - ... )
2024-01-27 21:54:49.088 DEBUG (MainThread) [custom_components.dijnet.sensor] Sensor added (MVM Next - Földgáz - ... )
2024-01-27 21:54:49.088 INFO (MainThread) [custom_components.dijnet.sensor] Setting up Dijnet sensors completed.
2024-01-27 21:55:23.120 DEBUG (MainThread) [custom_components.dijnet.controller] Updating invoices.
2024-01-27 21:55:23.124 DEBUG (MainThread) [custom_components.dijnet.controller] Loading registry from ".dijnet_registry_XXXX.yaml"
2024-01-27 21:55:23.129 DEBUG (MainThread) [custom_components.dijnet.controller] Loading invoices from ".dijnet_paid_invoices_XXXX.yaml"
2024-01-27 21:55:23.924 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Posting login information to login_check_ajax.
2024-01-27 21:55:24.092 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Getting main page.
2024-01-27 21:55:24.745 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Getting szamla_search page.
2024-01-27 21:55:25.114 DEBUG (MainThread) [custom_components.dijnet.dijnet_session] Posting search to szamla_search_submit.
I have checked the ".dijnet_registry_XXXX.yaml" file, and it was updated at 21:55, and it contains this line:
"next_query_date: '2023-12-27'"
But the ".dijnet_registry_XXXX.yaml" file was last modified at 2024/01/15, and it looks like it can not be updated the integration stops at "Posting search to szamla_search_submit.".
There is no other log entry after this one. I was really patiant.
As I see a new vfw_token
added to the Dijnet's search page, probably that's why it is not working anymore.
Could you please try this version: https://github.com/laszlojakab/homeassistant-dijnet/tree/feat/add-vfw-token-to-search-query ?
Thank you very much! I can confirm, it is working fine!