-
Notifications
You must be signed in to change notification settings - Fork 17
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
Reqirements for V2.0 #5
Comments
Available for testing and for analyze REST interface. My current status I'm moving to a new OH2 based controller and, currently, tested ok the same architecture. |
I like the idea to start an 2.0 version with a "more modern" communication. I was also thinking about MQTT. I was also thinking about kind of "auto-configuration" of things & channels in OH2. But I don´t know if it is possible to add things and channel apart from what is defined in thing-types.xml in OH2. I´m open to contribute ... |
Just an open thought: i'd prefer to avoid mqtt because it needs a broker so an additional architectural module to add/install/update etc. My idea is to have a "self contained" object. |
@FulvioSpelta |
Things can be generic 😎 First idea's:
Final: |
I'm loading all metadata from the Homematic gateway at bridge startup in model classes (HmDevice, HmChannel, HmDatapoint). Then i'm generating all ThingTypes, ChannelGroups, ChannelTypes, ... from that data, see HomematicTypeGeneratorImpl |
I only like to remember my current usage. I understand and like your goal, I'll be available for contributing (if my knowledge will be sufficient) and for testing. |
I have open the discussion on OH Community CoAP Binding? yes or no |
hi Stefan, for your optolink V2.0, I purpose you to add multiples connexions support. Today with the optolink RC1.0, when OH2 is connected, We can't open an other session to otpolink. And when OH2 restarts, optolink keeps the old session open and don't respond to the new instance of OH2. To solve this problems I replaced the open function by a thread creation. Thank's for your work, Best Regards, Félix |
Thanks,
I am in France for long time. If I am back I going to test it, middle May.
Regard Stefan
Am 10. April 2017 22:10:53 MESZ schrieb "Félix CARDON" <[email protected]>:
…hi Stefan,
for your optolink V2.0, I purpose you to add multiples connexions
support. Today with the optolink RC1.0, when OH2 is connected, We can't
open an other session to otpolink. And when OH2 restarts, optolink
keeps the old session open and don't respond to the new instance of
OH2.
To solve this problems I replaced the open function by a thread
creation.
If you want I can create a pull request : [my
branch](https://github.com/c4rd0n/optolink/tree/feature/multithreading).
Thank's for your work,
Best Regards,
Félix
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#5 (comment)
|
With one year experience I like to start a 2.0 after summer.
In this issues i will discuss new requirements and features for this.
My first idea is to make the handling between OH2 and optolink more flexible.
2.1 The Idea is, that we implement only a hand full channel-types/data-points like: Temperature Sensor/Aktor, Pump, valve,ect.
2.2 on the OH2 site a binding that generate the thinks and channels from the discovery (here I must first understand/clarify what OH2 supports)
(German comments are welcome also/ Auch Kommentare in Deutsch sind willkommen)
The text was updated successfully, but these errors were encountered: