-
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
Possibility to integrate EDS #95
Comments
@domoticasalve please enable DEBUG logging for the integration and email or attach the log file here so I can have a look. |
Hi, this is the error i got:
The url where I do get the values is this one: http://ip/services/user/values.xml?id=CVM-A And the one from I get the id: http://ip/services/user/devices.xml and the xml from this page: |
@domoticasalve yes that should work, it looks the same as other devices and is tested here. Send DEBUG logs if you would like me to look into it further. |
Logs: 2024-12-19 12:15:54.518 INFO (MainThread) [custom_components.wibeee.api] Initializing WibeeeAPI with host: 192.168.72.132, timeout 0:00:01, max_wait: 0:00:01 2024-12-19 12:15:54.952 DEBUG (MainThread) [custom_components.wibeee.api] RAW Response from http://192.168.72.132/services/user/devices.xml: b'CVM-A') 2024-12-19 12:15:55.011 DEBUG (MainThread) [custom_components.wibeee.api] RAW Response from http://192.168.72.132/services/user/values.xml?var=CVM-A.macAddr&CVM-A.softVersion&CVM-A.model&CVM-A.ipAddr: b'') |
Hey, I rather need the log file (preferably) or otherwise the verbatim text that is in the file that came from hass_wibeee (in which case be extra careful to not modify text or leave things out). It could be an encoding issue in which case screenshots do not contain the information that I need. In any case, what you show here looks different from your initial error? hass_wibeee has discovered your device id
|
Hi, I have this set in my configuration.yaml:
but the only logs that I get when trying to add the device is the same from last answer:
about your questions: 2- For: http://192.168.72.132/services/user/values.xml? there are no values store in it. but there are for: http://192.168.72.132/services/user/values.xml?id=CVM-A. I will attach it in a file: is there something I'm missing in order to help you out the max possible? |
Logs are good now that they are text rather than screenshot, thanks. 👍 Looking at your https://docs.circutor.com/docs/M064B01-03.pdf If you can find similar documentation for your device and you are able to map the |
Hi yea, the KNOW_SENSORS for my devices are these ones: AE: Active energy |
Thanks. Does EDS have push support (I'm guessing yes) and are you able to override the server that it pushes its data to? Parameter names for push support are different, at least in the other devices. |
Hi Luis, long time no see. Yes, the EDS have push support |
This is not an issue, it is more like if you could add the posibility to add compability to the EDS from circutor, it uses the same variables in the xml file as the WIBEEE.
I am not very into python but when I try to add my EDS in the ip section, it says "couldn't read device info". I have been looking the code and maybe this occurs because there is no macadress,ssid,securekey and ip values in the XML.
I think you can addapt this code or may be do a fork to integrate the EDS because it seems to be very easy. thank you
The text was updated successfully, but these errors were encountered: