Use new spaceapid version and configure temp. and humid. sensors
This commit is contained in:
		
					parent
					
						
							
								ec5430ee34
							
						
					
				
			
			
				commit
				
					
						5b61a31904
					
				
			
		
					 3 changed files with 128 additions and 7 deletions
				
			
		|  | @ -0,0 +1,77 @@ | |||
| { | ||||
|   "dynamic": { | ||||
|     "sensors": { | ||||
|       "temperature": [ | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "C", | ||||
|             "location": "Hauptraum", | ||||
|             "description": "Sensor im Hauptraum" | ||||
|           }, | ||||
|           "allowed_credentials": [ | ||||
|             "club-assistant" | ||||
|           ] | ||||
|         }, | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "C", | ||||
|             "location": "Loetschlauch", | ||||
|             "description": "Sensor im Lötschlauch (Teil der Werkstatt)" | ||||
|           }, | ||||
|           "allowed_credentials": [ | ||||
|             "club-assistant" | ||||
|           ] | ||||
|         }, | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "C", | ||||
|             "location": "Innenhof", | ||||
|             "description": "Sensor im Innenhof (erreichbar durch das Flurfenster)" | ||||
|           }, | ||||
|           "allowed_credentials": [ | ||||
|             "club-assistant" | ||||
|           ] | ||||
|         } | ||||
|       ], | ||||
|       "humidity": [ | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "%", | ||||
|             "location": "Hauptraum", | ||||
|             "description": "Sensor im Hauptraum" | ||||
|           }, | ||||
|           "allowed_credentials": [ | ||||
|             "club-assistant" | ||||
|           ] | ||||
|         }, | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "%", | ||||
|             "location": "Loetschlauch", | ||||
|             "description": "Sensor im Lötschlauch (Teil der Werkstatt)" | ||||
|           }, | ||||
|           "allowed_credentials": [ | ||||
|             "club-assistant" | ||||
|           ] | ||||
|         }, | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "%", | ||||
|             "location": "Innenhof", | ||||
|             "description": "Sensor im Innenhof (erreichbar durch das Flurfenster)" | ||||
|           }, | ||||
|           "allowed_credentials": [ | ||||
|             "club-assistant" | ||||
|           ] | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     "state": { | ||||
|       "open": { | ||||
|         "allowed_credentials": [ | ||||
|           "dooris-hauptraum" | ||||
|         ] | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | @ -0,0 +1,44 @@ | |||
| { | ||||
|   "response": { | ||||
|     "api_compatibility": [ | ||||
|       "14" | ||||
|     ], | ||||
|     "space": "CCCHH", | ||||
|     "logo": "https://next.hamburg.ccc.de/images/logo.svg", | ||||
|     "ext_ccc": "erfa", | ||||
|     "url": "https://hamburg.ccc.de/", | ||||
|     "location": { | ||||
|       "address": "Zeiseweg 9, 22765 Hamburg, Germany", | ||||
|       "lon": 9.9445899999999998, | ||||
|       "lat": 53.55836 | ||||
|     }, | ||||
|     "contact": { | ||||
|       "phone": "+49 40 23830150", | ||||
|       "irc": "ircs://irc.hackint.org:6697/#ccchh", | ||||
|       "mastodon": "@ccchh@chaos.social", | ||||
|       "email": "mail@hamburg.ccc.de", | ||||
|       "ml": "talk@hamburg.ccc.de", | ||||
|       "matrix": "#ccchh:hamburg.ccc.de" | ||||
|     }, | ||||
|     "feeds": { | ||||
|       "blog": { | ||||
|         "type": "application/atom+xml", | ||||
|         "url": "https://hamburg.ccc.de/feed.xml" | ||||
|       }, | ||||
|       "calendar": { | ||||
|         "type": "ical", | ||||
|         "url": "webcal://cloud.hamburg.ccc.de/remote.php/dav/public-calendars/QJAdExziSnNJEz5g/?export" | ||||
|       } | ||||
|     }, | ||||
|     "links": [ | ||||
|       { | ||||
|         "name": "Wiki", | ||||
|         "url": "https://wiki.ccchh.net" | ||||
|       }, | ||||
|       { | ||||
|         "name": "GitLab", | ||||
|         "url": "https://gitlab.hamburg.ccc.de" | ||||
|       } | ||||
|     ] | ||||
|   } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue