Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. derwish
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Dmitry Savosh

    @derwish

    Contest Winner

    Skype: derwish_skype
    Telegram: Derwish
    Email: info@mynodes.net

    17
    Reputation
    85
    Posts
    2153
    Profile views
    3
    Followers
    0
    Following
    Joined Last Online
    Email derwish.pro@gmail.com Website www.mynodes.net Location Minsk, Belarus

    derwish Follow
    Contest Winner

    Best posts made by derwish

    • MyNodes.NET 2.0

      MyNodes.NET 2.0 has been released!

      Node Editor

      Dashboard

      Key features:

      Multiplatform. MyNodes.NET works on Windows or Linux. You can also run it on the Raspberry Pi.

      Automatic recognition of devices. As soon as you power on your hardware, it appears in the program, and you can control it.

      Dashboard. Create the control panels of your devices from UI elements such as buttons, sliders, input fields, etc. You will always have access to your control panels from the Internet using any device which has a browser.

      Node Editor. Configure your system in the visual Node Editor. Add various functional elements (nodes) in the scene and connect them together with "wires" as if you work with real devices.

      Wide functionality. Currently there are more than a hundred of different nodes in the editor.

      Scheduling. You can add a timer to the control panel that will control your device to do something on a schedule.

      Graphs and logs. UI elements have graphs and logs. You can visualize the current state of your device in real time and all the changes that have been in the past.

      Text-to-speech and sound. You can connect the voice synthesizer to your device that will notify about important events. Or, just use an audio player to add sounds from mp3.

      System-level tasks. Nodes can control your computer by performing various actions at the operating system level. For example, to run a program, play videos in your player, turn off the computer...

      Export/Import scene. Export the scene of your nodes (panel) into a file and share it with the world. Download and import panels created by other users.

      Synchronization in real-time. All your actions in the editor and control panels are synchronized with the server and other users who have opened the same interface in the browser.

      Users and permissions. Add user profiles and assign permissions. You can specify in the users rights to which components of your system they will have access (what components the user can change, and what can only to observe).

      Transfer data between multiple systems. You can combine multiple MyNodes.NET systems running on different computers into one system.

      Connecting to external programs. As an example, a small utility is included, that you can use to make Ambilight from your computer and RGB-backlight.

      Customization. Node Editor has many different visual styles. Customize it according to your preferences.

      Easy to set up. The entire system is one single application. The software runs a web server, working with databases, communicates with the gateway, and uses no external resources (not requires Internet access). It is a fully autonomous system.

      Open source, simple API. If you have minimal knowledge of programming in C#, you can easily create your own nodes for the editor. The entire process of creating a node described in the documentation on the website.

      Read more on the official website.

      Some video:

      First Run Wizard
      Basic functionality
      Control the device (Ethernet Gateway)
      Control the device (Serial Gateway)
      Configuration
      Ambilight Demo (Star Wars)
      Ambilight Demo (VJ Loops)
      Install in Ubuntu

      Download from www.mynodes.net

      posted in MyNodes.NET
      derwish
      derwish
    • MyNetSensors - Web Controller

      I am proud to announce the initial release the MyNetSensors Web Controller.

      Since now you can easily create your smart devices and control them over the Internet.

      Key features:

      Control. The program automatically recognizes nodes and allows to control them through a web interface. It does not require to configure anything.

      History. Sensor readings are saved into the database for further analysis in the various graphical views. Also, you can see the statuses of the sensors graphically in real time.

      Tasks. Device can perform various actions on a schedule or periodically at a specified interval of time.

      Links. You can link devices together. They will react to state changes of each other.

      Soft-nodes. You can create software nodes. For example, MyNetSensors have a program that determines the average color of the computer screen and displays the data as node. If you make the link between this node and RGB-backlight, you will get Ambilight.

      Remap data. You can programmatically remap states of sensors, for establish interaction between different sensors, or for more accurately sensor tuning.

      Debug. With MyNetSensors easy to debug devices. You can observe all nodes technical information, and messages transmitted over the wireless network.

      Detailed documentation. On the official website you can find detailed documentation about installing and working with MyNetSensors.

      Feedbacks and support. Feel free to email me about new features which you would like to see and I will do my best to implement them.

      This software is open source. Code is written in .NET. You can join the development. I'll be glad to answer any question about the internal structure of the program.

      For more information please visit MyNetSensors.com.

      posted in Controllers
      derwish
      derwish
    • MyNetSensors (closed)

      I began to develop .NET controller for MySensors.
      Now I have a controller in the form of a Universal Windows App, but you can use libraries for a console application, or for example ASP.NET. I posted the source on github.

      https://github.com/derwish-pro/MyNetSensors

      I'll be glad if you will join the development of this project.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: MyNetSensors (closed)

      I'm working hard on version 2.0, and I will ready to produce a release within a week or two. The main changes is cross-platform (Windows, Linux, Paspberry Pi), completely new design, node editor, customizable dashboard, simple installation and configuration, simple API and documentation for developers.

      @blissbot Thanks for the feedback. I'll be glad if you join beta testing. Please download the latest commit from github (it has important fixes), and send me email to info@mynetsensors.com. I will try to fix the connection to the external database and send you a message.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: Moving Nodes to Different Panel

      Hi. Thank you for the positive feedback.
      Move nodes from the main panel to another - one of the functions in my task list for the future. Now I can only advise to make all the nodes in the new sub-panels.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: Remote Configuration

      @Takero Microsoft has updated the ASP.NET framework. I will soon make a port on it. I hope they fixed this bug.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: Installing ASP.NET 5/Core onto Raspberry Pi 3

      I will try to do it on the weekend.

      posted in MyNodes.NET
      derwish
      derwish
    • MyNodes.NET moving to node.js.

      Happy to announce that I started working on a new version of MyNodes.
      I decided to port the program to node.js. I don't expect that the new version will see many changes in functionality, but the whole internal architecture will be redesigned.
      In my plans the following changes:

      • The event-driven system will be replaced per cycle. Now, for example, if the software node has inputs A, B and output C, then C will updated the first time you change A, and again when changing B. This complicates the process of creating circuits from nodes, because we need to ensure that C has not sent the changes ahead of time. In the future system we are confident that any node will perform its own logic for one iteration of the loop, and so it will be easier to understand how the value will change in the chain of nodes.
      • The new version is designed so that it can be easy to add support for new protocols.
      • MongoDB support.
      • The program will work under OS X.
      • Serial gateway will work under linux.

      I'll write about all the new features and changes.
      If you have any thoughts about this or suggestions, please write here.
      If you wish to contribute, please join.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: MyNodes.NET moving to node.js.

      @Nca78 Thank you for your interest. Write about your experience, and ask questions if something is not clear in the code.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: MyNodes.NET moving to node.js.

      @ebo hi
      I had to postpone this project because of work, but I plan to start in January and finish within a month or two.

      posted in MyNodes.NET
      derwish
      derwish

    Latest posts made by derwish

    • RE: MyNodes.NET moving to node.js.

      @neech You can try, but some features are still not available - not all of UI elements available for now, there is only support Serial MYS-gateway (not ethernet). It is better to wait some more time. I'm sure I'm close to releasing a public beta version, but not today)

      posted in MyNodes.NET
      derwish
      derwish
    • RE: MyNodes.NET moving to node.js.

      Hi @antlomb! The development is in full swing and is nearing completion. I did a great job, much more than I planned for this version. The final step is the redesign of the user interface, and some more minor improvements. I made everything much more convenient and intuitive. You can see the CHANGELOG.

      alt text

      posted in MyNodes.NET
      derwish
      derwish
    • RE: how move Mysensor Nodes to other Panels?

      @kellers76
      I work hard right now and plan to finish it in a month or two.
      Recently, I added support for the hardware from Xiaomi. Watch for the changelog

      posted in MyNodes.NET
      derwish
      derwish
    • RE: how move Mysensor Nodes to other Panels?

      @kellers76
      Unfortunately no. There's a lot of things done differently under the hood. I can make a converter if it is in demand, but so far it is not in the priority.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: Master panel as template to copy

      Hi, yes, it will be in the new version.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: how move Mysensor Nodes to other Panels?

      Hi. This function is already implemented in the new alpha version. But this build is not yet ready for use.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: Installing ASP.NET 5/Core onto Raspberry Pi 3

      Hi. At this moment the project was successfully ported to the ASP .NET Core (thanks to gildorwang). But I did not try to run it on raspberry. You can try last version. At the same time, I'm porting MyNodes to the node.js. This project is ready for 70%. It will work on raspberry, but at the moment it is not ready to use.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: MyNodes.NET moving to node.js.

      @ebo hi
      I had to postpone this project because of work, but I plan to start in January and finish within a month or two.

      posted in MyNodes.NET
      derwish
      derwish
    • RE: Set/Reset states possible?

      @Wodian The whole process is described in detail in the documentation: http://mynodes.net/Develop

      posted in MyNodes.NET
      derwish
      derwish
    • RE: Set/Reset states possible?

      @Wodian https://github.com/derwish-pro/MyNodes.NET/tree/master/Libs/Nodes/Nodes

      posted in MyNodes.NET
      derwish
      derwish