Netatmo adapter for ioBroker
Just enter your Netatmo username & password within the adapter settings
You can also use the sendTo command to set all persons as away (for example if in use as alarm system)
sendTo('netatmo.0', "setAway", {homeId: '1234567890abcdefg', personsId: []});
or
sendTo('netatmo.0', "setAway");
to mark all persons as away for all cameras
it's also possible to mark one or more specific persons as away
sendTo('netatmo.0', "setAway", {homeId: '1234567890abcdefg', personsId: ['123123123123123']});
The parameter homeId is the string listed behind the name of your Camera within the Objects tab (optional, if multiple cameras are installed), the personsId is the id within the "Known" persons folder
- (PArns) Fixed event cleanup crash
- (HMeyer) Added Netatmo Coach
- (PArns) Updated meta info
- (PArns) Fixed camera picture for events
- (PArns) Added camera vignette for events
- (PArns) Added camera video for events
- (PArns) Added new sub event type (human, vehicle, animal, unknown)
- (PArns) Added LastEventID within the LastEventData section
- (PArns) Added missing lib dependencies
- (PArns) Removed GIT requirement and included netatmo lib directly
- (PArns) Removed 502 error output if API has backend problems
- (PArns) Added support for unnamed modules
- (PArns) Simplified setAway
- (PArns) Added setAway function (Welcome only) to mark all or specific persons as away (requires your own API key!)
- (PArns) Fixed scope problems for presence & welcome (requires your own API key!)
- (PArns) Added live camera picture & stream for presence & welcome
- (PArns) Fixed known & unknown face image url for presence & welcome
- (PArns) Added name of last seen known face
- (PArns) Changed realtime server to use new general realtime server
- (PArns) Changed enums to channels to avoid enum creation
- (PArns) Simplified detection for movement-, known- & unknown- face events
- (PArns) Rewritten realtime updates to not need a local server any longer! Realtime updates are now turned on by default if a Welcome or Present cam is available
- (PArns) Optimized realtime updates to avoid updates if only movement was detected
- (PArns) Added realtime events for Netatmo Welcome
- (PArns) Removed log warnings for Wind sensor
- (PArns) Added absolute humidity
- (PArns) Added dewpoint
- (PArns) Reuse of preconfigured OAuth Client data
- (PArns) Added backward compatibility with existing installations
- (wep4you) Initial implementation of Netatmo welcome camera
- (PArns) Fixed SumRain24MaxDate & SumRain24Max which won't update in some rare cases
- (PArns) Corrected DateTime values & object types
- (PArns) Added SumRain1Max/SumRain1MaxDate & SumRain24Max/SumRain24MaxDate to get overall rain max since adapter installation
- (PArns) Fixed TemperatureAbsoluteMin/TemperatureAbsoluteMax
- (PArns) Fixed CO2 calibrating status
- (PArns) Added last update for devices
- (PArns) Added TemperatureAbsoluteMin/TemperatureAbsoluteMax to get overall temperature min/max since adapter installation
- (PArns) Fixed typo/missing parameter in GustStrength
- (PArns) Added error handling to prevent exceptions for missing parameters
- (PArns) Fixed rain sensor
- (PArns) Initial release
MIT
Copyright (c) 2016-2017 Patrick Arns [email protected]