Open praenti opened 2 years ago
Hallo praenti, ich bin auf der Suche nach einem Adapter für iobroker zu Can over Ethernet. Könntest Du da etwas entwerfen?
Viele Grüße Gerd
Hallo praenti, ich bin auf der Suche nach einem Adapter für iobroker zu Can over Ethernet. Könntest Du da etwas entwerfen?
Viele Grüße Gerd
This issue has been created by praenti requesting an can over ethernet Adapter. So he (she) is not able or willing to program this itself :-)
Currently no other dev has picked up this topic.
I will give it a try using BL-NET as a source for an ioBroker adapter. Communication will take place via Ethernet.
Super das Sie das Thema aufgreifen :-)
Also ich bin soweit fertig mit einem ersten Wurf. Sehe, dass man hier in der Community zum Test einladen soll, bevor man den Adapter zu den offiziellen ioBroker-Adaptern hinzufügt. Wer kann und mag prüfe diesen Stand: Von GitHub: https://github.com/weberk/ioBroker.uvr16xx-blnet oder den auf npm: iobroker install uvr16xx-blnet
Feedback gerne über Discussions oder Issues.
Gerne trage ich weitere Entwickler als Contributors ein, also bitte melden, wenn ihr mir z.B. beim der Registrierung bei ioBroker oder dem json5-Admin-GUI helfen könnt, der Internationalisierung, ...
DANKE für deinen Einsatz und die Zeit die du für einen ioBroker Adapter aufwendest.
Infos zu jsonConfig findest du da: https://github.com/ioBroker/ioBroker.admin/blob/master/packages/jsonConfig/README.md Infos zur Aufnahme ins Repo gibt da: https://github.com/ioBroker/ioBroker.repositories?tab=readme-ov-file#requirements-for-adapter-to-get-added-to-the-latest-repository
Wenn du Hilfe brauchst oder Fragen hast gerne melden. Ich empfehle dir auch unsere Telegram Kanäle (bzw. Discord). Invite Links auf www.iobroker.dev
Feedback gerne über Discussions oder Issues.
Bitte erstell für das Testing und Feedback ein Topic in unserem Forum:
https://forum.iobroker.net - Bereich TESTER.
Falls du dort noch keine Schreibrechte hast, schreib bitte HOMORAN im Chat an und erscuh ihn um Freischaltung unter Hinweis auf diesen Adapter.
What kind of device or service you would like to see an adapter for? My heating system has a UVR16x2 programmable controller integrated which is quite familiar in bigger heating systems especially when a solar heating is part of the heating system. This UVR16x2 has a ethernet interfaces already when a C.M.I. is installed where you can connect with Modbus and CAN over Ethernet. My request concentrated on the CAN over Ethernet because the main communication is done over CAN bus.
Company: Technische Alternative UVR16x2 https://www.ta.co.at/en/x2-freely-programmable-controllers/uvr16x2/ C.M.I.: https://www.ta.co.at/en/x2-operation-interfaces/cmi/
Is an official API including documentation is available? Only german version: https://www.ta.co.at/en/downloads/file/826810/
Are other libraries for an integration available? Not that I know, but socket connection should be possible with Javascript/NodeJS standard ways.
Is this device already integrated in other Smart Home systems? FHEM has already an integration, for code refer to: https://github.com/delMar43/FHEM/blob/master/70_CanOverEthernet.pm
Additional context I'm not the big Javascript programmer but would help in implementing as I have enough time.