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

Free@home Busch Jäger #28

Open
Apollon77 opened this issue Apr 7, 2018 · 23 comments
Open

Free@home Busch Jäger #28

Apollon77 opened this issue Apr 7, 2018 · 23 comments
Assignees
Labels
InProgress Requested Revamp Revamp existing adapter

Comments

@Apollon77
Copy link
Collaborator

https://forum.iobroker.net/viewtopic.php?t=5479

Migrated from Trello with 4 votes

@Apollon77
Copy link
Collaborator Author

Homebridge modules exist: https://www.npmjs.com/package/homebridge-buschjaeger as example.

Please check if the new ioBroker.ham Adapter can help here: see https://forum.iobroker.net/viewtopic.php?f=36&t=14972

@TheSpirit
Copy link

tried this. but I am unable to git clone sstadlberger api

bildschirmfoto 2018-06-18 um 19 32 11

@Apollon77
Copy link
Collaborator Author

?! What you want to clone and why?

@Apollon77
Copy link
Collaborator Author

Ahh I see ... there is kind of a Library. but this has nothing to do with ioBroker and also not with Homebridge.

@NeoBlack
Copy link

any news regarding this adapter? Is there any test version or something I could try out?

@mabasger
Copy link

The API from Busch Jäger is quite well documented (https://developer.eu.mybuildings.abb.com/tutorials). But I am lacking the time to create a adapter.
There is a javascript module https://github.com/henry-spanka/freeathome-api - I will try to do some fast dirty hacks with some scripts and this module

@avealer
Copy link

avealer commented Dec 31, 2019

Hello i´m an absolut Beginner.
Is there any Chance to get an Adapter working on IO Broker for Free@Home.
Thanks for your Answers.
Alex

@Apollon77
Copy link
Collaborator Author

If a developer finds time for this adapter and have the hardware then there might be an adapter somewhen. Show your interest in getting the adapter by using thumbs up on first post that developers can see how many users are Interested.

@mobilutz
Copy link

mobilutz commented Jan 6, 2020

FYI: I just started with the development of a f@h adapter.
I am not sure how fast I will get it finished, but I just wanted to write it down here. And if someone wants to help me, I am more than willing to have support 😉

I am using https://github.com/henry-spanka/freeathome-api for the connection and https://github.com/henry-spanka/homebridge-buschjaeger as a guide on what should be implemented in the end.

As I only have blinds for f@h in my house, any help (when I am at that point) with other accessories would be good.

@avealer
Copy link

avealer commented Jan 6, 2020

Hello Mobilutz,
Thank you for starting with development of this adapter.
I'm just a User not a developer.... but I'm waiting so long for an Adapter of free@home in Iobroker.
I want to support you... perhaps I can help you with testing the adapter.
I have

Heating Actors
Blinds
Light Actors
Weather Station
Let me know if you need help.
We can communicate in German if you want to I'm from Bavaria.
Greetings from Avealer

@matelso
Copy link

matelso commented Jan 6, 2020

Hello Mobilutz,

I am just a user too. But I have a little experience in reading "code".
If I can help you in any way, let me know.
I am running a f@h system with lights, blinds, welcome etc.
I connected f@h to my alexa. I also use Phillips Hue Bridge, Broadlink RMpro, flic buttons, AVM Fritz Smart Home devices etc. So I would be happy to use all these things in iobroker.

I am german too, Kaiserslautern area - so we could also talk german if this helps.

Thank you so much for working on this iobroker adapter with the f@h API. I just found out about this new API a few weeks ago. Now I am hoping to get this working soon. - so excited.

@mobilutz
Copy link

@avealer @matelso

I have a first pre beta version of the adapter which is working now for two days locally.

Right now, there is no specific logic for any type of accessory, it just reads all the information from the system access point and creates state for all of them.
And it also allows setting any state inside the system access point.

Please test it out locally, and comment on whatever is missing/failing etc.
https://github.com/mobilutz/iobroker.freeathome

Please do not write here, but in the repository of that adapter.

Locally, I use YAHKA to directly manipulate the window blind information from the system access point directy But that functionality should of course be inside the adapter. But that takes time ;)

PS: If you want german support, just message me.

@avealer
Copy link

avealer commented Jan 11, 2020

Hello Mobilutz,
how can i get in contact with you?

@mobilutz
Copy link

@avealer There is a contact address on the GibHub page.

@lilskill
Copy link

Really nice. I start my project this week. I have also free@home installed in my house, and want to get it work with iobroker. Thanks for your work, i will post after a few tests.

@lilskill
Copy link

can anyone help? always getting this when trying to start the api:

Error: Cannot find module '/home/pi/freeathome-api/dist/index.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/home/pi/freeathome-api/bin/freeathome-api:13:16)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)

Used This:
Globally
Run npm install freeathome-api -g
See Configuration section.
Start the API with freeathome-api
Star the repository ;)

and used the config-example.json

@Apollon77
Copy link
Collaborator Author

I have no idea about your code, but you install the library globally but try to require the library file "locally" in home/pi. This won't work

@mcm1957
Copy link
Collaborator

mcm1957 commented Nov 20, 2022

A repo with an adapter already exists - but the adapter is not yet available at the rpository.
https://github.com/mobilutz/ioBroker.freeathome

@mobilutz
Copy link

A repo with an adapter already exists - but the adapter is not yet available at the rpository. mobilutz/ioBroker.freeathome

The maintainer of the linked adapter from above.

There are unfortunately some things which need to be done before I can release the adapter. But as most people who volunteer with open-source - time is always limited 😦

I do not want to give any timeline when it will be in the adapter repository, but hope that it will be at some point. Whoever is willing to support -> more than welcome.

@mcm1957
Copy link
Collaborator

mcm1957 commented Nov 20, 2022

If you need support for any problem finalizing the adapter, I'm sure several people would help. Fell free to ask here or at the ioBroker telegram channel https://t.me/ioBroker_development.

@SISE469
Copy link

SISE469 commented Jan 2, 2023

A repo with an adapter already exists - but the adapter is not yet available at the rpository.
https://github.com/mobilutz/ioBroker.freeathome

Sorry, I'm an absolute beginner. Can this adapter already be used in iobroker even though it is not yet available in the repository? How exactly?

@mcm1957
Copy link
Collaborator

mcm1957 commented Dec 15, 2023

@mcm1957
Copy link
Collaborator

mcm1957 commented Dec 15, 2023

As the dev dis not react on comments at PR the request to add to latest has been cancelled.

So this adapter seems to need some rework / new maintainer

@mcm1957 mcm1957 added Requested Revamp Revamp existing adapter labels Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
InProgress Requested Revamp Revamp existing adapter
Projects
None yet
Development

No branches or pull requests