Skip to content
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

Add device HmIP-WGC #427

Closed
PaKi57 opened this issue Dec 8, 2021 · 14 comments · Fixed by #449
Closed

Add device HmIP-WGC #427

PaKi57 opened this issue Dec 8, 2021 · 14 comments · Fixed by #449

Comments

@PaKi57
Copy link

PaKi57 commented Dec 8, 2021

Hi,

could you please add device HmIP-WGC to make it possible to open/close a garage door

Please find attached as requested the relevant part of the json file.

Thx a lot!

hmip-config_HmIP-WGC_json.txt

@MartinKuhl
Copy link

In the ioBroker Github I found this issue: iobroker-community-adapters/ioBroker.hmip#316
Here someone was able to sniff the API Calls between App an die Cloud services. So this command is needed to control the garage door. Maybe someone find this some kind of useful.

@MartinKuhl
Copy link

MartinKuhl commented Jan 2, 2022

the ioBroker adapter now fully support the HmIP-WGC device. Is someone able to adapt the changes there to this lib
maybe @mayrd @marcsowen or @SukramJ?

@PaKi57
Copy link
Author

PaKi57 commented Feb 7, 2022

Is there anybody so Kind and able to do this for HomeAssistant?

@hahn-th
Copy link
Owner

hahn-th commented Jul 19, 2022

Do somebody know the rest API url to toggle the door?

@hahn-th
Copy link
Owner

hahn-th commented Jul 20, 2022

Anybody here who can test my changes?
@MartinKuhl @PaKi57 @Marow @tomnissing

@PaKi57
Copy link
Author

PaKi57 commented Jul 20, 2022

I would be happy to test it. Could you please give me some advice how to install and test it?

@PaKi57
Copy link
Author

PaKi57 commented Jul 20, 2022

image

I van only see this item in my home assistent.

@hahn-th hahn-th linked a pull request Jul 20, 2022 that will close this issue
@hahn-th
Copy link
Owner

hahn-th commented Jul 20, 2022

It is not yet implemented in Home Assistant. Therefore you have to test the library, which HomeAssistant uses for communiation with the Homematic Hub. If this works, i will add the device to HASS
Can you contact me in Discord?
agonist#6159

@hahn-th hahn-th closed this as completed Jul 20, 2022
@hahn-th hahn-th reopened this Jul 20, 2022
@PaKi57
Copy link
Author

PaKi57 commented Jul 20, 2022

I created a discord account

@Marow
Copy link

Marow commented Jul 21, 2022

It is not yet implemented in Home Assistant. Therefore you have to test the library, which HomeAssistant uses for communiation with the Homematic Hub. If this works, i will add the device to HASS Can you contact me in Discord? agonist#6159

i also added you in discord. need tutorial or something but i can test it than also

@hahn-th
Copy link
Owner

hahn-th commented Aug 31, 2022

Maybe somebody could review the HmIP-WGC pull request home-assistant/core#75733 in HomeAssistant?
It gets not merged until somebody make a review.

@MartinKuhl
Copy link

Hi @hahn-th I tried to execute the following:
python3 ./hmip_cli.py -d 3014F711A0001318A989F47D --toggle-garage-door --channel 2

3014F711A0001318A989F47D is my WGC Garage Door Contoller here I get the following error:
AttributeError: 'WallMountedGarageDoorController' object has no attribute 'send_impulse_start'

Is there another command I have to use?

@hahn-th
Copy link
Owner

hahn-th commented Sep 4, 2022

Have you used the latest version?
And are you sure, its channel 2? Just try without the channel arg.

@MartinKuhl
Copy link

yes, I cloned the repo today and without the channel I get the following error:
Traceback (most recent call last):
File "./hmip_cli.py", line 853, in
main()
File "./hmip_cli.py", line 621, in main
for c in args.channels:
TypeError: 'NoneType' object is not iterable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants