robertsLando / node-red-contrib-m-bus

Node-Red node for M-Bus protocol
MIT License
10 stars 6 forks source link

Mbus-KNX node red-izar center #4

Closed abbasaabbas closed 5 years ago

abbasaabbas commented 5 years ago

Hi,

Further to my mail, I have several mbus counters or slaves (Sharky 755) connected to a mbus-usb gateway (IZAR Center-dhiel). I found your flow and I tried it to get all measurements.

For now, I am using their dedicated software to get all measurments. I attached an image of the log output.

Thanks for your help.

Abbas IZAR

robertsLando commented 5 years ago

Hi @abbasaabbas,

could you try to install latest version 1.3.1 and send me the log output if you see any error? So:

cd ~/.node-red
npm install --save node-red-contrib-m-bus --unsafe-perm
abbasaabbas commented 5 years ago

I used your command: npm install --save node-red-contrib-m-bus --unsafe-perm I got :

node-mbus@1.0.0 install /home/pi/.node-red/node_modules/node-mbus node-gyp rebuild

make : on entre dans le répertoire « /home/pi/.node-red/node_modules/node-mbus/build » CC(target) Release/obj.target/libmbus/libmbus/mbus/mbus-protocol-aux.o CC(target) Release/obj.target/libmbus/libmbus/mbus/mbus-protocol.o CC(target) Release/obj.target/libmbus/libmbus/mbus/mbus-serial.o CC(target) Release/obj.target/libmbus/libmbus/mbus/mbus-tcp.o CC(target) Release/obj.target/libmbus/libmbus/mbus/mbus.o AR(target) Release/obj.target/mbus.a COPY Release/mbus.a CXX(target) Release/obj.target/mbus/src/main.o CXX(target) Release/obj.target/mbus/src/mbus-master.o CXX(target) Release/obj.target/mbus/src/util.o SOLINK_MODULE(target) Release/obj.target/mbus.node COPY Release/mbus.node make : on quitte le répertoire « /home/pi/.node-red/node_modules/node-mbus/build »

abbasaabbas commented 5 years ago

It's works but I get only the gateway, not the devices.

mbus

robertsLando commented 5 years ago

A gateway? I don’t understand, what is your network structure? Aren’t the m-bus devices directly connected to your m-bus usb/tcp converter?

Daniel

On 25 Jun 2019, at 09:41, abbasaabbas notifications@github.com wrote:

It's works but I get only the gateway, not the counters.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

robertsLando commented 5 years ago

Try to read them by primary ids if you have addressed them, id you haven’t addressed them you need to do it, also add here some log output

Daniel

On 25 Jun 2019, at 09:41, abbasaabbas notifications@github.com wrote:

It's works but I get only the gateway, not the counters.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

abbasaabbas commented 5 years ago

I get this msg : Error while connecting No connection possible to MBus Host "IP":10001

robertsLando commented 5 years ago

The node works properly, it is more likely a comfiguration issue with your device

Daniel

On 10 Jul 2019, at 18:58, abbasaabbas notifications@github.com wrote:

I get this msg : Error while connecting No connection possible to MBus Host "IP":10001

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.