Announcement

REXYGEN forum has been moved. This one is closed.
Head over to the new REXYGEN Community Forum at https://forum.rexygen.com.

Looking forward to meeting you there!
 

#1 2015-12-09 02:54:33

jinyistudio
Member
From: Taichung/Taiwan
Registered: 2015-12-07
Posts: 24
Website

How to create HMI in the Raspberry ?

Hi

In the Raspberry pi2b(debian), How to communicate with RexCore in my HMI that i make with java,QT,,, ? tongue

Offline

#2 2015-12-09 08:47:35

jaroslav_sobota
Administrator
Registered: 2015-10-27
Posts: 535

Re: How to create HMI in the Raspberry ?

We are working on REST API, which will allow you to create arbitrary HMI. You will be notified once it is available. Interested in beta-testing?

Offline

#3 2015-12-09 09:25:22

jinyistudio
Member
From: Taichung/Taiwan
Registered: 2015-12-07
Posts: 24
Website

Re: How to create HMI in the Raspberry ?

Yes, I am very Interesting ~ Thank's

Offline

#4 2015-12-27 22:07:21

adytv
Member
Registered: 2015-12-27
Posts: 3

Re: How to create HMI in the Raspberry ?

hi, i wanna know if i can get the beta of the hmi creator .can you provide a copy for me ?

Offline

#5 2015-12-28 02:34:39

jaroslav_sobota
Administrator
Registered: 2015-10-27
Posts: 535

Re: How to create HMI in the Raspberry ?

Not yet. I'll contact you as soon as we publish the beta version.

If there are any other users willing to get their hands on the beta version, enroll here. Thanks.

Offline

#6 2015-12-28 08:21:50

adytv
Member
Registered: 2015-12-27
Posts: 3

Re: How to create HMI in the Raspberry ?

Thank you for such a short time answering , I hope I'm not to buggy if I ask you : it will take a long time to doit ?

Offline

#7 2015-12-29 13:48:32

jaroslav_sobota
Administrator
Registered: 2015-10-27
Posts: 535

Re: How to create HMI in the Raspberry ?

Q1/2016 is the most precise information I can give you.

Offline

#8 2015-12-29 18:35:22

adytv
Member
Registered: 2015-12-27
Posts: 3

Re: How to create HMI in the Raspberry ?

Thank you so much , I wish a great and a happy new year .

Offline

#9 2015-12-31 14:49:12

jaroslav_sobota
Administrator
Registered: 2015-10-27
Posts: 535

Re: How to create HMI in the Raspberry ?

You are welcome. Thanks and all the best in 2016!

Offline

#10 2016-01-01 11:48:55

alfred_j_kwak
Member
Registered: 2016-01-01
Posts: 2

Re: How to create HMI in the Raspberry ?

I just yesterday installed demo version of your system and while testing it was wondering how to get my current home automation to communicate with Rex. No I know - just have to wait...

Offline

#11 2016-01-04 12:15:09

scoobsalamander
Member
From: Belgium - Hulshout
Registered: 2015-10-27
Posts: 217

Re: How to create HMI in the Raspberry ?

Please give us some more info regarding your current home automation system.
Maybe Modbus (TCP/ip or rs485) is an option ....?

Offline

#12 2016-01-05 05:47:52

alfred_j_kwak
Member
Registered: 2016-01-01
Posts: 2

Re: How to create HMI in the Raspberry ?

scoobsalamander wrote:

Please give us some more info regarding your current home automation system.
Maybe Modbus (TCP/ip or rs485) is an option ....?

Currently I use Domoticz and simple 433MHz transmitters and receivers to control lights. I have been searching way to use plc with current setup. Maybe with Rex I could include PID:s and other 'real' control into system.

Domoticz has API that uses JSON and If there is going to be something similar in Rex then maybe there'll be possibility to send data between these two systems (I/O status, current values, parameters)

I suppose that you are working with some other home automation system.

Offline

#13 2016-01-05 23:37:14

scoobsalamander
Member
From: Belgium - Hulshout
Registered: 2015-10-27
Posts: 217

Re: How to create HMI in the Raspberry ?

alfred_j_kwak wrote:

I suppose that you are working with some other home automation system.

Yes, here are some of the things I'm working on. But most of those things are still on the drawing table....


    - DS2482-800 (I2C) with several DS18b20 temp sensors
    - outside air temperature received through a Python script from several local weather stations (first stored in MySQLdB)
    - 3-way valve control for floor heating + 3-way valve control for first floor wall heating
    - valve control (on/off) to control separate heating circuits on first floor (PWM)
    - MCP3424 (ADC) for pressure readings (tap water pressure and level rain water tank(MPX2050dP + AD623))
    - OpenTherm gateway control through serial communication for controlling and monitoring gas boiler
    - Power meter over modbus (RS485)
    - remote temp sensors (DS18b20) for room temperature, would like to use RFM12B 868Mhz transmitters as they are being used by         
    jeelabs.
    - water and gas meter (hall sensor and Atmega+RFM12B )

etc....

Offline

#14 2016-02-06 03:29:20

pasan
Member
From: Sri Lanka
Registered: 2016-01-29
Posts: 8
Website

Re: How to create HMI in the Raspberry ?

Does the REX support non standard UART communications ? Can I process UART receive strings  on REX. Lets say our own protocols. I use 433MHz modems to link my own slave units. And I am not using MODBUS or any other protocol just my own simple protocol.

Offline

#15 2016-02-06 23:00:45

jaroslav_sobota
Administrator
Registered: 2015-10-27
Posts: 535

Re: How to create HMI in the Raspberry ?

Yes you can, there is the REXLANG function block for this purpose. See the example at
https://github.com/rexcontrols/REXexamp … r_Receiver

Strings are not supported yet so you have to parse the data as an array of bytes. It definitely works for simple protocols. E.g. the connection with Arduino relies on this approach: https://www.rexcontrols.com/articles/re … ts-arduino

Hope this helps!

Offline

#16 2016-02-07 03:22:34

pasan
Member
From: Sri Lanka
Registered: 2016-01-29
Posts: 8
Website

Re: How to create HMI in the Raspberry ?

jaroslav_sobota wrote:

Yes you can, there is the REXLANG function block for this purpose. See the example at
https://github.com/rexcontrols/REXexamp … r_Receiver

Wow, this is more than enough to develop a powerful low cost solutions. I hope REX will also develop the HMI GUI creator thing soon.

Offline

#17 2016-02-07 17:56:08

josar
Member
From: Czech Rep.
Registered: 2015-11-03
Posts: 17

Re: How to create HMI in the Raspberry ?

pasan wrote:

I hope REX will also develop the HMI GUI creator thing soon.

As for my projects, the RexHMI extension for Inkscape is all I need: http://www.rexcontrols.com/articles/gra … on-project
Do you need anything else?

Offline

#18 2016-02-24 15:17:02

kariltenny
Member
Registered: 2016-02-19
Posts: 2

Re: How to create HMI in the Raspberry ?

I also have the need of HMI using the RaspberryPi.
Can anybody help me to understand how i could achieve this?
Also what interfaces are required for this type of system?
Is any special type of firmware required for this type of system?

Last edited by kariltenny (2016-03-01 00:05:16)

Offline

#19 2016-02-25 10:10:03

jaroslav_sobota
Administrator
Registered: 2015-10-27
Posts: 535

Re: How to create HMI in the Raspberry ?

No special firmware is required. See the tutorial on creating HMI for the algorithms in the REX Control System. When you have your HMI running, you just run web browser directly on the Raspberry Pi, point it to the HMI webpage and switch to full screen mode.

Offline

Board footer

Powered by FluxBB