pvbrowser / pvb

HMI and SCADA
http://pvbrowser.org
Other
268 stars 152 forks source link

question about zigbee :-) #8

Open gentooza opened 9 years ago

gentooza commented 9 years ago

Hi community,

Has anyone tried to use pvbrowser with zigbee devices? as for example an arduino x-bee? It could be possible to have a shared mailbox with our SCADA?

Sorry if I am asking something completly crazy (I've not an informatics profile) , but it could be nice to have small devices distributed easy to connect with as modbus for example.

pvbrowser commented 9 years ago

Hello, the easy way is to use a gateway like

http://www.zigbee.org/zigbee-for-developers/zigbee-gateway/

that will connect zigbee to the TCP/IP world on ethernet.

But using Shields like https://www.arduino.cc/en/Main/ArduinoXbeeShield should be relatively easy with the classes from rllib.

Best regards: Rainer

Am 29.10.2015 um 10:51 schrieb Joa:

Hi community,

Has anyone tried to use pvbrowser with zigbee devices? as for example an arduino x-bee? It could be possible to have a shared mailbox with our SCADA?

Sorry if I am asking something completly crazy (I've not an informatics profile) , but it could be nice to have small devices distributed easy to connect with as modbus for example.

— Reply to this email directly or view it on GitHub https://github.com/pvbrowser/pvb/issues/8.

gentooza commented 9 years ago

ok, thanks Rainer!

I'll study rllib carefully :-) (is something I should have done long time ago) cool if it's feasible. If I've success I'll comment back

cheers, Joa