Skip to content
/ idom Public

WebSocket MQTT control application for tasmota powered devices.

Notifications You must be signed in to change notification settings

sarjsheff/idom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iDom

WebSocket MQTT control application for tasmota powered devices. Application work without backend, direct connect to mqtt server (mosquitto) by websocket.

Online version for WSS

Online version for WS

Define in mosquitto configuration http_dir:

listener 8080
protocol websockets
http_dir /opt/www

Then:

yarn build
cp public/* /opt/www/

or run in dev mode:

yarn dev

Screenshots

Browser

Login screen Main screen

iOS

iOS Login screen iOS Main screen