Skip to content

Controllers

Controller discussions
1.5k Topics 12.7k Posts

  • 260 2k
    260 Topics
    2k Posts
    No new posts.
  • 204 2k
    204 Topics
    2k Posts
    kerberosK
    Hi @adds666 I did in between the switch from 2.5.12 to 3.4.4 a change from pure textual configuration in 2.5.12 to a UI configuration in 3.4.4. This requires some homework. Can't remember beside the exchanged mysensors binding files anything else to upgrade to 4.0.4 from 3.4.4 and finally to current 4.1.1. Keep in mind, I use a OpenHAB manual installation on a non-Debian Linux system, not openHABian. This may have an influence, but I don't expect any hiccups. kerberos
  • 322 2k
    322 Topics
    2k Posts
    dirkjuD
    @goblin feel free to share concrete error messages or questions. We might be able to help on well-described problems. Otherwise - hope ChatGPT can help you ;-)
  • 24 337
    24 Topics
    337 Posts
    CharallC
    Looks pretty nice.
  • 8 40
    8 Topics
    40 Posts
    G
    Like you, I'd like to play with my Hometroller Zee S2. (2nd hand; Not yet received from Ebay) Did you succed in your project ? Programming Ardunios is a piece of cake and compared to z-wave items, the price is ridiculus.
  • 10 57
    10 Topics
    57 Posts
    mfalkviddM
    @btmerz I am not familiar with fham, but see if V_KWH works. For Ah it would (technically) be incorrect, but I think the display and aggregegation would work anyway.
  • 2 9
    2 Topics
    9 Posts
    AlexieA
    This issue is already resolved in DomotiGa.
  • 4 Topics
    75 Posts
    freedomoticF
    Hi all we are working on a new web client for our domotic framework. Here some screenshots [image: fd5.png?part=0.7&view=1&vt=ANaJVrEZGlBm56DRoEIytzEGrrMV0OXO3g99sjFBL8H9PoX9OP1OTIpbN6zJxtvaSCc8xSddjrnLNPl-4vH3bEz6B0Js-VZx4mOBPuaRJ3QoSLwA5EPYlPI] [image: fd_mobile2.png?part=0.2&view=1&vt=ANaJVrEUs3ydycP8me4baRK56FRppkkthGMq4FG-tycTWT93WKq3oF3GKzHbkDY7AIKFpBVoGa1Z6wt2JLMGtJrWqUA6QACZh3BXx8FwSJ5V9XeM3VoBYPg] [image: fd_4.png?part=0.6&view=1&vt=ANaJVrFb4sDmn_knAqbVFc0xgc6SRm_gsyHRpPctZ6-qqRla8sduX3DwO1qM98efhTFT_zAtfxnFL_nTJASRNbC_NpKMg0ayZoMkUq9nijhJ9vq56PECvLs] It's a WIP so we need any help to complete it. The code is available at https://github.com/freedomotic/fd-vue-webapp/
  • 4 Topics
    38 Posts
    T
    I successfully worked around the issue by updating the /Library/Application Support/Perceptive Automation/Indigo 2022.1/Plugins/MySensors.indigoPlugin/Contents/Server Plugin /plugin.py script to recognize the internal 21 code. Here's the diff: 34c134,135 < "GATEWAY_READY" : [14, "Gateway ready", ""] "GATEWAY_READY" : [14, "Gateway ready", ""], "DISCOVER_RESPONSE" : [21, "Discover response", ""] 715a717,719 elif itemType == self.getInternalNumber("DISCOVER_RESPONSE"): # 21 Ignore pass P.S. Indigo 2022.1 is complaining about this plugin that it won't be supported in future releases. Is there anyone out there planning to update this plugin?
  • 12 41
    12 Topics
    41 Posts
    J
    view Thank you for the link I'll head in that direction feedback after testing
  • Using processed data from python code to control actuators

    1
    0 Votes
    1 Posts
    869 Views
    No one has replied
  • Same Node id for two separate nodes.

    6
    0 Votes
    6 Posts
    3k Views
    C
    If you add a new device and then remove it. After that you add another new device it probably get same Id. Clean EPROM and retry.
  • Raspberry controller: where is sensor auto id assignment code?

    3
    0 Votes
    3 Posts
    1k Views
    F
    ok, thanks for the explanation! I'll implement features I need in my own implementation of MyGateway then.
  • Auduino Nano and Ethernet Gateway?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • android mobile or windows pc for control?

    5
    0 Votes
    5 Posts
    2k Views
    O
    tanks. im going to check it.
  • Arduino Pro Mini vs Arduino Nano for SerialGateway?

    6
    0 Votes
    6 Posts
    3k Views
    hekH
    If you're talking about SerialGateway.ino.. then yes.
  • 0 Votes
    7 Posts
    5k Views
    N
    @Rachmat-Aditiya said: fhem is more stable but you need to configure everything manually, configure 'everything' is not entirely true, in respect to MySensors there's an autocreate-mode in FHEM. You will have to manually configure the gateway (e.g. 'define gw MYSENSOR /dev/ttyUSB0'), then activate autocreate (by pressing the include-button on the gateway, or setting the autocreate-attribute on the gateway device), then restart all MySensor-nodes and fhem will create a MYSENSORS_DEVICE-entry for every Sensor that sends presentation-messages while inclusion-mode is active.
  • MySensors Controller

    3
    0 Votes
    3 Posts
    2k Views
    Markus TenghallM
    Thanks. Then I know I'm on the right track. Looks as if I'm getting something from the gateway in the log but nothing from the temp node yet. Need to investigate more. I figured out the Over the Air just could not see if it was relevant for some reason. /Markus
  • Simplest DB storing controller

    php simple controll
    7
    0 Votes
    7 Posts
    3k Views
    Z
    There are several IOT services out there to which you could send your sensor data - for example see the list here https://iotdb.org/social/imadeit/post/95279811682/iot-datastore-roundup - to which the MySensors cloud service will one way be added perhaps. If you want to run your own, one question is whether you want to retain all data forever, or just a rolling buffer of more recent data. For the latter, something like RRDtool might be more efficient of time and space then a relational database. For full generality a relational database would work, but do calculate how big it's going to get and think of your usage patterns - do you need arbitrary queries? Using something like MQTT might be helpful as an intermediary between the sensor network and a database or datastore; it could also make it possible to run both Home Automation and data logging from the same network. For example, if the sensor network provides a broker, both the HA software and the logging software can subscribe to the relevant topics.
  • MySensors Controller

    2
    0 Votes
    2 Posts
    1k Views
    hekH
    The MySensors controller is currently just a proof of concept node.js program to test the OTA stuff. Currently relies on a serial or ethernet gateway.
  • Creating Gateway for HomeController

    8
    0 Votes
    8 Posts
    4k Views
    Johnny B GoodJ
    @enicky :+1:
  • MySensorGateWay - some type of middleware

    5
    1 Votes
    5 Posts
    7k Views
    K
    @wannabee I really like what you have done here, and I think that this will be my gateway of choice when I finish porting the sensor library to work with the radios I have. I have a few comments for how this could be made even better in the future. I think a good solution could be to model this on the Z wave binding and habmin integration. We can set up habmin to manage the network. This will allow us to view all the nodes, toggle inclusion mode, assign IDs, and so on. We would alsohave build a good binding which could take care of the automatic ID assignment and expose these through habmin. I'm not yet sure how this would be done, but it seems like something that would be really nice to have. Especially if we consider that OpenHAB is an open source initiative, and MySensors is a DIY approach to home automation I think good openhab integration would benefit the entire home automation community :-)
  • Code for beta-testing?

    33
    0 Votes
    33 Posts
    15k Views
    T
    @donnib - I didn't continue this way but instead started using node-js based controller code that connects to a standard Ethernet gateway. @hek merged the code about two weeks ago. I will provide a tutorial on how to set it up from scratch shortly...
  • Preferred connection method - USB, Ethernet or GPIO?

    16
    0 Votes
    16 Posts
    9k Views
    bjornhallbergB
    @Yveaux Yes that is what I was getting at. I just wanted to know that I wasn't going to end up in the same pit as with the 433MHz modules ... and I know virtually nothing of the workings of the NRF chip. Thank you for reassuring me :-)
  • good karma

    31
    0 Votes
    31 Posts
    10k Views
    hekH
    This is the fork we're using: https://github.com/TMRh20/RF24 Could you create an issue for TMRh20 here: https://github.com/TMRh20/RF24/issues?state=open

18

Online

11.7k

Users

11.2k

Topics

113.0k

Posts