-
Compteur de contenus
872 -
Inscription
-
Dernière visite
-
Jours gagnés
3
Tout ce qui a été posté par domo
-
ben j'ai fait une copie écran du résulta de la deuxième commande tu veut que je clic ou ?
-
ça fonctionne pas Kana-cha [DEBUG] 22:55:34: Version API Synology OK [DEBUG] 22:55:34: Chemin API Synology = auth.cgi [DEBUG] 22:55:35: SID API Synology = [aLV5khssNG33oB5G9N00558] [DEBUG] 22:55:36: Memory: 11.99598349639% [DEBUG] 22:55:36: CPU: 0% [DEBUG] 22:55:36: Temperature System: N/A [ERROR] 22:55:36: line 192: attempt to concatenate field 'name' (a nil value) [DEBUG] 22:55:43: Version API Synology OK [DEBUG] 22:55:43: Chemin API Synology = auth.cgi [DEBUG] 22:55:43: SID API Synology = [jOnSBBcVNTMtsB5G9N00558] [DEBUG] 22:55:44: Memory: 11.998132403963% [DEBUG] 22:55:44: CPU: 0% [DEBUG] 22:55:45: Temperature System: N/A [ERROR] 22:55:45: line 192: attempt to concatenate field 'name' (a nil value)
-
Je suis plus chez moi des que je rentre je regarde ça
-
salut ça fonctionne pas encore merci de ta patience [DEBUG] 18:54:41: Version API Synology OK [DEBUG] 18:54:41: Chemin API Synology = auth.cgi [DEBUG] 18:54:41: SID API Synology = [lubksZAmR4hn2B5G9N00558] [DEBUG] 18:54:43: Memory: 11.895570906136% [DEBUG] 18:54:43: CPU: 0% [DEBUG] 18:54:43: Temperature System: N/A [ERROR] 18:54:43: line 178: attempt to get length of local 'vols_tab' (a nil value)
-
merci Kana-chan pour ton aide voici ce que ça donne {"data":{"cpu":{"hard_irq":0.0,"idle":0.9848484848484849,"iowait":0.0,"nice":0.0,"soft_irq":0.0,"steal":0.0,"system":0.01010101010101010,"user":0.005050505050505051},"memory":{"buffer":53744,"cached":507628,"free":1229356,"swap_cached":0,"total":2047552},"netflows":[{"name":"eth0","receive":0,"transmit":0}]},"success":true}
-
On fait ça comment je suis pas un geek
-
bonjour merci pour cette mise à jour du VD mais j'ai une erreur j'ai aucune info sur l'état du syno et en debug j'ai ça une idée du problème je suis en DSM5 merci [DEBUG] 14:29:15: Version API Synology OK [DEBUG] 14:29:15: Chemin API Synology = auth.cgi [DEBUG] 14:29:15: SID API Synology = [vbdygo2fMmSXXXXXXXXXXXXX] [ERROR] 14:29:16: line 108: attempt to concatenate global 'load_mem' (a nil value) [DEBUG] 14:39:16: Version API Synology OK [DEBUG] 14:39:16: Chemin API Synology = auth.cgi [DEBUG] 14:39:17: SID API Synology = [I4lBzt7XjBQXXXXXXXXXXXX] [ERROR] 14:39:18: line 108: attempt to concatenate global 'load_mem' (a nil value) [DEBUG] 14:46:21: Version API Synology OK [DEBUG] 14:46:21: Chemin API Synology = auth.cgi [DEBUG] 14:46:21: SID API Synology = [xlvYDXcq6sVzQXXXXXXXXX] [ERROR] 14:46:23: line 108: attempt to concatenate global 'load_mem' (a nil value)
-
merci Lazer pour la mise à jour
-
Merci pour ton code ça ma bien aidé
-
Merci pour l'info
-
Topic unique Thinking Cleaner ( Module Wifi Pour Roomba 500/600)
domo a répondu à un(e) sujet de Moicphil dans Périphériques et matériels autres
Pour ceux que ça intéresse chez domadoo ils en reste quelques uns en re conditionné -
merci pour le partage de ce plugin fonctionne nickel
- 329 réponses
-
- 1
-
-
Oui impec Did
-
merci a tous mais c'est pas ça que je cherche c'est a peu près le meme icône qu'il y a en tuto sur le plugin freebox v6 sur domotique info
-
bonjour à tous je cherche des icônes de freebox si quelqu'un à ça merci de partager j'ai pas trouvé a part free sms
-
salut à tous j'ai enfin réussi a faire fonctionner le google calendar maintenant c'est bon pour moi
-
merci Did
-
J'ai lu l'article c'est intéressant
-
J'ai la station depuis début mai 2016 et j'ai pas encore changé les piles
-
Merci pour la mise à jour 4.2 fonctionne très bien
-
Mise à jour faite pour l'instant c'est bon c'est stable
-
Dans un navigateur si tu fais ca as tu qqch ? http://ipdyson:1883 non il se passe rien
-
et j'ai trouvé ça tu crois quoi peu faire quelque chose avec package dyslink import ( "math" ) // Messages related to fan states const ( MessageCurrentState = "CURRENT-STATE" // incoming state data MessageEnvSensorData = "ENVIRONMENTAL-CURRENT-SENSOR-DATA" // incoming environmental data MessageStateChange = "STATE-CHANGE" // incoming state change data MessageJoinNetwork = "JOIN-NETWORK" MessageAuthoriseUserRequest = "AUTHORISE-USER-REQUEST" MessageCloseAccessPoint = "CLOSE-ACCESS-POINT" MessageDeviceCredentials = "DEVICE-CREDENTIALS" ) // States of fan modules const ( FanModeOff = "OFF" FanModeAuto = "AUTO" FanModeOn = "FAN" FanSpeedAuto = "AUTO" NightModeOn = "ON" NightModeOff = "OFF" OscillateOn = "ON" OscillateOff = "OFF" QualityLow = "0001" QualityNormal = "0003" QualityHigh = "0004" HeatModeOn = "HEAT" HeatModeOff = "OFF" StandbyMonitorOn = "ON" StandbyMonitorOff = "OFF" FocusedModeOn = "ON" FocusedModeOff = "OFF" ) // The command-json sent to the device type commandHeader struct { Command string `json:"msg"` TimeString string `json:"time"` ModeReason string `json:"mode-reason,omitempty"` Data interface{} `json:"data,omitempty"` ProductState interface{} `json:"product-state,omitempty"` RequestId string `json:"requestId,omitempty"` Id string `json:"id,omitempty"` WifiSsid string `json:"ssid,omitempty"` WifiPassword string `json:"password,omitempty"` } // A fan status message // Note that bools and ints are strings, that's because // they also take the special `StateKep` pragma :-/ type FanState struct { FanMode string `json:"fmod,omitempty"` FanSpeed string `json:"fnsp,omitempty"` Oscillate string `json:"oson,omitempty"` SleepTimer string `json:"sltm,omitempty"` StandbyMonitoring string `json:"rhtm,omitempty"` // always run + capture environment data ResetFilter string `json:"rstf,omitempty"` // resets lifetime of filter? QualityTarget string `json:"qtar,omitempty"` // the air-target in auto-mode NightMode string `json:"nmod,omitempty"` HeatMode string `json:"hmod,omitempty"` HeatTarget string `json:"hmax,omitempty"` FocusedMode string `json:"ffoc,omitempty"` } // A product status message // Similar to FanState, but this is something we // receive from a subscription type ProductState struct { FanMode string `mapstructure:"fmod"` FanState string `mapstructure:"fnst"` FanSpeed string `mapstructure:"fnsp"` Oscillate string `mapstructure:"oson"` SleepTimer string `mapstructure:"sltm"` StandbyMonitoring string `mapstructure:"rhtm"` ResetFilter string `mapstructure:"rstf"` // resets lifetime of filter? QualityTarget string `mapstructure:"qtar"` NightMode string `mapstructure:"nmod"` HeatMode string `mapstructure:"hmod"` HeatState string `mapstructure:"hsta"` HeatTarget string `mapstructure:"hmax"` FilterLife string `mapstructure:"filf"` FocusedMode string `mapstructure:"ffoc"` UnknownErcd string `mapstructure:"ercd"` UnknownWacd string `mapstructure:"wacd"` UnknownRhtm string `mapstructure:"rhtm"` UnknownTilt string `mapstructure:"tilt"` } // The current environment data as reported by the device type EnvironmentState struct { Temperature string `mapstructure:"tact"` Humidity string `mapstructure:"hact"` Particle string `mapstructure:"pact"` UnknownVact string `mapstructure:"vact"` SleepTimer string `mapstructure:"sltm"` } // Reply for a credentials request (note: this is sent in a commandHeader) type DeviceCredentials struct { SerialNumber string `json:"serialNumber"` Password string `json:"apPasswordHash"` } func round(f float64) int { if math.Abs(f) < 0.5 { return 0 } return int(f + math.Copysign(0.5000, f)) } func ConvertTempToFahr(temp int) int { return 33 + round(float64(temp-2736)/5.54) } func ConvertTempFromFahr(temp int) int { return 2736 + round(float64(temp-33)*5.54) }
