All Projects → KjetilSv → Win10as

KjetilSv / Win10as

Make your windows 10 computer IOT friendly

Projects that are alternatives of or similar to Win10as

Jetlinks Community
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
Stars: ✭ 2,405 (+1471.9%)
Mutual labels:  mqtt, iot
Berrynet
Deep learning gateway on Raspberry Pi and other edge devices
Stars: ✭ 1,529 (+899.35%)
Mutual labels:  mqtt, iot
Core
🏡 Open source home automation that puts local control and privacy first.
Stars: ✭ 48,265 (+31445.75%)
Mutual labels:  mqtt, iot
Awtrix1.0
(Outdated) Smart RGB Matrix Clock
Stars: ✭ 99 (-35.29%)
Mutual labels:  mqtt, iot
Home Assistant Config
My Home Assistant Configuration 🏡🏡
Stars: ✭ 133 (-13.07%)
Mutual labels:  mqtt, iot
Home Assistant Configuration
My Home Assistant Config. For more Information visit ->
Stars: ✭ 102 (-33.33%)
Mutual labels:  mqtt, iot
Iot Technical Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,334 (+1425.49%)
Mutual labels:  mqtt, iot
Rpieasy
Easy MultiSensor device based on Raspberry PI
Stars: ✭ 85 (-44.44%)
Mutual labels:  mqtt, iot
Netty Learning Example
🥚 Netty实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。
Stars: ✭ 2,146 (+1302.61%)
Mutual labels:  mqtt, iot
Baetyl
Extend cloud computing, data and service seamlessly to edge devices.
Stars: ✭ 1,655 (+981.7%)
Mutual labels:  mqtt, iot
Mainflux
Industrial IoT Messaging and Device Management Platform
Stars: ✭ 1,341 (+776.47%)
Mutual labels:  mqtt, iot
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-9.15%)
Mutual labels:  mqtt, iot
Psmqtt
Utility reporting system health and status via MQTT
Stars: ✭ 95 (-37.91%)
Mutual labels:  mqtt, iot
Gcp Iot Core Examples
Google Cloud Platform IOT Core Examples
Stars: ✭ 103 (-32.68%)
Mutual labels:  mqtt, iot
Smarthome
Device integration platform for your smart home
Stars: ✭ 92 (-39.87%)
Mutual labels:  mqtt, iot
Paho.mqtt.java
Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
Stars: ✭ 1,620 (+958.82%)
Mutual labels:  mqtt, iot
Esp8266 aliyun mqtt app
基于ESP8266官方SDK快速接入阿里云物联网平台
Stars: ✭ 81 (-47.06%)
Mutual labels:  mqtt, iot
Homie Esp8266
💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
Stars: ✭ 1,241 (+711.11%)
Mutual labels:  mqtt, iot
Vertx Mqtt
Vert.x MQTT
Stars: ✭ 117 (-23.53%)
Mutual labels:  mqtt, iot
Actorcloud
Open-source IoT Platform
Stars: ✭ 138 (-9.8%)
Mutual labels:  mqtt, iot

Win 10 Assistant

Make your windows 10 computer IOT friendly with MQTT

Publish mqtt senors

Cpu prosessor load /cpuprosessortime

[maintopic]/cpuprosessortime returns string 0-100%

Free memory in MB /freememory

[maintopic]/freememory returns string of memory in MB

Volume muted

[maintopic]/mute 1=muted 0=not muted

Master volume in % volume

[maintopic]/volume returns string of current volume setting 0-100

Camera Screnshot of primary monitor

if enabled it publishes to specified folder as jpg file or published the [maintopic]/mqttcamera topic

Battery sensors

if enabled published to [maintopic]/Power with subtopics

  • BatteryChargeStatus
  • BatteryFullLifetime
  • BatteryLifePercent
  • BatteryLifeRemaining
  • PowerLineStatus

In use

[maintopic]/binary_sensor/inUse Message "on" if the API GetLastInputInfo is less then 30 seconds else "off"

Disk sensors

[maintopic]/drive Subtopic with each drive letter with the following subtopics

  • totalsize
  • percentFree
  • availablefreespace

Exsample : kjetilsv/drive/c/totalsize

MQTT listeners

The predefined is optional due safety resons

Mute/Unmute

[maintopic]/mute/set 1=muted 0=not muted published to [maintopic]/mute after setting

Volume

[maintopic]/volume/set volume 0-100 published to [maintopic]/volume after setting

Monitor

[maintopic]/monitor/set 0-1 published to [maintopic]/monitor after setting

Suspend PC

[maintopic]/suspend

Shutdown

[maintopic]/shutdown

Reboot

[maintopic]/reboot

Hibrernate

[maintopic]/hibrernate

Toast message

[maintopic]/toast Displays a message on the windows computer. Message exsample "Home Assistant,kom ned!,Kjetil,c:\temp\iselin.jpg". The the image must be visable from the windows computer.

TTS

[maintopic]/tts Mqtt message is sendt to the synthesizer. Currently the volume is set to 100%

app/running sensor

[maintopic]/app/running/ message:[appname] and published back to [maintopic]/app/running/[appname] with 0= not running/not found in process 1= found Tested with common applications like spotify/firefox/skype. Exsample: mosquitto_pub -t kjetilsv/app/running -m Spotify if spotify is running kjetilsv/app/running/Spotify return message = 1

CMD

{"CommandString": "Chrome","WindowStyle": "1","ExecParameters": "http://vg.no","MonitorId": "1"}

Custom commands

[maintopic]/[customcommandname] Message is currently not used, will be impemented in later versions. One example of a custom command is lockcomputer. Thanks to @FatBasta it's no added in the hass-example file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].