-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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
P1Mon cannot be added #130074
Comments
Hey there @klaasnicolaas, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) p1_monitor documentation |
What if you add the integration again? I've been going through the code but can't find anywhere where the port is suddenly a string value, it's rather forced to be an int value multiple times. ./Klaas |
Hi Klaas, I have added the integration again. That is the problem it won't work unfortunately. Can it be that if there are more than 2 digits in port number be a problem? gr, |
I also get an error with the p1monitor integration from ztatz. here is my log Logger: homeassistant.components.p1_monitor Unexpected error fetching p1_monitor data when i remove the intergration i also cannot add it again when i revert to version 2024.10.4 everything works as normal |
@robertobadjo This is a different issue and I can't make much out of the error message either. ./Klaas |
Its the same intergration. i think something breaks the intergration. I also get same error code when i want to readd it. |
I'm not familiar with p1_monitor, but can someone check what is stored on the config entry data? Is it stored as a string? is it stored as a float? |
Yes but the error message is different.... Hence the request to create a separate issue for this. ./Klaas |
@epenet the port value is redacted 😅 My guess is that it is stored as a string. ./Klaas |
What a strange idea to redact the port... |
I use a 2 digit port number and I have the same issue. Otherwise my case is exactly the same: HA Docker container and I removed the integration when it stopped working (for some reason I feel like this is important). |
As mentionned, someone needs to take a look at their |
I am trying to find the entry but when I look in core.config_entries I don't see anything regarding P1Mon. Could it be that it isn't store there at all because of the error? |
Sorry - you are right. The PR from @klaasnicolaas threw me off... I've just tested this in debug: |
The problem
I had deleted the P1mon integration when it stopped working. With the new release I still cannot readd the intergration. I us eport 8081
What version of Home Assistant Core has the issue?
2024.11.0
What was the last working version of Home Assistant Core?
2024.9.3
What type of installation are you running?
Home Assistant Container
Integration causing the issue
P1mon
Link to integration documentation on our website
https://www.home-assistant.io/integrations/p1_monitor/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: