Navigation

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

    Posts made by pvoj

    • RE: New sensor ID-s when changing network

      @mfalkvidd said in New sensor ID-s when changing network:

      gateway

      A network ID provided by MySensors gateway would be a good solution to solve this problem. Unfortunately I do not expect any development activity in the project. It seems to be dead in the last few years. 😞

      posted in Home Assistant
      pvoj
      pvoj
    • RE: New sensor ID-s when changing network

      @ejlane
      As it is mentioned above, it seems to be a new network for HA, since it has a new gateway. I also use fixed IDs in the network. It's a great feature.

      posted in Home Assistant
      pvoj
      pvoj
    • New sensor ID-s when changing network

      I've controlled my nodes from HA in the last some years (I was happier with domoticz, anyway). After some hardware difficulties, I had to replace the Arduino in the serial gateway. Now I have a new gateway hardware and plugged into a different USB which runs Home Assistant.
      The result: I have new devices and entity id-s. Great.
      Do I need to rewrite all of my scripts, automations, templates, etc...?
      Is there any solution to this problem?

      posted in Home Assistant
      pvoj
      pvoj
    • RE: MySensors 2.3.2 released

      Thank you for the new version!
      I run my network on 2.3.1. Should I update the serial gateway to 2.3.2 (or stay with 2.3.1) and leave some of my nodes on 2.3.1 and the new ones on 2.3.2?
      Are they compatible?

      posted in Announcements
      pvoj
      pvoj
    • RE: Setting up the 2nd RF24 network..

      @yveaux thank you for letting me know about this great project! The thread is also very useful.
      I managed to find a relatively quiet range in channels.

      posted in Hardware
      pvoj
      pvoj
    • RE: Setting up the 2nd RF24 network..

      @skywatch said in Setting up the 2nd RF24 network..:

      Thank you! It's something what I was searching for! 🙂
      https://forum.arduino.cc/index.php?topic=54795.0

      This is a snippet from the terminal window:

      >   1 2  3 4  5  6 7 8  9 10 11 12 13  14                     <
      |  .WRa**+a-:.:.....=..     :..--....                            | 19
      |  :aWaWWRR.:.....:....     .....::.:                            | 21
      |  :RWRaWRR......-.: ..     .:.:..::.                            | 19
      |  -*WRaWW*:.:. ::-:.-.     ==.----:=                            | 15
      |  :+**==-:-..-:::--.-.     +WW=***+=                            | 13
      |  -RWWRRa*.==:=-:+=-::     -..::::aR                            | 10
      |  :RaW++RW:.=:-+-:. ..     :.--=:.a+                            | 11
      |  .*+W=*+a.+--.-:.-:..     ..=-.:*::                            | 11
      |  :Waa+*-*= ...:..=:..     +:.=-*-.                             | 11
      |  :+WWaRW*=+:=====-==.     :.-= ::-                             | 10
      |  :+Ra+++W .:::...-:.:      :-=++::-                            | 14
      |  +aRaaaRW -+--:.*-++:     ++-::.-*-                            | 8
      |  aaa===aR ..=.aW+R.=      aa+: .:=:                            | 7
      |   WWWW*R*:                =     :                              | 5
      

      I start to find out and decode it. With MySensors library there are channels supported between 0-125 which means 2400MHz - 2525MHz range. I will need to map them to understand.

      posted in Hardware
      pvoj
      pvoj
    • Setting up the 2nd RF24 network..

      Hi,

      I'm setting up a parallel network next to my existing one. Since I live in a dense area lot's of different equipment are being used around me. My goal is to find the best settings with the less interference. I have some specific questions about this:

      • How should I choose the best MY_RF24_CHANNEL? Do you use any scanner solution? (something like wifi analyzer on Android?)
      • Should I modify MY_RF24_BASE_RADIO_ID settings? Any recommendation?

      I guessed with the values and it's working now, but I would like to know if there is a more scientific method used to reach a better stability.

      config: MySensors 2.3.1, Raspberry Pi 3 B+, nRF24L01+ and nRF24L01+PA+LNA radios

      posted in Hardware
      pvoj
      pvoj
    • RE: Multiple virtual nodes on a gateway

      @nca78 about my gateways:

      1. an old gateway running on MySensors 1.5 for years now. There are several nodes and sensors connected through it like temperature sensors, relays, switches. It controls my heating system with heat pump, buffering, 18 circles of floor heating, garden irrigation, alarm system, and some lights just for fun.
      2. the new gateway is a gateway to a Bluetooth network. Since MySensors has a great serial API and I have some experience with it I preferred to use it without a radio. I also think that it will be an interesting way of development and it could help to make MySensors even more popular. I had an idea to fork the library but unfortunately I don't have the experience and time to make it in good quality. But I'm sure letting developers to build connectors to different protocols is a very good idea. Catching Bluetooth messages from the air and decode them (with some reverse engineering) to send it through the MySensors gateway is relatively simple compared to the bidirectional communications. Processing some simple sensor data is a good first step.
      posted in Troubleshooting
      pvoj
      pvoj
    • RE: Multiple virtual nodes on a gateway

      @nca78 thanks for your reply.
      Since serial API protocol is very flexible and capable to solve this multi-node problem it could be used as the protocol between controllers and Bluetooth gateways. The only this has to be solved is to allow developers to create "dummy" nodes on the gateway node. If the Bluetooth receiver node (the mysensors gateway) detects a device (hum-temp device in my case) and identifies it using its mac address it should be connected to the controller as a node. This node can have sensors and other parameters like battery level. It's the same as in the MySensors network.

      posted in Troubleshooting
      pvoj
      pvoj
    • RE: Multiple virtual nodes on a gateway

      @mfalkvidd tank you for the forum topics. I found the logic of grouping sensors in Domoticz. It quite logical. Now the temperature and humidity grouping works ok. 🙂
      Unfortunately I still have a problem with the battery levels. MySensors can report it only for a node. I have tried several sensor types like S_DIMMER, S_COVER and everything which has a V_PERCENTAGE variable. Of course any of them is grouped together with tem-hum. Now it's a bit messy, but at least it works.

      posted in Troubleshooting
      pvoj
      pvoj
    • RE: Multiple virtual nodes on a gateway

      @mfalkvidd thanks for the info
      I still prefer Domoticz to the rest. It's running 7x24 with a 1.5 MySensors network in the past 4 years. I just changed the old Pi B+ to a new one but just for fun.
      The next big project will be to migrate to MySensors v2.x.

      The main issue with Domoticz is that it has a temp+hum type of sensor and it pairs data automatically. If a temp and a hum data arrives from one specific id Domoticz will pair them. You cannot control this pairing. The problem raises when more temp and hum data comes from the same node.

      Thanks for the tip I will check out in the other forum.

      posted in Troubleshooting
      pvoj
      pvoj
    • RE: Multiple virtual nodes on a gateway

      Thanks for your reply!

      could you have mixed up childID and nodeID?

      I don't think so

      Any MySensors node (not only the gateway) only has one nodeID.

      That is the problem. The question is that can it have more in some cases?
      My sensors are connected to the gateway node via Bluetooth. Each of them has a separate battery level also. 🙂
      I would like to create different node_ids for all of the bluetooth sensors.
      Now I have 10 sensor_ids on the gateway node_id=0.
      I would like to create 5 node_ids with 2 sensor_ids each.
      I have tried to hack things and communicate with the controller without MySensors library but using the serial API. Unfortunately I have failed. It screwed up Domoticz in a minute.. 🙂 If there is no other solution I will have to work that way out.

      posted in Troubleshooting
      pvoj
      pvoj
    • Multiple virtual nodes on a gateway

      Hi,
      I have a very interesting challege.
      I run a Domoticz controller with a MySensors radio network connected through a serial gateway.
      Now I have a new group of temperature and humidity sensors connected to an Arduino nano. The Arduino is connected to the Pi and functions as a second serial gateway. (I cannot connect it through the radio network because of several other reasons)
      The main problem is with Domoticz. It handles temperature and humidity sensors in pairs. Pairs are connected with node-id. Now the serial gateway has only on node_id = 0. I would give different node_ids to the temp-hum pairs. Is it possible?

      posted in Troubleshooting
      pvoj
      pvoj
    • RE: MySensors 2.3.0 released

      Thank you for your great work on this project. It is the best project for most of us to build a cheap and reliable wireless iot network.
      I am stuck at version 1.5 with my home network. I have several repeaters and even more nodes. I have some quite complex nodes so I decided to make the version update slowly. My system can't be stopped for days.
      I plan to operate the 1.5 and the 2.3 network parallel and change the nodes one by one.
      The system runs on Domoticz using a serial gateway. First I will add a new serial gateway (2.3) and I will start to migrate the nodes.
      Can I keep the node_ids in Domoticz to keep the controller-side scripts unchanged?
      Can you suggest the best way to migrate everything?

      posted in Announcements
      pvoj
      pvoj
    • RE: Error when communicating with EasyIot

      @sigolhi Almost the same problem here.
      See the forum topic: http://iot-playground.com/forum/mysensors-driver/43-configuring-mysensor-nodes
      Unfortunately no solution yet..

      posted in Troubleshooting
      pvoj
      pvoj
    • Data collection

      Hi All,
      I'm new here, but following your website and forum in the last months..
      I just started to build my data collection system. I will use 10 wireless thermo sensors (DS18B20) and 2 humidity (DHT22) sensors with different radio transceivers.
      But now I'm stuck. My goal is to record all sensor data into a local MySQL database on RPI. I'm not sure what gateway and platform should I use?
      You who have more experience with mysensors can you recommend a solution?

      posted in My Project
      pvoj
      pvoj