• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. wint0178
    3. Topics
    W
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 41
    • Groups 0

    Topics

    • W

      Request failed with status code 401

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      426 Views
      jkandasaJ
      Hi @wint0178, when you logged in to the server, if you see this error, it was happened before login. If it comes only one time and all other functions are working as expected, please ignore this error.
    • W

      Trouble with MC v2 install on RPi 4

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      12
      0 Votes
      12 Posts
      637 Views
      jkandasaJ
      Thanks @wint0178 !! I will go through the installation documentation and sync with your update.
    • W

      Adding MySensor V2.3.2 sensors to MC v2

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      399 Views
      W
      OK, I'm not exactly sure what I did, but my student was able to edit the example sketch from MySensors V2 "GatewayESP8266MQTTClient" and add in code to send data from the Adafruit BME680 over MQTT. Once I added that code to my NodeMCU and added the # to the subscribe list in my gateway, it all just seemed to automatically add. I should acknowledge that I had a misunderstanding about what physical components were nodes, sources, and fields. For some reason I thought that my NodeMCU was a gateway (this is true), it was also a node (this was not true), and that the BME680 was the source with several fields on it (TEMP, PRESS, HUMM). I believe I see now that the Node is actually the BME680 board and it has several separate sources, the physical sensors for each of the conditions it monitors and those numeric values, once acquired, become fields that the MC server can publish. I am going to play some more with this since I would like to add all sorts of other nodes with a wide range of sources.
    • W

      Setting up MQTT

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      624 Views
      jkandasaJ
      @wint0178 on the other post, I see you were able to see the nodes. Still do you see this issue?
    • W

      SSD filled overnight

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      523 Views
      jkandasaJ
      @wint0178 You can use letsencrypt certification setup with https_acme to your DDNS setup, https://v2.mycontroller.org/docs/installation/advanced-installation/backend-configuration/
    • W

      Remote access to MCv2 Dashboard

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      677 Views
      W
      @skywatch I was able to setup several MQTT Gateways using NodeMCU boards with attached I2C sensors. The Gateways are all Wifi gateways, but I have been able to use my DDNS in place of the IP address to send data from several locations including one that is international. I think this is working well at this point. Thank you for your reply!
    • W

      Gateway setup for MCv2 using MySensors

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      488 Views
      jkandasaJ
      @wint0178 No, keep default labels. as @JeeLet mentioned can you check any other service is consuming the serial port? Do you see any error on the gateway?
    • W

      Moving Server to another location

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      11
      0 Votes
      11 Posts
      776 Views
      jkandasaJ
      @jkandasa I have fixed this. available in the docker container(2.1.0-devel). yet to update in executable.
    • W

      Is NATS.io needed on RPi?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      352 Views
      jkandasaJ
      hi @wint0178, MQTT Broker - if you plan to connect your gateway via MQTT, you need an mqtt broker. If you already one. you can use that. You can have MQTT broker in any system, that should be accessible for MyController and your gateway device. If you do not have complex system, you can keep everything on the same system. MongoDB - for storage the default option is in-memory database. It keeps all the configurations(except metrics) in memory and dumps to dis in an interval. It will be faster. You can take a frequent backup with schedule. But someone wants to keep the storage in mongoDB, may be due to large setof configurations or to keep the data in remote location, or other reasons. It is up to you. fyi, I am using in-memory db and I do not see an issue till now(about 2 years) InfludDB - you need to have this database, if you want graphs and metrics details I hope I have addressed your queries
    • W

      Docker Install Error

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      720 Views
      jkandasaJ
      @wint0178 At the time of writing the document in RPI the default installation does not have docker 20.x or above. Hence I proposed this method. In your installation if you have latest version of docker, you can install with apt install... command. I think I took the steps from https://github.com/docker/docker-install
    • W

      Newbee Q - Which Server Setup Option is Best?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      315 Views
      jkandasaJ
      @wint0178 I am trying to respond your queries to my best. You may have better approach then my response too. I assume that, you are using MySensors hardware in your setup. As you have your gateways in different locations, you can connect all your gateways with MQTT connection (I would recommend secure MQTT). You have to run a MyController server for 24x7, so you can go with RPI, it will save lot of your electricity and space. Ultimately, I need to give data access to the communities themselves through the dashboard and SMS or email notifications. I would also like to have remote access to the data, but this is slightly less critical. With MyController you can configure Email and web-hook(you may use it for SMS), For now there is no role based access in MyController v2. In MyController all the metric data will be in influx database. So you may share the details with Grafana dashboard too. I think it has read only dashboard.
    • W

      Unknown serial gateway port name (Windows 10)

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      924 Views
      jkandasaJ
      @wint0178 Yes, 2.0.0 launched very recently