ioBroker adapter for hapcan ethergw

Post Reply
hapuser
Posts: 3
Joined: 03 Nov 2017, 14:33

ioBroker adapter for hapcan ethergw

Post by hapuser »

Hi All,
I have created beta version of adapter for ioBroker, just for relay nodes.
For installation run following commands (aaa replace with opt, I was unable to submit topic without this change):
cp hapcan.tgz /aaa/iobroker/node_modules
cd /aaa/iobroker/node_modules
tar xzf hapcan.tgz
iobroker add iobroker.hapcan


After this , make configuration of adapter via gui http://your_iobroker:8081 (ip/port of hapcan ethergw, enable autodisovery of nodes on canbus, some debugs to log). And enable it.
I'm just JS beginner , so feel free to improve it.

BR
Pavel
Attachments
hapcan.tgz
(20.95 KiB) Downloaded 585 times
Post Reply