Добро пожаловать, Гость
Логин: Пароль: Запомнить меня
In the is category, we've gathered the topics which are not directly related to other categories.
  • Страница:
  • 1
  • 2

ТЕМА: NODE RED Dashboard implementation

NODE RED Dashboard implementation 26 Янв 2023 11:53 #1

  • e72x
  • e72x аватар
  • Вне сайта
  • Сообщений: 67
  • Спасибо получено: 1
Hi,
I 'm thinking about implementing SunSDR with NODE RED server- dashboard, what do you think?
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 26 Янв 2023 13:14 #2

  • sq3rx
  • sq3rx аватар
  • Вне сайта
  • Сообщений: 8
  • Спасибо получено: 3
Hi,
I did simple dashboard with the integration to EESDR3 software a few months ago You can find the Dashboard screenshot on my qrz.com.
The flow which I use for TRX part, you can find in the attached files.

Mek sq3rx
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 26 Янв 2023 14:20 #3

  • e72x
  • e72x аватар
  • Вне сайта
  • Сообщений: 67
  • Спасибо получено: 1
Hi Mek,
Exactly.. Only I would try to connect PGXL,TGXL Antenna Genius and Rotator genius..How did you connect SunSDR via Kenwood CAT
protocol or TCI? Have you tried using Stream Deck?
Any advice is welcome

Gordan
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 26 Янв 2023 14:47 #4

  • sq3rx
  • sq3rx аватар
  • Вне сайта
  • Сообщений: 8
  • Спасибо получено: 3
I have used TCI as a communication protocol with EESDR3 software and SunSDR2Dx. I spent quite a lot of time to find the correct solution, but finally it works. TCI is based on Websockets, so you can use standard websocket nodes to do that.
.
Администратор запретил публиковать записи гостям.
Спасибо сказали: e72x

NODE RED Dashboard implementation 26 Янв 2023 15:57 #5

  • sq3rx
  • sq3rx аватар
  • Вне сайта
  • Сообщений: 8
  • Спасибо получено: 3
And fogotten file:
pastebin.com/raw/PRU6ECTx
Последнее редактирование: 26 Янв 2023 16:00 от sq3rx.
Администратор запретил публиковать записи гостям.
Спасибо сказали: e72x

NODE RED Dashboard implementation 31 Янв 2023 10:19 #6

  • LA3QMA
  • LA3QMA аватар
  • Вне сайта
  • Сообщений: 51
  • Спасибо получено: 23
I have seen the Flex Node-Red and i was thinking of making the complete TCI for Node-Red.

Maybe we should use your flow as a start point to make it a Node-Red library? Then different people could make nice dashboards etc.

I want to use Node-Red using TCI to experiment with other software and to quickly test proof of concepts etc. But a library is useful for other people too.
Администратор запретил публиковать записи гостям.
Спасибо сказали: lz2aov

NODE RED Dashboard implementation 31 Янв 2023 12:54 #7

  • sq3rx
  • sq3rx аватар
  • Вне сайта
  • Сообщений: 8
  • Спасибо получено: 3
Hi,
The idea of creating TCI Node-Red library is really good, but keep in mind that creating library is totally different story then creating flows. Right now I dont have knowledge how to do that. Anyway, you can use my concept as as good starting point. If you have any question relate to my flow let me know, I can easilly explain most parts.
Администратор запретил публиковать записи гостям.
Спасибо сказали: LA3QMA

NODE RED Dashboard implementation 31 Янв 2023 14:50 #8

  • LA3QMA
  • LA3QMA аватар
  • Вне сайта
  • Сообщений: 51
  • Спасибо получено: 23
I'm know that the Flows vs a library is different.

But if it's ok with you i'll adopt ypur flow and add all the latest TCI commands. Then we can see if its any point making it a library or just a regular flow.
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 23 Июнь 2023 06:31 #9

  • k6hn
  • k6hn аватар
  • Вне сайта
  • Сообщений: 1
Can you repost that node-red flow in proper json format? The file you linked to does not seem to work as json. I am looking for a node-red TCI implimentation.

Thanks, Gary
K6HN
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 28 Сен 2023 23:07 #10

  • gi4fue
  • gi4fue аватар
  • Вне сайта
  • Сообщений: 10
  • Спасибо получено: 1
has anyone finally succeeded in implementing Node-red over TCI? Like Gary said, the file on the post is not in JSON format, node red does not parse it. I am looking to remote my complete station, SunSdr2DX, expert amplifier, antennas and a K3, the missing link is TCI control

73, Charlie GI4FUE
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 29 Сен 2023 15:57 #11

  • LA3QMA
  • LA3QMA аватар
  • Вне сайта
  • Сообщений: 51
  • Спасибо получено: 23
I used some node-red script posted in this forum and adapted it a bit.

Then i can use MQTT and/or websocket from a remote computer to control my radio and also access my tuner without RDP/VNC/ERS

You can set/get almost all the TCI commands but the work flow you have to glue together your selves.

I can post it on github and we could make it a little more userfriendly for everyone.
I also have some CW arguments and the tuner flow is for my I3VHF loop antenna.

My idea was to first implement the complete TCI list and then make a MQTT/websocket addon so that you can control the radio without using i.e RDP/VNC
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 29 Сен 2023 20:55 #12

  • gi4fue
  • gi4fue аватар
  • Вне сайта
  • Сообщений: 10
  • Спасибо получено: 1
That is excellent. I am not a programmer, and quite new to Node-red, but the idea of a github posting is good. MQTT/Web socket would be a neater way to control the radio. i have a flow for my HF auto tuner, and my SPE amp, I'm pretty sure I could glue them asll together somehow.

73, Charlie GI4FUE
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 30 Сен 2023 07:47 #13

  • VK6NX
  • VK6NX аватар
  • Вне сайта
  • Сообщений: 245
  • Спасибо получено: 195
Администратор запретил публиковать записи гостям.
Спасибо сказали: gi4fue, G4GXL

NODE RED Dashboard implementation 02 Окт 2023 20:40 #14

  • gi4fue
  • gi4fue аватар
  • Вне сайта
  • Сообщений: 10
  • Спасибо получено: 1
Hi Mak

That txt file will not import into Node-red, nor will it work after converting to jsom

73, Charlie
Администратор запретил публиковать записи гостям.

NODE RED Dashboard implementation 03 Окт 2023 05:55 #15

  • LA3QMA
  • LA3QMA аватар
  • Вне сайта
  • Сообщений: 51
  • Спасибо получено: 23
the pastebin link works but you have to install the dependencies and also remove a json error.

I'll post a cleaned up version later today. I used this to make a library for all the tci commands. Almost finished with alle the commands then you can use this as a base to make good gui etc.
Администратор запретил публиковать записи гостям.
Спасибо сказали: gi4fue
  • Страница:
  • 1
  • 2
Время создания страницы: 0.266 секунд