2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
May 12, 2023 — May 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove debug code
raoulh
as Raoul Hecky
More... over 4 years ago
Add style for IOAnalog
raoulh
as Raoul Hecky
More... over 4 years ago
Implement new IO style: Heater and Boiler
raoulh
as Raoul Hecky
More... over 4 years ago
Implement new IO style: Outlet
raoulh
as Raoul Hecky
More... over 4 years ago
Fix light on/off count for dimmer
raoulh
as Raoul Hecky
More... over 4 years ago
Implement new IO style: pump
raoulh
as Raoul Hecky
More... over 4 years ago
fix #143
raoulh
as Raoul Hecky
More... over 4 years ago
gitignore++ More... over 4 years ago
Remove debug code More... over 4 years ago
Let mainloop to run freely in ExternalProcess and publish on mqtt when a data is received on pipe More... over 4 years ago
add new io_style param with updated doc
raoulh
as Raoul Hecky
More... over 4 years ago
Fix default value for light style
raoulh
as Raoul Hecky
More... over 4 years ago
Update lang files
raoulh
as Raoul Hecky
More... over 4 years ago
Add more style and rename gui_style to io_style
raoulh
as Raoul Hecky
More... over 4 years ago
Get status from OutputLightDimmer if it's changed in another place More... over 4 years ago
return value only if read is not in error. More... over 4 years ago
try to use external process for mqtt, but without result for now More... over 4 years ago
Try to update value only when needed More... over 4 years ago
Use on_value and off_value param for getting the value More... over 4 years ago
Correct documentation More... over 4 years ago
Add default value for host and port More... over 4 years ago
Subscribe to topic only once we are connected to client More... over 4 years ago
Uset topic_sub, topic_pub and host as params, instead of topic and broker More... over 4 years ago
Add Mqtt InputSiwth OutputAnalog OutputLight and OutputLightDimmer More... over 4 years ago
Use topic_sub and topic_pub in io description More... over 4 years ago
Use commonDoc for input analog, string and temp More... over 4 years ago
Add more documentation for IO More... over 4 years ago
Fix env var for HOME More... over 4 years ago
Add MqttInputString IO More... over 4 years ago
Add MqttInputAnalog IO More... over 4 years ago