Skip to content

uweather station : external module with sigfox connection

License

Notifications You must be signed in to change notification settings

alrouen/uweather-fox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sigfox/AWS callback configuration :

  • topic:

any topic you want to configure. You just need to configure a AWS IoT Core rule to match this topic. I.e. if your topic is 'uweather', you rule must be 'SELECT * FROM "uweather"' to catch message and then to what you want with it.

  • custom payload configuration:

    voltage::uint:16:little-endian humidity::uint:8:little-endian temperature::int:16:little-endian internalHumidity::uint:8:little-endian internalTemp::int:16:little-endian internalPressure::uint:16:little-endian internalGasResistance::uint:16:little-endian
    
  • json body configuration:

    {
        "device": "{device}",
        "time": {time},
        "data": "{data}",
        "duplicate": {duplicate},
        "voltage" : {customData#voltage},
        "humidity" : {customData#humidity},
        "temperature" : {customData#temperature},
        "internalHumidity" : {customData#internalHumidity,
        "internalTemp" : {customData#internalTemp},
        "internalPressure" : {customData#internalPressure},
        "internalGasResistance" : {customData#internalGasResistance}
    }
    

About

uweather station : external module with sigfox connection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published