Navigation

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

    mathias

    @mathias

    1
    Reputation
    14
    Posts
    1235
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    mathias Follow

    Best posts made by mathias

    • RE: Fibaro HC2 Virtual Device Gateway

      Now also working with temperature sensor

      temp_large.png
      temp_small.png

      Seems to be some conversion issues when writing decimals to label values, it adds way to many decimals even if i try to convert it to just two decimals..

      //Mathias

      posted in Controllers
      mathias
      mathias

    Latest posts made by mathias

    • RE: Fibaro HC2 Virtual Device Gateway

      No, HC2 is connecting to the MySensor Gateway. Fibaro have locked down the ability to create a socket listener and is only available if you create a plugin which has been disabled for public users to upload.

      The code in HC2 is implemented as a Virtual Device that is creating an outbound tcp connection to the MySensors Ethernet Gateway.

      posted in Controllers
      mathias
      mathias
    • RE: Fibaro HC2 Virtual Device Gateway

      No i think i took the one you could download from the ordinary pages. What is the differences, im pretty new in the arduino world:)

      posted in Controllers
      mathias
      mathias
    • RE: Fibaro HC2 Virtual Device Gateway

      Im using an Ethernet Gateway as described here on MySensors.org with an arduino nano and W5100 ethernet module.

      Will add a celcius character so it looks nicer, thanks.

      posted in Controllers
      mathias
      mathias
    • RE: Fibaro HC2 Virtual Device Gateway

      Decimals solved in labels by adding "\"" before and after value

      fibaro:call(nodeDevice,"setProperty", "ui.lblSensorStatus.value", "\"" .. value .. "\"")
      

      2015-06-22_10-13-36.png

      posted in Controllers
      mathias
      mathias
    • RE: Fibaro HC2 Virtual Device Gateway

      Restriction #2 Its not possible from a MySensor/Virtual Device to register an event to be listed in the Events Panel.

      But you could have some history with fibaro:debug instead or other external source if needed.

      //Mathias

      posted in Controllers
      mathias
      mathias
    • RE: Fibaro HC2 Virtual Device Gateway

      Restriction #1 You cannot add a MySensor sensor as a main source for light,temp, humidity or thermostat on a room.

      This will not be added to the next coming releases but has been passed to the developeras at fibaro to be able to add Virtual Devices as default devices to room..

      //Mathias

      posted in Controllers
      mathias
      mathias
    • RE: Fibaro HC2 Virtual Device Gateway

      Now also working with temperature sensor

      temp_large.png
      temp_small.png

      Seems to be some conversion issues when writing decimals to label values, it adds way to many decimals even if i try to convert it to just two decimals..

      //Mathias

      posted in Controllers
      mathias
      mathias
    • RE: Arduino 3.3v or 5v

      On of the sensor is the distance sensor that looks like Wall-e.

      I havent started to test with battery yet but what i read it doesnt sound like you can power a simple sensor for so long with batteries?

      //Mathias

      posted in Hardware
      mathias
      mathias
    • Arduino 3.3v or 5v

      Hi,
      Im a little confused what is best to use when building sensors if i should use 3.3v with stepup if needed or 5v arduinos with stepdown to 3.3 for the radio?

      Are there any general good guidelines on what to use?

      Also if i have some sensors i want to use and there arent anything printed on them if they require 3.3v or 5v are there any way to measure that or do i need to search the web for what it needs?

      //Mathias

      posted in Hardware
      mathias
      mathias
    • Fibaro HC2 Virtual Device Gateway

      I just got some got some basic functionality on a HC2 Controller Gateway for MySensors.

      In my first attempt to make this an fully functional MySensor controller it have the following functionality:

      • Register new Ardino Nodes/Relays with a new free radio ID

      • Autocreate new virtual Device for Door Sensors

      • Update Icon, Status and Last Update on Door sensors when changed

      • Autocreate new virtual device for Light Sensors (Relay)

      • Update Icon, Status and Last Update on Light/Relay sensors when changed

      • Turn On/Off Light/relay sensor from virtual device

      Some teasers on the virtual devices:
      DoorSensor.png
      LightSensor.png
      LightSensorSmall.png

      Thanks to hek for his support and time on all my questions on the MySensors API.

      Next step: Order more hardware for more sensors to test with:)

      //Mathias

      posted in Controllers
      mathias
      mathias