-
Notifications
You must be signed in to change notification settings - Fork 9
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
Temperature sensor #110
Comments
Hi, Sure, if you are on v0.3.4, please provide the diagnostic file so i'll know how to extract it. Thanks |
Thanks; here is the debug log (robot currently off as it's night time); the MyDolphin app shows the temp and the last time it was recorded...
|
Ok with the robot powered on, these appear to be the relevant lines:
|
What is the temperature unit according to the mobile app? |
Last temp in the app was 15.1 deg Celsius
…On Sun, 28 May 2023 at 18:29, Elad Bar ***@***.***> wrote:
What is the temperature unit according to the mobile app?
I see here 106 and 151
—
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYR42ZLAQN7B6IUCD4XYWTXIMEG5ANCNFSM6AAAAAAYQ6SDBE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you extract logs when temp is different, maybe we need to divide the number by 10, so just to be sure Thanks |
Ok here it is when running today, after calculating for a bit, the app shows temp as 12.5 degrees Celsius (15.1 was from the last run)
I think when it says |
Yes that's right re 15.1 to 12.5 Not sure what the 1001 is all about - it never displayed a number like that |
Will not be surprised if 1001 means 10.01, will check it later from the app code |
I also notice that pwsResponse inWaterStatus values are 0/1 while iotResponse values are "true"/"false" |
Thanks @elad-bar ! I updated to v1.0.2 (from 0.3.3), and it won't load... does it need the robot to be online the first time it loads ? Error log:
|
Can you pls uninstall the integration and re-install it (restart HA afterwards)? Seems like files are partially loaded (or could it be you didn't restart after update?) If still not working, pls share debug level log so I'll be able to understand what led for that exception Thanks |
I've uninstalled (required actually deleting the folder in custom_components before the UI would allow me to uninstall), copied v1.0.2 back into custom_components, and now it won't let me install at all (restarting after each step) Debug error log:
|
I need debug level log, this is just error level, pls follow instructions in readme. Thanks |
any updates? thanks |
Sorry @elad-bar got it to install after updating HA a few versions; not sure what the issue was. Haven't had a chance to put the robot in the pool - will try this weekend and let you know Thanks again - appreciate the hard work ! |
According to the logs it was file that were cached, waiting for update |
Hi @elad-bar , unfortunately the temp is showing as 0.0 (actual temp showing the app is currently ~14 deg C) |
Can you pls post the diagnostic file?thanks |
Here it is; thanks |
I'm running the current version of the Integration, and seeing the same as @rjcds - 0 in the water, when the app says about 13 (we're further South in Melbourne, so it's colder) :) |
Not sure why, but i didn't find the iotResponse section which can indicate an issue, will check it over the weekend |
removed v1.0.4 due to a bug, will release v1.0.5 with a fix as soon as it will be reviewed |
release v1.0.5 with a fix, can you pls check and update? thanks |
Thanks @elad-bar |
Great! Thanks for the update, will add to readme for next release |
Temperature is working beautifully on 1.0.5 - means I can now tell my kids they can't go in because the water is too cold, AND prove it to them ! |
Hi
I have an M700 which measures temperature while running
Any chance this could be a HA sensor ?
Thanks for a great component !
The text was updated successfully, but these errors were encountered: