Skip to content

Instantly share code, notes, and snippets.

@jetatomic
jetatomic / EW11-data-modbus-502.xml
Created July 13, 2020 23:56
EW11 Modbus config for Home Assisstant
<!--SYS Config-->
<SYS key='User' value='admin'>
<SYS key='Password' value='admin'>
<SYS key='DHCP' value='Enable'>
<SYS key='Ip Address' value='10.10.100.10'>
<SYS key='GateWay' value='10.10.100.254'>
<SYS key='Mask' value='255.255.255.0'>
<SYS key='Host Name' value='EW11'>
<SYS key='DNS' value='223.5.5.5'>
<SYS key='Telnet' value='Enable'>
@jetatomic
jetatomic / prosody.cfg.lua
Last active May 28, 2018 23:52
Prosody on OpenWRT for Conversations.im compatibility
-- Prosody on OpenWRT for Conversations.im compatibility
---------- Server-wide settings ----------
-- This is a (by default, empty) list of accounts that are admins
-- for the server. Note that you must create the accounts separately
-- (see http://prosody.im/doc/creating_accounts for info)
-- Example: admins = { "user1@example.com", "user2@example.net" }
admins = { }