-
Notifications
You must be signed in to change notification settings - Fork 7
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
Obstacle View - Missing IP address #294
Comments
Hm, do you mean this mqtt topic? It's set with the right ip address. Also in this
|
@marvinwankersteen yes you are correct.. the topic is setup in the const.py and it is correct according to the code. But I had to set a filter as sometime there is IPv4,IPv6 so or I have a bug on this filter or something else is happening. As mentioned earlier an option to solve this would be to use the api instead (url to the robot in the MQTT config) in the case for some reason this subscription fails to get this value. mqtt_vacuum_camera/custom_components/mqtt_vacuum_camera/const.py Lines 288 to 309 in f79f589
|
Ah, I see. Thanks for the explanation. |
@marvinwankersteen Well I found the issue... and the fix will be out in the next hours. |
@sca075 Thanks. It works now. 👍 But, I think you forgot to disable the test_mode?
Camera works again, if I switch to: parsed_json, is_a_test = await self._process_parsed_json() 160131b#diff-2e991099dcf931a19afd7fcd2767966705cff1bb28f061454d1019996c723fd3R501 |
@marvinwankersteen thanks a lot.. changed the package for the new downloads.. removing the True from there. |
@marvinwankersteen please do not forget to let me know also if the Obstacle View has problems as reported on #295 thanks for your feedback and have a nice weekend. |
Reported by @marvinwankersteen.
Where does the IP address/hostname from which HA downloads the image come from? Because mine says:
HA logs:
My workaround in HA currently looks like this:
Originally posted by @marvinwankersteen in #286 (comment)
The text was updated successfully, but these errors were encountered: