Bouke Haarsma
Bouke Haarsma
NetService uses Avahi, so start debugging there. Can you publish a service with Avahi? Once you’ve got that working, I expect NetService to just work as well.
For postgres, you can do the following: ```sql insert into ltss select to_timestamp(last_updated_ts) time, states_meta.entity_id, state, shared_attrs::json attributes from states, states_meta, state_attributes where states.metadata_id = states_meta.metadata_id and states.attributes_id = state_attributes.attributes_id...
I'm not quite sure what you're trying to do, or what you mean by "dynamic fields functionality"?
I'm not sure if I completely understand what you're saying here. Instead of using MailMerge fields, you'd want to include some "controls" (text input, checkbox, dropdown) in your document using...
Just for reference, what would you expect the output to be?
The fields in the document are different from the expected `MAILMERGE` fields. Your field is defined as: ```xml MERGEFIELD " name " «name» ``` Whereas the format it's looking for...
Ah yes, great idea. I was thinking that a feature like this is missing indeed. It would be nice to have something like this; and yes using start/end markers would...
I haven't had the need for such a feature, so I wouldn't know if that's possible. As it's all XML, it should be possible somehow; you could start by looking...
That code doesn't handle Python 3. I don't have time to work on this, however feel free to pitch in.
Indeed not a bug, it came with the template, I should've used the blank instead. I'm seeing my GitHub page being updated when using the GITHUB_TOKEN as shown above. The...