-
Notifications
You must be signed in to change notification settings - Fork 49
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
KNX-IP Lite Version #17
Comments
Hi,
Yes, I can add this.
Without EEPROM should already be possible, just don't call |
…lbacks in code This is part two for #17
So I made it possible for You can now achieve a webserver-less and EEPROM-less library by calling Please test the changes. |
wow!!! so fast!!! I will test it. Thanks a lot 👍 |
Hi, works great! 👍 I made small changes for make my program work with it. Added few functions to the library:
Also, I made a Sonoff_DHT11.ino as example of manual set of address on the code. With some comments on using the I'm making a Pull Request with this changes for you to review. |
The An idea: When |
…via the ga and pa members. Also updated GA_to_address. Needed by #17
Sorry, but I'm going to reject all those pull requests. #23 You added a bunch of addresses specific to your use-case and there is also a DHT sensor added. The example is meant to show the feature-set of the library in a minimal way. address_t a;
a.ga.area = 1;
a.ga.line = 2;
a.ga.member = 3; or |
Regarding the Currently, I'm more inclined to make it possible to register links that are all shown in the web UI instead of a fixed link back to the root. We'll see, I've not decided yet. |
Hi, No problem with those PR. I make those pull requests just as ideas to be discussed and as an example of setting addresses by code 👍 As the ESP_KNX_IP library is intended to be a library to be included on other proyects, what do you think of: 1- Posibility of adding buttons with links (as you said) and buttons to callbacks? If you want, I can help you with the code and with the Wiki. Thanks a lot. |
Made the PR #35, #30 to update Examples to match new routines names as |
Hi, I created some issues to track some ideas seperately. (#36, #37, #38)
What do you mean with "buttons to callbacks"? Buttons to issue callbacks from the webui?
How would you specify arrangement of objects? xy-coordinates? Some kind of grid? |
Yes! exactly 👍
Can be in the order you register them on the main application code. Also can be everything centered. |
Closing this issue as all the questions I had were answer. Thanks 👍 New topics continue in their specific issues. |
Hi @envy,
Great Library!!! I was able to connect it to Home Assistant very fast and It is working great!!! 👍 Thanks
I have a feature request.
Can be modified a little your library so as to be just the KNX-IP Interface without the Webserver? Like an option to turn off the webserver and eeprom features, and to set manually the address and callbacks?
This request is because for using your library in a project that has its own webserver, the integration is very difficult.
If you can have the webserver and eeprom as optional, it can be easily integrated on ESPEasy, Sonoff-Tasmota, Espurna, etc.
What do you think?
The text was updated successfully, but these errors were encountered: