Skip to content

Daemon for pulling data from HusData.se H1 interface to MySQL for visualisation with my IOT tools.

Notifications You must be signed in to change notification settings

epideme/iot-husdataH1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iot-husdataH1

Based on info from H1 Development manual http://www.husdata.se/download.asp

Reads data from H1 interface and sends to my iotstore.php (see iot repository).

Also able to send to MQTT broker. Iotstore via HTTP or MQTT is enabled by entering a server name for one or both of the services.

Can receive MQTT commands: topic/command/temp (Integer for register 0203) topic/command/mode (String for register 2201: Off, Auto, Heatpump, Electricity, Water) The latter probably works only on Diplomat heatpumps.

Also receives commands to heatpump through file /tmp/hpcommand.txt. File format: "XXXX nn" where XXXX is heatpump register and nn is numeric value (will be converted to integer).

Example hpcommand.txt:

0203 20

or

0205 44.5

About

Daemon for pulling data from HusData.se H1 interface to MySQL for visualisation with my IOT tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published