-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Status unknown for xxx.xxx.xxx.xxx. Double check IP Address\Hostname in Tasmota Settings. #155
Comments
Now it randomly started working, leaving the issue open in case you want to still troubleshoot this issue |
interesting, possibly a race condition. does your tasmota have a sensor attached or a POW R2 or other power monitoring device? |
Yup, it’s a sonoff dual r3 so two channels each independently power monitored |
could you enable polling if not already using it and let it run for a bit and then share your debug log here please? I'd like to see if that error is consistently happening or in a specific combination of timings. I only have a single relay device to test with and while developing that part of the plugin for power monitoring. |
Here it is (be aware it's a 10mb text file), just edited out some personal infos. Pooling was set @ 1 minute because I often trigger the sonoff using mqtt. |
I think I might have an idea of the cause of the issue. With a single relay device the values returned for Power, Current, etc. is a single value. In your response it comes back as a list of values. I didn't think to account for that. I'll have an update shortly in the release candidate channel for you to test for me. |
might be fixed with the above commit and included with 1.0.4rc5 version. Just change the release candidate setting for the plugin in OctoPrint's Software Update settings to Release Candidate. Let me know how it turns out. |
Yup, looks like it's working fine now, thanks for the quick update! |
Great news. |
* fix bug with M150 command not having I parameter causing the command to get lost in the queue, #143 * make request timeout configurable in settings, #142 * add numeric StatusSTS messages for chk values, #150 * account for energy data with multiple relay device, #155 * M118 support for LED commands for more real-time control based on what's happening on the printer (ie waiting for heat up). The function is similar to the M150 support but you will need to use the command `M118 TASMOTA_M150 I192.168.0.105 R### G### B### W### P###`
Already tried installing the RC version but still getting the same error, checking the debug logs looks like the connection with tasmota itself is working fine but there's an exception within the plugin code
The text was updated successfully, but these errors were encountered: